summaryrefslogtreecommitdiff
path: root/tests/data/test20
Commit message (Collapse)AuthorAgeFilesLines
* test: update test20/1322 for eglibc bug workaroundTobias Hintze2018-11-221-1/+1
| | | | | | | | | | | | The tests 20 and 1322 are using getaddrinfo of libc for resolving. In eglibc-2.19 there is a memory leakage and invalid free bug which surfaces in some special circumstances (PF_UNSPEC hint with invalid or non-existent names). The valgrind runs in testing fail in these situations. As the tests 20/1322 are not specific on either protocol (IPv4/IPv6) this commit changes the hints to IPv4 protocol by passing `--ipv4` flag on the tests' command line. This prevents the valgrind failures.
* Added "non-existing host" test keywords to make it easy to skip thoseDan Fandrich2009-05-201-1/+3
| | | | | tests on machines that have broken DNS configurations (such as those configured to use OpenDNS).
* Changed another nonexistent host name to be under the haxx.se domainDan Fandrich2007-04-231-1/+1
| | | | to guarantee against it ever being valid.
* Updated the test harness to check for protocol support before running eachDan Fandrich2007-03-091-0/+3
| | | | | test, fixing KNOWN_BUGS #11. Fixed some tests to more accurately specify their required servers and features.
* Convert (most of) the test data files into genuine XML. A handful stillDan Fandrich2007-01-231-0/+2
| | | | | | are not, due mainly to the lack of support for XML character entities (e.g. & => & ). This will make it easier to validate test files using tools like xmllint, as well as edit and view them using XML tools.
* keywords addedDaniel Stenberg2005-04-161-1/+7
|
* Make nonexistent host names absolute so tests will pass on machinesDan Fandrich2005-03-151-1/+1
| | | | with a wildcard DNS search domain.
* A minor "syntax error" in numerous test files correctedDaniel Stenberg2005-01-251-1/+1
|
* Each test case now specifies which server(s) it needs, without relying on theDaniel Stenberg2003-04-301-0/+3
| | | | test number.
* nine new test casesDaniel Stenberg2001-08-071-0/+22