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.py60 pytest.skip("h3 not supported")
62 pytest.skip("msh3 fails here")
75 pytest.skip("h3 not supported")
77 pytest.skip("msh3 fails here")
91 pytest.skip("h3 not supported")
93 pytest.skip("msh3 stalls here")
108 pytest.skip("h3 not supported")
110 pytest.skip("msh3 stalls here")
127 pytest.skip("h3 not supported")
129 pytest.skip("msh3 stalls here")
[all …]
H A Dtest_02_download.py64 pytest.skip("h3 not supported")
74 pytest.skip("h3 not supported")
84 pytest.skip("h3 not supported")
95 pytest.skip("h3 not supported")
115 pytest.skip("h3 not supported")
117 pytest.skip("msh3 shaky here")
134 pytest.skip("h3 not supported")
148 pytest.skip("h3 not supported")
179 pytest.skip("h3 not supported")
189 pytest.skip("h3 not supported")
[all …]
H A Dtest_17_ssl_use.py75 pytest.skip('BearSSL does not support TLSv1.3')
107 pytest.skip("h3 not supported")
122 pytest.skip("h3 not supported")
148 pytest.skip("h3 not supported")
163 pytest.skip("h3 not supported")
253 pytest.skip("h3 not supported")
319 pytest.skip("h3 not supported")
349 pytest.skip("h3 not supported")
360 pytest.skip("h3 not supported")
374 pytest.skip("h3 not supported")
[all …]
H A Dtest_08_caddy.py76 pytest.skip("msh3 itself crashes")
88 pytest.skip("msh3 itself crashes")
101 pytest.skip("msh3 itself crashes")
123 pytest.skip("msh3 itself crashes")
138 pytest.skip("msh3 itself crashes")
153 pytest.skip("msh3 itself crashes")
174 pytest.skip("h3 not supported")
176 pytest.skip("msh3 stalls here")
193 pytest.skip("h3 not supported")
195 pytest.skip("msh3 stalls here")
[all …]
H A Dtest_14_auth.py51 pytest.skip("h3 not supported")
61 pytest.skip("h3 not supported")
73 pytest.skip("h3 not supported")
86 pytest.skip("h3 not supported")
103 pytest.skip("h3 not supported")
106 pytest.skip("quiche/openssl-quic have problems with large requests")
123 pytest.skip("h3 not supported")
126 pytest.skip("quiche has problems with large requests")
H A Dtest_19_shutdown.py58 pytest.skip("seems not to work in CI")
73 pytest.skip('only works for curl debug builds')
90 pytest.skip('only works for curl debug builds')
109 pytest.skip('only works for curl debug builds')
118 pytest.skip(f'example client not built: {client.name}')
132 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 Dtest_20_websockets.py91 pytest.skip(f'example client not built: {client.name}')
101 pytest.skip(f'example client not built: {client.name}')
109 pytest.skip(f'example client not built: {client.name}')
117 pytest.skip(f'example client not built: {client.name}')
125 pytest.skip(f'example client not built: {client.name}')
135 pytest.skip(f'example client not built: {client.name}')
147 pytest.skip(f'example client not built: {client.name}')
H A Dtest_05_errors.py51 pytest.skip("h3 not supported")
53 pytest.skip("msh3 stalls here")
73 pytest.skip("h3 not supported")
75 pytest.skip("msh3 stalls here")
120 pytest.skip("h3 not supported")
H A Dconftest.py81 pytest.skip("curl built without HTTP support")
83 pytest.skip("curl built without HTTPS support")
85 pytest.skip(env.incomplete_reason())
99 pytest.skip(f'httpd not found: {env.httpd}')
H A Dtest_04_stuttered.py52 pytest.skip("h3 not supported")
67 pytest.skip("h3 not supported")
89 pytest.skip("h3 not supported")
111 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.c339 static bool peek_ipv6(const char *str, size_t *skip) in peek_ipv6() argument
370 *skip = hlen; in peek_ipv6()
391 size_t skip = 0; in glob_parse() local
392 if(!peek_ipv6(pattern, &skip) && (pattern[1] == ']')) in glob_parse()
393 skip = 2; in glob_parse()
394 if(skip) { in glob_parse()
395 memcpy(buf, pattern, skip); in glob_parse()
396 buf += skip; in glob_parse()
397 pattern += skip; in glob_parse()
398 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 Dtest105647 # dodgy, but it happens on all our test platforms but Windows so skip this
49 # to skip those.
H A Dtest112933 # we use skip to make the test server never read the full payload off
36 skip: 1053700
/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 35 milliseconds

123