aboutsummaryrefslogtreecommitdiff
path: root/tests/runtests.pl
AgeCommit message (Expand)Author
2004-03-01support 'large_file' as a feature to require for specific tests (such asDaniel Stenberg
2004-02-26runtests.pl now provides the srcdir to the ftpserver so that it can passDaniel Stenberg
2004-02-20%HTTPPORT supported in subVariablesDaniel Stenberg
2004-02-20When trying to see if there's a friendly http server on "our" port, weDaniel Stenberg
2004-02-12provide a source path to the servers to make them find the tests when runDaniel Stenberg
2004-01-13use the *correct* header!Daniel Stenberg
2004-01-13added standard source headerDaniel Stenberg
2004-01-12better skip reasons, longer waiting for startup of servers (due to slow/loadedDaniel Stenberg
2003-12-17Check the error code AFTER the protocol and data. Only changed to perhapsDaniel Stenberg
2003-11-24disable ftps-tests for now, we must make them work with the updated ftpsDaniel Stenberg
2003-11-13-n disables valgrind nowDaniel Stenberg
2003-10-31my own system had a bad valgrind, so check that it works at least somewhatDaniel Stenberg
2003-10-29Stop using stunnel.pm, we pass in the path from the main script instead.Daniel Stenberg
2003-10-29stunnel.pm is removedDaniel Stenberg
2003-10-29now check for and use valgrind, inserted and modified the check for stunnelDaniel Stenberg
2003-10-27slightly quieter torture test by defaultDaniel Stenberg
2003-10-24improved the torture testingDaniel Stenberg
2003-10-24Introducing -t to "torture" the memory allocations/failing/bail-outing inDaniel Stenberg
2003-10-22allow gdb to check the libtest dir for sources too (for the 500- tests)Daniel Stenberg
2003-09-12When people have environment variables set for protocol proxies, we must makeDaniel Stenberg
2003-08-14better report on why tests are skipped, and also show a count of the amountDaniel Stenberg
2003-08-12David Byron's fix that makes this script use 'cygpath' instead of 'pwd' ifDaniel Stenberg
2003-08-06minor cleanupDaniel Stenberg
2003-06-26produce a skip-report at the end of all tests, and thus record and countDaniel Stenberg
2003-06-13stdout is good enoughDaniel Stenberg
2003-06-13work more on pids, less on pidfiles to be able to do better kills at theDaniel Stenberg
2003-06-12get and use only the first line of the curl --version outputDaniel Stenberg
2003-06-12require the netrc_debug feature the same way we now can require SSLDaniel Stenberg
2003-06-12now test cases can be set to be dependent on the presence of "SSL" in theDaniel Stenberg
2003-05-19remove debug outputDaniel Stenberg
2003-05-19setenv support added to allow test cases to require a set of environmentDaniel Stenberg
2003-04-30no longer assume that the test number implies servers to runDaniel Stenberg
2003-04-30modified to produce nicer output when a single test failsDaniel Stenberg
2003-04-01support the new <killserver> tagDaniel Stenberg
2003-03-19set binary mode for some file handling and it might work better on someDaniel Stenberg
2003-03-15missing newline addedDaniel Stenberg
2003-03-15allow 'none' as serverDaniel Stenberg
2003-03-15* use the pid returned back from test-servers and kill them before startingDaniel Stenberg
2003-01-27tests that were not run due to restraints (the netrc-tests) were countedDaniel Stenberg
2003-01-21pass srcdir to the ftps-server as wellDaniel Stenberg
2003-01-21runtests.pl now passes the sourcedir path to the httpsserver.pl scriptDaniel Stenberg
2003-01-20output summary with easy identifyable string prefixesDaniel Stenberg
2003-01-09pass a file name to memanalyze to read from instead of using stdinDaniel Stenberg
2002-12-13fixed another space issueDaniel Stenberg
2002-12-12missing space added, nows run old tests fine againDaniel Stenberg
2002-12-12make ftps and https invoke both necessary serversDaniel Stenberg
2002-12-12supports the new 'tool' and 'server' tagsDaniel Stenberg
2002-11-06output all test case numbers with three digitsDaniel Stenberg
2002-08-30show return code when run verboseDaniel Stenberg
2002-08-12redirect stderr to /dev/null when testing for running test-serversDaniel Stenberg