aboutsummaryrefslogtreecommitdiff
path: root/tests/runtests.pl
AgeCommit message (Expand)Author
2002-01-30big-time alert that this doesn't workDaniel Stenberg
2002-01-08test case 38 added a few new requirementsDaniel Stenberg
2002-01-04-l lists all testsDaniel Stenberg
2002-01-03added a little percentage for "ok coverage"Daniel Stenberg
2001-11-29remove the command file after each testDaniel Stenberg
2001-10-17don't use 'strict' anymore, as it doesn't work good with the cygwin fixesDaniel Stenberg
2001-10-10checkserver() bugged, Kevin Roth detected and fixedDaniel Stenberg
2001-08-21Georg Huettenegger's patch curl-7.8.1-pre5-patch-20010819Daniel Stenberg
2001-08-08when a test expects an error code but gets a different one, we now outputDaniel Stenberg
2001-08-06adjusted to the correct treatmeant of file:// URLsDaniel Stenberg
2001-08-067.8.1-pre3 commitcurl-7_8_1-pre3Daniel Stenberg
2001-06-27better stripDaniel Stenberg
2001-06-14made stdin testing work, also made 'nocheck=true' work when set on theDaniel Stenberg
2001-05-28better -v use, passes -I to all perl invokesDaniel Stenberg
2001-05-23adjusted to the new test case formatsDaniel Stenberg
2001-05-21doesn't run ssl tests if libcurl wasn't built with ssl support (and reportsDaniel Stenberg
2001-05-14pid files fixes, ftp server already-running-but-no-control checkDaniel Stenberg
2001-05-04'FILE *' changed to 'void *' in all callback functionsDaniel Stenberg
2001-04-26split curl and libcurl into two strings in the initial displayDaniel Stenberg
2001-04-24no name no testDaniel Stenberg
2001-04-24new tests, new server invoke systemDaniel Stenberg
2001-03-13made 'X to Y' sequences not include X twiceDaniel Stenberg
2001-03-12include the failed test case numbers in the end summaryDaniel Stenberg
2001-03-12made it support test case ranges on the command line, specified asDaniel Stenberg
2001-03-05show the ftp server invoke line when -d is usedDaniel Stenberg
2001-02-20-g runs the specified test(s) with gdb!Daniel Stenberg
2001-01-29removed upload.NN files after each testDaniel Stenberg
2001-01-27Added -d that enables easier protocol/server debug overview (it invokesDaniel Stenberg
2001-01-08Loic Dachary's updates to get 'make distcheck' work, including running theDaniel Stenberg
2000-11-28now counts all test cases and presents a counter at the endDaniel Stenberg
2000-11-27modified for ftp custom commandsDaniel Stenberg
2000-11-27if the server doesn't output a logfile, the protocol file is not comparedDaniel Stenberg
2000-11-21upload check, better ability to specify test cases on the command lineDaniel Stenberg
2000-11-21added a command line log that logs all command lines run in the completeDaniel Stenberg
2000-11-21starts and stops both HTTP and FTP servers nowDaniel Stenberg
2000-11-17now supports checks for exit codes and check for memory even when curlDaniel Stenberg
2000-11-17output FAILED properly even when -s is usedDaniel Stenberg
2000-11-17uses stricter outputDaniel Stenberg
2000-11-17better stdout check, full support for memory debug testsDaniel Stenberg
2000-11-15now sorts the test cases when "all" is usedDaniel Stenberg
2000-11-15'use strict' compliantDaniel Stenberg
2000-11-14removed some /= 256 that was wrongly leftDaniel Stenberg
2000-11-14added help text on -hDaniel Stenberg
2000-11-14removed lots of external program dependencies (for windows compliance)Daniel Stenberg
2000-11-13logs stderr as well now, which is good if the program crashes, and alsoDaniel Stenberg
2000-11-13converted shell script to perlDaniel Stenberg