aboutsummaryrefslogtreecommitdiff
path: root/tests/runtests.pl
AgeCommit message (Collapse)Author
2004-02-12provide a source path to the servers to make them find the tests when runDaniel Stenberg
outside the source dir, not needing any symlinks
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
host), added retrying/waiting for slow stunnel startups
2003-12-17Check the error code AFTER the protocol and data. Only changed to perhapsDaniel Stenberg
get some further input on the notorious test case 91 failures!
2003-11-24disable ftps-tests for now, we must make them work with the updated ftpsDaniel Stenberg
functionality
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
before we use it
2003-10-29Stop using stunnel.pm, we pass in the path from the main script instead.Daniel Stenberg
Also made it easier to stop the test suite with control-c.
2003-10-29stunnel.pm is removedDaniel Stenberg
2003-10-29now check for and use valgrind, inserted and modified the check for stunnelDaniel Stenberg
and we no longer use the stunnel.pm
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
curl and libcurl. -t is not used anywhere automated yet, and it does already identify memory leaks on failed allocations. Work to do.
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
sure to clear them before we run the tests as they interfere badly otherwise.
2003-08-14better report on why tests are skipped, and also show a count of the amountDaniel Stenberg
of test cases that were "considered".
2003-08-12David Byron's fix that makes this script use 'cygpath' instead of 'pwd' ifDaniel Stenberg
this runs on windows, to find out the current working directory.
2003-08-06minor cleanupDaniel Stenberg
2003-06-26produce a skip-report at the end of all tests, and thus record and countDaniel Stenberg
them properly
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
end of the test where the pidfiles aren't found, but "our" server is running
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
present client-side
2003-06-12now test cases can be set to be dependent on the presence of "SSL" in theDaniel Stenberg
client/library
2003-05-19remove debug outputDaniel Stenberg
2003-05-19setenv support added to allow test cases to require a set of environmentDaniel Stenberg
variables
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
cygwin installations (using DOS-style files somehow?)
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
them the first time * verify that the server we start really comes up fine and works as expected before continue * count test cases where the server can't be run (for whatever reason) * prefix lots of messages with RUN: to make it easier to realize which script is saying what when running tests verbose * remove the generic sleep(1) from each test, makes the suite fly! ;-) I hope these changes will make the tests run somewhat more reliably on more platforms.
2003-01-27tests that were not run due to restraints (the netrc-tests) were countedDaniel Stenberg
as skipped twice, and thus the total number of tests appeared wrong
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
2002-06-11more nonewline supportDaniel Stenberg
2002-05-21James Cone's little work-around for the strict errorDaniel Stenberg
2002-05-21test suite mods for the netrc testing stuffDaniel Stenberg
2002-04-09set the HOME variable to the current dir, to prevent any real ~/.curlrc toDaniel Stenberg
play tricks on us!