diff options
author | Daniel Stenberg <daniel@haxx.se> | 2013-06-04 22:50:58 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2013-06-04 22:50:58 +0200 |
commit | a7452b8b8c824e4227372a21a0517d34c8185f85 (patch) | |
tree | b2732c18d03956f53a1e8bd1086b68d6f31251cc /tests/FILEFORMAT | |
parent | 0bf5ce77aabe7307e41db13a0d03a63517fdc366 (diff) |
sws: support extracting test number from CONNECT ipv6-address!
If an ipv6-address is provided to CONNECT, the last hexadecimal group in
the address will be used as the test number! For example the address
"[1234::ff]" would be treated as test case 255.
Diffstat (limited to 'tests/FILEFORMAT')
-rw-r--r-- | tests/FILEFORMAT | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/FILEFORMAT b/tests/FILEFORMAT index 019137a55..97afa967f 100644 --- a/tests/FILEFORMAT +++ b/tests/FILEFORMAT @@ -257,7 +257,9 @@ data that is defined within the <reply><data></data></reply> section. If there's no test number found above, the HTTP test server will use the number following the last dot in the given hostname (made so that a CONNECT can still pass on test number) so that "foo.bar.123" gets treated as test case -123. +123. Alternatively, if an ipv6-address is provided to CONNECT, the last +hexadecimal group in the address will be used as the test numer! For example +the address "[1234::ff]" would be treated as test case 255. Set type="perl" to write the test case as a perl script. It implies that there's no memory debugging and valgrind gets shut off for this test. |