/unit/test/ |
H A D | test_php_isolation.py | 14 pytest.skip('requires unprivileged userns or root') 17 pytest.skip('user namespace is not supported') 20 pytest.skip('mnt namespace is not supported') 23 pytest.skip('pid namespace is not supported') 50 pytest.skip('requires unprivileged userns or root') 53 pytest.skip('user namespace is not supported') 56 pytest.skip('mnt namespace is not supported') 59 pytest.skip('pid namespace is not supported')
|
H A D | test_python_isolation.py | 29 pytest.skip(f'no cgroup at {cgroup}') 45 pytest.skip('mnt namespace is not supported') 48 pytest.skip('pid namespace is not supported') 83 pytest.skip('requires root') 108 pytest.skip('requires root') 128 pytest.skip('requires root') 131 pytest.skip('cgroup is not supported') 151 pytest.skip('requires root') 154 pytest.skip('cgroup is not supported') 198 pytest.skip('requires root') [all …]
|
H A D | test_go_isolation.py | 44 pytest.skip('unprivileged clone is not available') 47 pytest.skip('privileged tests, skip this') 106 pytest.skip('unprivileged tests, skip this') 181 pytest.skip('mnt namespace is not supported') 184 pytest.skip('unprivileged clone is not available') 210 pytest.skip('pid namespace is not supported') 220 pytest.skip('mnt namespace is not supported') 274 pytest.skip('mnt namespace is not supported') 277 pytest.skip('pid namespace is not supported') 299 pytest.skip('requires root') [all …]
|
H A D | test_ruby_isolation.py | 14 pytest.skip('requires unprivileged userns or root') 17 pytest.skip('user namespace is not supported') 20 pytest.skip('mnt namespace is not supported') 23 pytest.skip('pid namespace is not supported')
|
H A D | test_configuration.py | 149 @pytest.mark.skip('not yet, unsafe') 218 @pytest.mark.skip('not yet, unsafe') 233 pytest.skip('not yet') 297 @pytest.mark.skip('not yet') 426 pytest.skip('unprivileged tests')
|
H A D | test_ruby_application.py | 84 @pytest.mark.skip('not yet') 151 @pytest.mark.skip('not yet') 159 @pytest.mark.skip('not yet') 235 pytest.skip('require locale') 271 pytest.skip('no available locales') 286 @pytest.mark.skip('not yet') 299 @pytest.mark.skip('not yet') 322 @pytest.mark.skip('not yet')
|
H A D | test_go_isolation_rootfs.py | 16 pytest.skip('requires root') 19 pytest.skip('chroot tests not supported on OSX')
|
H A D | test_java_isolation_rootfs.py | 15 pytest.skip('require root') 56 pytest.skip('require root')
|
H A D | test_tls_conf_command.py | 45 pytest.skip('Complex protocol format.') 69 pytest.skip('One TLS protocol available only.')
|
H A D | test_reconfigure_tls.py | 15 pytest.skip('OpenSSL too old') 48 @pytest.mark.skip('not yet')
|
H A D | test_python_application.py | 151 @pytest.mark.skip('not yet') 159 @pytest.mark.skip('not yet') 334 @pytest.mark.skip('not yet') 454 @pytest.mark.skip('not yet') 479 @pytest.mark.skip('not yet') 541 pytest.skip('require locale') 554 pytest.skip('no available locales') 578 pytest.skip('require python module version 3') 745 pytest.skip('requires root')
|
H A D | test_perl_application.py | 81 @pytest.mark.skip('not yet') 117 @pytest.mark.skip('not yet') 185 @pytest.mark.skip('not yet')
|
H A D | test_python_isolation_chroot.py | 10 pytest.skip('requires root')
|
H A D | test_static_chroot.py | 67 pytest.skip("does't work under root") 86 pytest.skip("Does't work under root.")
|
H A D | test_tls.py | 159 @pytest.mark.skip('not yet') 175 @pytest.mark.skip('not yet') 542 @pytest.mark.skip('not yet') 574 @pytest.mark.skip('not yet')
|
H A D | test_node_application.py | 206 @pytest.mark.skip('not yet') 258 @pytest.mark.skip('not yet')
|
H A D | test_settings.py | 19 pytest.skip('requires sysctl') 73 @pytest.mark.skip('not yet') 379 @pytest.mark.skip('not yet')
|
H A D | test_static_mount.py | 15 pytest.skip('requires root')
|
H A D | test_rewrite.py | 102 pytest.skip('NJS is not available')
|
H A D | test_python_procman.py | 39 @pytest.mark.skip('not yet') 65 @pytest.mark.skip('not yet')
|
H A D | test_static_fallback.py | 125 @pytest.mark.skip('not yet')
|
/unit/src/java/nginx/unit/ |
H A D | InputStream.java | 77 public long skip(long n) throws IOException { in skip() method in InputStream 78 return skip(req_info_ptr, n); in skip() 81 private static native long skip(long req_info_ptr, long n); in skip() method in InputStream
|
/unit/src/ |
H A D | nxt_http_response.c | 53 field->skip = 1; in nxt_http_response_status() 71 field->skip = 1; in nxt_http_response_skip()
|
H A D | nxt_unit_field.h | 24 uint8_t skip:1; member
|
/unit/test/unit/ |
H A D | log.py | 41 for skip in option.skip_alerts: 42 alerts = [al for al in alerts if re.search(skip, al) is None]
|