mirror of
https://github.com/curl/curl.git
synced 2025-09-09 21:52:40 +03:00
tests: require IPv6 for 1265, 1324, 2086
And also require HTTP. Also add `IPv6` to the keywords.
Fixing:
Linux AM openssl !ipv6 !--libcurl:
```
FAIL 1265: 'NO_PROXY with IPv6 numerical address' HTTP, HTTP proxy, http_proxy, NO_PROXY, noproxy
FAIL 1324: 'HTTP with --resolve and [ipv6address]' HTTP, HTTP GET, --resolve
FAIL 2086: 'Pre-request callback for HTTP IPv6' HTTP, IPv6
```
Ref: https://github.com/curl/curl/actions/runs/14378524385/job/40318328714?pr=17012#step:41:3789
Follow-up to a09e49168a
#17005
Closes #17014
This commit is contained in:
parent
e853ea9511
commit
0e8bf75b5c
|
@ -6,6 +6,7 @@ HTTP proxy
|
||||||
http_proxy
|
http_proxy
|
||||||
NO_PROXY
|
NO_PROXY
|
||||||
noproxy
|
noproxy
|
||||||
|
IPv6
|
||||||
</keywords>
|
</keywords>
|
||||||
</info>
|
</info>
|
||||||
|
|
||||||
|
@ -24,6 +25,10 @@ foo
|
||||||
|
|
||||||
# Client-side
|
# Client-side
|
||||||
<client>
|
<client>
|
||||||
|
<features>
|
||||||
|
http
|
||||||
|
IPv6
|
||||||
|
</features>
|
||||||
<server>
|
<server>
|
||||||
http-ipv6
|
http-ipv6
|
||||||
</server>
|
</server>
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
<keywords>
|
<keywords>
|
||||||
HTTP
|
HTTP
|
||||||
HTTP GET
|
HTTP GET
|
||||||
|
IPv6
|
||||||
--resolve
|
--resolve
|
||||||
</keywords>
|
</keywords>
|
||||||
</info>
|
</info>
|
||||||
|
@ -29,6 +30,10 @@ Funny-head: yesyes
|
||||||
#
|
#
|
||||||
# Client-side
|
# Client-side
|
||||||
<client>
|
<client>
|
||||||
|
<features>
|
||||||
|
http
|
||||||
|
IPv6
|
||||||
|
</features>
|
||||||
<server>
|
<server>
|
||||||
http-ipv6
|
http-ipv6
|
||||||
</server>
|
</server>
|
||||||
|
|
|
@ -20,6 +20,10 @@ Content-Length: 0
|
||||||
|
|
||||||
# Client-side
|
# Client-side
|
||||||
<client>
|
<client>
|
||||||
|
<features>
|
||||||
|
http
|
||||||
|
IPv6
|
||||||
|
</features>
|
||||||
<server>
|
<server>
|
||||||
http-ipv6
|
http-ipv6
|
||||||
</server>
|
</server>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user