Home
last modified time | relevance | path

Searched refs:skip (Results 1 – 25 of 47) sorted by relevance

12

/unit/test/
H A Dtest_php_isolation.py14 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 Dtest_python_isolation.py29 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 Dtest_go_isolation.py44 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 Dtest_ruby_isolation.py14 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 Dtest_configuration.py149 @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 Dtest_ruby_application.py84 @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 Dtest_go_isolation_rootfs.py16 pytest.skip('requires root')
19 pytest.skip('chroot tests not supported on OSX')
H A Dtest_java_isolation_rootfs.py15 pytest.skip('require root')
56 pytest.skip('require root')
H A Dtest_tls_conf_command.py45 pytest.skip('Complex protocol format.')
69 pytest.skip('One TLS protocol available only.')
H A Dtest_reconfigure_tls.py15 pytest.skip('OpenSSL too old')
48 @pytest.mark.skip('not yet')
H A Dtest_python_application.py151 @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 Dtest_perl_application.py81 @pytest.mark.skip('not yet')
117 @pytest.mark.skip('not yet')
185 @pytest.mark.skip('not yet')
H A Dtest_python_isolation_chroot.py10 pytest.skip('requires root')
H A Dtest_static_chroot.py67 pytest.skip("does't work under root")
86 pytest.skip("Does't work under root.")
H A Dtest_tls.py159 @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 Dtest_node_application.py206 @pytest.mark.skip('not yet')
258 @pytest.mark.skip('not yet')
H A Dtest_settings.py19 pytest.skip('requires sysctl')
73 @pytest.mark.skip('not yet')
379 @pytest.mark.skip('not yet')
H A Dtest_static_mount.py15 pytest.skip('requires root')
H A Dtest_rewrite.py102 pytest.skip('NJS is not available')
H A Dtest_python_procman.py39 @pytest.mark.skip('not yet')
65 @pytest.mark.skip('not yet')
H A Dtest_static_fallback.py125 @pytest.mark.skip('not yet')
/unit/src/java/nginx/unit/
H A DInputStream.java77 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 Dnxt_http_response.c53 field->skip = 1; in nxt_http_response_status()
71 field->skip = 1; in nxt_http_response_skip()
H A Dnxt_unit_field.h24 uint8_t skip:1; member
/unit/test/unit/
H A Dlog.py41 for skip in option.skip_alerts:
42 alerts = [al for al in alerts if re.search(skip, al) is None]

12