aboutsummaryrefslogtreecommitdiff
path: root/tests/runtests.pl
AgeCommit message (Expand)Author
2007-11-16Michal Marek made the test suite remember what test servers that fail toDaniel Stenberg
2007-11-15Michal Marek fixed the test suite to better deal with the case when the HTTPDaniel Stenberg
2007-11-01Make postcheck failure message more like the othersDan Fandrich
2007-10-26Check that all servers in the <server> section are supported, not justDan Fandrich
2007-10-25When valgrind is disabled in the test file, don't run it at all (as opposedDan Fandrich
2007-10-25Don't show valgrind log files of other testsYang Tse
2007-10-25Michal Marek fixed the test script to be able to use valgrind even when theDaniel Stenberg
2007-10-11Fixed the -l option of runtests.plDan Fandrich
2007-09-20Added variable substitution to the <verify><file> section.Dan Fandrich
2007-09-17Added %CLIENTIP and %CLIENT6IP data file substitution variables.Dan Fandrich
2007-07-14add some better logging when HTTP server start fails, and make the failureDaniel Stenberg
2007-06-11Wait longer for servers to start up since the ssh server needs to generateDan Fandrich
2007-06-08Fixed the test harness so that it actually kills the ssh being used asDan Fandrich
2007-06-08Incorporated Daniel Black's test706 and test707 SOCKS test cases.Dan Fandrich
2007-06-08Improved compatibility with perl 5.0 on the 'open' calls.Dan Fandrich
2007-06-07Changed the opens to work on older versions of perl.Dan Fandrich
2007-06-07Fixed some problems in starting SSH for use in SOCKS.Dan Fandrich
2007-06-05Daniel Black's test suite fixes and initial test cases for SOCKS4/5 usingDaniel Stenberg
2007-05-30In case of test failure, try not to show log files of other testsYang Tse
2007-04-30Improved the test harness to allow running test servers on other thanDan Fandrich
2007-04-25Added support in runtests.pl for "!n" test numbers to disable individual tests.Dan Fandrich
2007-04-25When displaying log files, truncate the really longs ones such as youDan Fandrich
2007-04-24Treat log files and -k the same when running torture tests as when not.Dan Fandrich
2007-04-23Added <postcheck> support to the test harness.Dan Fandrich
2007-04-10Honour the -a option when -t is enabled.Dan Fandrich
2007-04-06In case of test failure, try not to show log files of other testsYang Tse
2007-04-05Further improve displaying of individual logfilesYang Tse
2007-04-03fix enumeration of disabled tests when they have the highest numberYang Tse
2007-04-03Improve displaying of logfiles making sure all lines end with \nYang Tse
2007-03-24Changed the test harness to attempt to gracefully shut down serversDan Fandrich
2007-03-18detect and show if built with yassl, but also set the "openssl" flag internallyDaniel Stenberg
2007-03-12libcurl supplies its own crypto hash functions when SSL is disabled, soDan Fandrich
2007-03-09Updated the test harness to add a new "crypto" feature check and updated theDan Fandrich
2007-03-09Updated the test harness to check for protocol support before running eachDan Fandrich
2007-03-08Added test infrastructure to support basic FTPS tests. This currentlyDan Fandrich
2007-02-225 seconds isn't always enough time to start a server on a loaded system.Dan Fandrich
2007-02-12Rob Crittenden added support for NSS (Network Security Service) for theDaniel Stenberg
2007-01-27update copyright year noticeYang Tse
2007-01-25Fixed a dangling pointer problem that prevented the http_proxy environmentDan Fandrich
2007-01-18Added precheck that curl supports the 'openssl' engine in test 307.Dan Fandrich
2006-11-20Revert runtests.pl back to revision 1.212Yang Tse
2006-11-20Add some message loggingYang Tse
2006-11-20stop slaves before stopping serversYang Tse
2006-11-19Avoid passing child pid and test server pid, using the runningYang Tse
2006-11-18Avoid keeping dupe pids When forked pid and test server pid is the same one.Yang Tse
2006-11-17The hash of running servers is now a hash of hashes which for each runningYang Tse
2006-11-09Remove showing stderr log files unconditionally for tests 518 and 537.Yang Tse
2006-11-01test 518 is all about testing libcurl functionalityYang Tse
2006-10-31Show stderr log file for test 518 unconditionally.Yang Tse
2006-10-27a small unification of the error text on failed server startupsDaniel Stenberg