aboutsummaryrefslogtreecommitdiff
path: root/tests/runtests.pl
AgeCommit message (Expand)Author
2004-09-08Now the test servers and test cases can run on a custom port number. There'sDaniel Stenberg
2004-08-24prevent files named ".nfs[something]" from being displayed when failingDaniel Stenberg
2004-08-23Provide support for "transferring" zero bytes FTP files and comparing thatDaniel Stenberg
2004-07-26Bertrand Demiddelaer made the testing work with valgrind 2.1Daniel Stenberg
2004-06-22retry to read the sent request a few times if it doesn't exist the first timeDaniel Stenberg
2004-06-17new daring features, not used by any current testDaniel Stenberg
2004-06-14refuse running the torture tests without a debug buildDaniel Stenberg
2004-05-17removed debug output and trailing whitespaceDaniel Stenberg
2004-05-17grrr, fix the check again if no ftp server at all is runningDaniel Stenberg
2004-05-17improved the check for our own ftp serverDaniel Stenberg
2004-05-13made 'runtests.pl -t' run over all the tests just like other command linesDaniel Stenberg
2004-05-11revert the accidentally added use of straceDaniel Stenberg
2004-05-11curl_global_init_mem() allows the memory functions to be replaced.Daniel Stenberg
2004-05-10James Bursa's adjustments to make the -t option work for any test case.Daniel Stenberg
2004-05-10don't use -i when checking for our own serverDaniel Stenberg
2004-05-05fixed typoDaniel Stenberg
2004-05-05Temporary disable the logic that runs gdb on a core dump, as it can't blindlyDaniel Stenberg
2004-05-05added a third URL to the torture testing, this one also hangs at some pointDaniel Stenberg
2004-04-30Display "exit OK" when the exit code has been verified to be OK, and addedDaniel Stenberg
2004-04-30support the new libcurl IDN feature, also a first attempt to display a stackDaniel Stenberg
2004-04-29remove newline from matching patternDaniel Stenberg
2004-04-23No longer uses the valgrind option '--logfile-fd', we use the --logfileDaniel Stenberg
2004-04-22modified how valgrind is run to make sure that file handle 3 exists whenDaniel Stenberg
2004-04-16don't display the . and .. files when dumping the log/ contentsDaniel Stenberg
2004-04-15clean the log directory between each single test, so that we can betterDaniel Stenberg
2004-04-14display interesting log files on failure, if -p is usedDaniel Stenberg
2004-04-13Initial support for dumping the contents of the files in log/ when failingDaniel Stenberg
2004-03-29fix to figure out the "real" windows path when built and run with mingwDaniel Stenberg
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