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:
Viktor Szakats 2025-04-10 14:15:17 +02:00
parent e853ea9511
commit 0e8bf75b5c
No known key found for this signature in database
GPG Key ID: B5ABD165E2AEF201
3 changed files with 14 additions and 0 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>