]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
tests: require IPv6 for 1265, 1324, 2086
authorViktor Szakats <commit@vsz.me>
Thu, 10 Apr 2025 12:15:17 +0000 (14:15 +0200)
committerViktor Szakats <commit@vsz.me>
Thu, 10 Apr 2025 14:24:52 +0000 (16:24 +0200)
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 a09e49168aae63640868b4fb9fa55eb384ff41c7 #17005

Closes #17014

tests/data/test1265
tests/data/test1324
tests/data/test2086

index 16a7833c87e88e60eeb451795c2afba5ce8545d5..d5cc00b7105cda3a9f98aa83dfa384017369f3df 100644 (file)
@@ -6,6 +6,7 @@ HTTP proxy
 http_proxy
 NO_PROXY
 noproxy
+IPv6
 </keywords>
 </info>
 
@@ -24,6 +25,10 @@ foo
 
 # Client-side
 <client>
+<features>
+http
+IPv6
+</features>
 <server>
 http-ipv6
 </server>
index c62e73f02bcdc7781cf6e6a0b514c508eadcca0d..7669da7b67ea1cc3fe163769301ea7bf2af2e6f3 100644 (file)
@@ -3,6 +3,7 @@
 <keywords>
 HTTP
 HTTP GET
+IPv6
 --resolve
 </keywords>
 </info>
@@ -29,6 +30,10 @@ Funny-head: yesyes
 #
 # Client-side
 <client>
+<features>
+http
+IPv6
+</features>
 <server>
 http-ipv6
 </server>
index 5055a69b663e517630acf3183b60305fca147be4..c0dd97c55e5c1dce0408347e7e5fd4d958e07b89 100644 (file)
@@ -20,6 +20,10 @@ Content-Length: 0
 
 # Client-side
 <client>
+<features>
+http
+IPv6
+</features>
 <server>
 http-ipv6
 </server>