summaryrefslogtreecommitdiff
path: root/tests/data/test1085
Commit message (Collapse)AuthorAgeFilesLines
* tests: use %TESTNUMBER instead of fixed numberDaniel Stenberg2021-03-191-1/+1
| | | | | | | This makes the tests easier to copy and relocate to other test numbers without having to update content. Closes #6738
* tests: Stop referring to server ports when they're not usedDan Fandrich2020-04-301-1/+1
| | | | | | | | | Several tests referred to specific server ports even when the test didn't actually use that server or specify that it's needed. In such cases, the test harness substitutes the text "[not running]" as the port number which causes many such tests to fail due to the inability to parse the URL. These tests are changed to use %NOLISTENPORT which will always be substituted correctly.
* callbacks: acknowledge progress callback error returnsDaniel Stenberg2010-08-101-1/+1
| | | | | | | | | | | | | | When the progress callback is called during the TCP connection, an error return would accidentally not abort the operation as intended but would instead be counted as a failure to connect to that particular IP and libcurl would just continue to try the next. I made singleipconnect() and trynextip() return CURLcode properly. Added bonus: it corrected the error code for bad --interface usages, like tested in test 1084 and test 1085. Reported by: Adam Light Bug: http://curl.haxx.se/mail/lib-2010-08/0105.html
* Added "non-existing host" test keywords to make it easy to skip thoseDan Fandrich2009-05-201-0/+1
| | | | | tests on machines that have broken DNS configurations (such as those configured to use OpenDNS).
* Ensure the IPv6 stack is operational before running this test (other testsDan Fandrich2008-10-121-0/+5
| | | | use the startup of the IPv6 test server as a substitute check for this).
* Added HTTP as a required featureDan Fandrich2008-10-091-0/+1
|
* Added tests 1082 through 1085 to test symbolic --interface parametersDan Fandrich2008-10-081-0/+41