Home
last modified time | relevance | path

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

123

/curl/tests/http/
H A Dtest_07_upload.py58 pytest.skip("h3 not supported")
60 pytest.skip("msh3 fails here")
73 pytest.skip("h3 not supported")
75 pytest.skip("msh3 fails here")
89 pytest.skip("h3 not supported")
91 pytest.skip("msh3 stalls here")
106 pytest.skip("h3 not supported")
108 pytest.skip("msh3 stalls here")
125 pytest.skip("h3 not supported")
127 pytest.skip("msh3 stalls here")
[all …]
H A Dtest_02_download.py63 pytest.skip("h3 not supported")
73 pytest.skip("h3 not supported")
84 pytest.skip("h3 not supported")
96 pytest.skip("h3 not supported")
117 pytest.skip("h3 not supported")
119 pytest.skip("msh3 shaky here")
137 pytest.skip("h3 not supported")
152 pytest.skip("h3 not supported")
187 pytest.skip("h3 not supported")
198 pytest.skip("h3 not supported")
[all …]
H A Dtest_08_caddy.py70 pytest.skip("h3 not supported in curl")
72 pytest.skip("msh3 itself crashes")
85 pytest.skip("msh3 itself crashes")
99 pytest.skip("msh3 itself crashes")
122 pytest.skip("msh3 itself crashes")
138 pytest.skip("msh3 itself crashes")
154 pytest.skip("msh3 itself crashes")
175 pytest.skip("h3 not supported")
177 pytest.skip("msh3 stalls here")
194 pytest.skip("h3 not supported")
[all …]
H A Dtest_17_ssl_use.py82 pytest.skip('BearSSL does not support TLSv1.3')
84 pytest.skip('mbedtls TLSv1.3 session resume not working in 3.6.0')
111 pytest.skip("h3 not supported")
126 pytest.skip("h3 not supported")
154 pytest.skip("h3 not supported")
169 pytest.skip("h3 not supported")
221 pytest.skip('GnuTLS does not support setting ciphers')
230 pytest.skip('BearSSL does not support TLSv1.3')
234 pytest.skip('Secure Transport does not support TLSv1.3')
256 pytest.skip("h3 not supported")
[all …]
H A Dtest_14_auth.py53 pytest.skip("h3 not supported")
63 pytest.skip("h3 not supported")
75 pytest.skip("h3 not supported")
88 pytest.skip("h3 not supported")
105 pytest.skip("h3 not supported")
108 pytest.skip("quiche/openssl-quic have problems with large requests")
125 pytest.skip("h3 not supported")
128 pytest.skip("quiche has problems with large requests")
H A Dtest_19_shutdown.py62 pytest.skip("seems not to work in CI")
77 pytest.skip('only works for curl debug builds')
94 pytest.skip('only works for curl debug builds')
112 pytest.skip('only works for curl debug builds')
121 pytest.skip(f'example client not built: {client.name}')
134 pytest.skip('only works for curl debug builds')
160 pytest.skip("h3 not supported")
162 pytest.skip('only works for curl debug builds')
H A Dconftest.py69 pytest.skip("curl built without HTTP support")
71 pytest.skip("curl built without HTTPS support")
73 pytest.skip(env.incomplete_reason())
87 pytest.skip(f'httpd not found: {env.httpd}')
H A Dtest_20_websockets.py91 pytest.skip(f'example client not built: {client.name}')
101 pytest.skip(f'example client not built: {client.name}')
110 pytest.skip(f'example client not built: {client.name}')
119 pytest.skip(f'example client not built: {client.name}')
128 pytest.skip(f'example client not built: {client.name}')
139 pytest.skip(f'example client not built: {client.name}')
H A Dtest_05_errors.py54 pytest.skip("h3 not supported")
56 pytest.skip("msh3 stalls here")
77 pytest.skip("h3 not supported")
79 pytest.skip("msh3 stalls here")
124 pytest.skip("h3 not supported")
H A Dtest_04_stuttered.py54 pytest.skip("h3 not supported")
70 pytest.skip("h3 not supported")
92 pytest.skip("h3 not supported")
114 pytest.skip("h3 not supported")
H A Dtest_10_proxy.py75 pytest.skip('only supported with nghttp2')
97 pytest.skip('only supported with nghttp2')
153 pytest.skip('only supported with nghttp2')
180 pytest.skip('only supported with nghttp2')
210 pytest.skip('only supported with nghttp2')
232 pytest.skip('only supported with nghttp2')
256 pytest.skip('only supported with nghttp2')
282 pytest.skip('only supported with nghttp2')
307 pytest.skip('only supported with nghttp2')
333 pytest.skip('only supported with nghttp2')
[all …]
/curl/docs/cmdline-opts/
H A Dftp-skip-pasv-ip.md4 Long: ftp-skip-pasv-ip
13 - --ftp-skip-pasv-ip ftp://example.com/
16 # `--ftp-skip-pasv-ip`
H A Dskip-existing.md4 Long: skip-existing
14 - --skip-existing --output local/dir/file $URL
17 # `--skip-existing`
H A Dignore-content-length.md11 - ftp-skip-pasv-ip
22 For FTP, this makes curl skip the SIZE command to figure out the size before
/curl/src/
H A Dtool_setopt.c274 bool skip = FALSE; in tool_setopt_enum() local
278 skip = TRUE; in tool_setopt_enum()
312 bool skip = FALSE; in tool_setopt_SSLVERSION() local
316 skip = TRUE; in tool_setopt_SSLVERSION()
357 bool skip = FALSE; in tool_setopt_bitmask() local
361 skip = TRUE; in tool_setopt_bitmask()
613 bool skip = FALSE; in tool_setopt() local
636 skip = TRUE; in tool_setopt()
661 skip = TRUE; in tool_setopt()
675 skip = TRUE; in tool_setopt()
[all …]
H A Dtool_dirhie.c123 bool skip = false; in create_dir_hierarchy() local
142 skip = true; in create_dir_hierarchy()
151 if(!skip && (-1 == mkdir(dirbuildup, (mode_t)0000750)) && in create_dir_hierarchy()
H A Dtool_urlglob.c336 static bool peek_ipv6(const char *str, size_t *skip) in peek_ipv6() argument
367 *skip = hlen; in peek_ipv6()
388 size_t skip = 0; in glob_parse() local
389 if(!peek_ipv6(pattern, &skip) && (pattern[1] == ']')) in glob_parse()
390 skip = 2; in glob_parse()
391 if(skip) { in glob_parse()
392 memcpy(buf, pattern, skip); in glob_parse()
393 buf += skip; in glob_parse()
394 pattern += skip; in glob_parse()
395 sublen += skip; in glob_parse()
/curl/tests/data/
H A Dtest99621 --skip-existing with file present
24 -o %LOGDIR/there http://%HOSTIP:%HTTPPORT/%TESTNUMBER --skip-existing
H A Dtest99421 --skip-existing with globbing
24 -o "%LOGDIR/#1" "http://%HOSTIP:%HTTPPORT/%TESTNUMBER/{hey,ho}" --skip-existing
H A Dtest149117 file:// don't overwrite self with --skip-existing
20 file://localhost%FILE_PWD/%LOGDIR/test%TESTNUMBER.txt -o %LOGDIR/test%TESTNUMBER.txt --skip-existing
H A Dtest27030 FTP RETR PASV --ftp-skip-pasv-ip
33 ftp://%HOSTIP:%FTPPORT/%TESTNUMBER --ftp-skip-pasv-ip --disable-epsv
H A Dtest99535 --skip-existing without file present
38 -o %LOGDIR/there http://%HOSTIP:%HTTPPORT/%TESTNUMBER --skip-existing
H A Dtest112933 # we use skip to make the test server never read the full payload off
36 skip: 1053700
H A Dtest113133 # We use skip to make the test server never read the full payload off
37 skip: 100
/curl/tests/unit/
H A Dunit1607.c64 static const char skip = 0; variable
68 #define IPV6ONLY(x) &skip
156 if(tests[i].address[j] == &skip)

Completed in 47 milliseconds

123