Home
last modified time | relevance | path

Searched refs:reason (Results 1 – 25 of 40) sorted by relevance

12

/curl/tests/http/
H A Dtest_10_proxy.py71 reason='curl lacks HTTPS-proxy support')
85 @pytest.mark.skipif(condition=not Env.have_ssl_curl(), reason="curl without SSL")
93 reason="no nghttpx available")
123 reason='curl lacks HTTPS-proxy support')
135 @pytest.mark.skipif(condition=not Env.have_ssl_curl(), reason="curl without SSL")
147 reason='curl lacks HTTPS-proxy support')
168 @pytest.mark.skipif(condition=not Env.have_ssl_curl(), reason="curl without SSL")
198 @pytest.mark.skipif(condition=not Env.have_ssl_curl(), reason="curl without SSL")
227 @pytest.mark.skipif(condition=not Env.have_ssl_curl(), reason="curl without SSL")
250 @pytest.mark.skipif(condition=not Env.have_ssl_curl(), reason="curl without SSL")
[all …]
H A Dtest_13_proxy_auth.py38 reason=f"missing: {Env.incomplete_reason()}")
79 reason='curl lacks HTTPS-proxy support')
80 @pytest.mark.skipif(condition=not Env.have_nghttpx(), reason="no nghttpx available")
90 reason='curl lacks HTTPS-proxy support')
91 @pytest.mark.skipif(condition=not Env.have_nghttpx(), reason="no nghttpx available")
119 @pytest.mark.skipif(condition=not Env.have_nghttpx(), reason="no nghttpx available")
121 reason='curl lacks HTTPS-proxy support')
137 @pytest.mark.skipif(condition=not Env.have_nghttpx(), reason="no nghttpx available")
139 reason='curl lacks HTTPS-proxy support')
H A Dtest_01_basic.py53 @pytest.mark.skipif(condition=not Env.have_ssl_curl(), reason="curl without SSL")
62 @pytest.mark.skipif(condition=not Env.have_ssl_curl(), reason="curl without SSL")
71 @pytest.mark.skipif(condition=not Env.have_ssl_curl(), reason="curl without SSL")
80 @pytest.mark.skipif(condition=not Env.have_h3(), reason="h3 not supported")
89 @pytest.mark.skipif(condition=not Env.have_ssl_curl(), reason="curl without SSL")
105 @pytest.mark.skipif(condition=not Env.have_ssl_curl(), reason="curl without SSL")
H A Dtest_06_eyeballs.py46 @pytest.mark.skipif(condition=not Env.have_h3(), reason="missing HTTP/3 support")
55 @pytest.mark.skipif(condition=not Env.have_h3(), reason="missing HTTP/3 support")
64 @pytest.mark.skipif(condition=not Env.have_h3(), reason="missing HTTP/3 support")
74 @pytest.mark.skipif(condition=not Env.have_h3(), reason="missing HTTP/3 support")
H A Dtest_08_caddy.py40 @pytest.mark.skipif(condition=not Env.has_caddy(), reason="missing caddy")
41 @pytest.mark.skipif(condition=not Env.have_ssl_curl(), reason="curl without SSL")
118 @pytest.mark.skipif(condition=Env().slow_network, reason="not suitable for slow network tests")
119 @pytest.mark.skipif(condition=Env().ci_run, reason="not suitable for CI runs")
134 @pytest.mark.skipif(condition=Env().slow_network, reason="not suitable for slow network tests")
135 @pytest.mark.skipif(condition=Env().ci_run, reason="not suitable for CI runs")
150 @pytest.mark.skipif(condition=Env().slow_network, reason="not suitable for slow network tests")
152 @pytest.mark.skipif(condition=Env().ci_run, reason="not suitable for CI runs")
H A Dtest_12_reuse.py38 @pytest.mark.skipif(condition=not Env.have_ssl_curl(), reason="curl without SSL")
61 reason="httpd 2.5+ handles KeepAlives different")
80 @pytest.mark.skipif(condition=not Env.have_h3(), reason="h3 not supported")
H A Dtest_11_unix.py112 @pytest.mark.skipif(condition=not Env.have_ssl_curl(), reason="curl without SSL")
123 @pytest.mark.skipif(condition=not Env.have_h3(), reason='h3 not supported')
H A Dtest_04_stuttered.py37 @pytest.mark.skipif(condition=Env().slow_network, reason="not suitable for slow network tests")
38 @pytest.mark.skipif(condition=Env().ci_run, reason="not suitable for CI runs")
H A Dtest_19_shutdown.py54 @pytest.mark.skipif(condition=not Env.tcpdump(), reason="tcpdump not available")
69 @pytest.mark.skipif(condition=not Env.tcpdump(), reason="tcpdump not available")
H A Dtest_30_vsftpd.py40 @pytest.mark.skipif(condition=not Env.has_vsftpd(), reason="missing vsftpd")
140 @pytest.mark.skipif(condition=not Env.tcpdump(), reason="tcpdump not available")
152 @pytest.mark.skipif(condition=not Env.tcpdump(), reason="tcpdump not available")
H A Dtest_02_download.py206 @pytest.mark.skipif(condition=Env().slow_network, reason="not suitable for slow network tests")
207 @pytest.mark.skipif(condition=Env().ci_run, reason="not suitable for CI runs")
219 @pytest.mark.skipif(condition=Env().slow_network, reason="not suitable for slow network tests")
220 @pytest.mark.skipif(condition=Env().ci_run, reason="not suitable for CI runs")
294 @pytest.mark.skipif(condition=Env().slow_network, reason="not suitable for slow network tests")
588 @pytest.mark.skipif(condition=not Env.have_nghttpx(), reason="no nghttpx")
H A Dtest_31_vsftpds.py40 @pytest.mark.skipif(condition=not Env.has_vsftpd(), reason="missing vsftpd")
147 @pytest.mark.skipif(condition=not Env.tcpdump(), reason="tcpdump not available")
160 @pytest.mark.skipif(condition=not Env.tcpdump(), reason="tcpdump not available")
H A Dtest_03_goaway.py80 @pytest.mark.skipif(condition=not Env.have_h3(), reason="h3 not supported")
H A Dtest_05_errors.py37 reason=f"httpd version too old for this: {Env.httpd_version()}")
H A Dtest_20_websockets.py42 reason='curl lacks ws protocol support')
/curl/tests/data/
H A Dtest146627 HTTP GET with 3-digit response and only digits in reason
H A Dtest72859 # specifically for the reason below so that we know the check is working.
H A Dtest105177 # The primary reason libcurl sends the data part twice in this test is that
H A Dtest105273 # The primary reason libcurl sends the data part twice in this test is that
/curl/src/
H A Dtool_parsecfg.c235 const char *reason = param2text(res); in parseconfig() local
237 filename, lineno, option, reason); in parseconfig()
/curl/lib/
H A Dconnect.h94 , const char *reason
/curl/docs/libcurl/
H A Dcurl_multi_socket_all.md42 not be any reason to use this function.
H A Dcurl_mime_encoder.md62 chunked transfer in HTTP. For the same reason, this encoder may not be used
/curl/docs/libcurl/opts/
H A DCURLINFO_TLS_SESSION.md35 was added in 7.48.0. The only reason you would use this option instead is if
H A DCURLINFO_CONDITION_UNMET.md34 if this returns a 1 you know that the reason you did not get data in return is

Completed in 29 milliseconds

12