aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.pm
AgeCommit message (Expand)Author
2023-12-18runner.pm: fix perl warning when running testsDaniel Stenberg
2023-12-18runtests: support -gl. Like -g but for lldb.Daniel Stenberg
2023-09-16runtests: eliminate a warning on old perl versionsDan Fandrich
2023-09-13tests: increase the default server logs lock timeoutDan Fandrich
2023-08-25tests/runner: fix %else handlingDaniel Stenberg
2023-08-25tests: add support for nested %if conditionsDaniel Stenberg
2023-08-01misc: fix various typosAlexander Jaeger
2023-06-21runtests: work around a perl without SIGUSR1Dan Fandrich
2023-06-21runtests: include missing valgrind packageDan Fandrich
2023-06-21runtests: use more consistent failure linesDan Fandrich
2023-06-19runtests: better detect and handle pipe errors in the controllerDan Fandrich
2023-06-19runtests: cleanly abort the runner if the controller diesDan Fandrich
2023-06-19runtests: improve error loggingDan Fandrich
2023-06-19runtests: rename server command fileDan Fandrich
2023-06-07runtests; give each server a unique log lock fileDan Fandrich
2023-06-07runtests: make test file directories in log/NDan Fandrich
2023-06-05runtests: call initserverconfig() in the runnerDan Fandrich
2023-06-05runtests: use a per-runner random seedDan Fandrich
2023-05-20runtests: use the correct fd after selectDan Fandrich
2023-05-20runtests: handle interrupted reads from IPC pipesDan Fandrich
2023-05-05runtests: fix -c option when run with valgrindDan Fandrich
2023-05-05runtests: support creating more than one runner processDan Fandrich
2023-05-05runtests: spawn a new process for the test runnerDan Fandrich
2023-05-05runtests: turn singletest() into a state machineDan Fandrich
2023-05-05runtests: change runner interface to be asynchronousDan Fandrich
2023-05-05runtests: add a runner initialization functionDan Fandrich
2023-05-05runtests: remove directory from server filename variablesDan Fandrich
2023-05-05runtests: use a function to obtain $LOGDIR for a testDan Fandrich
2023-04-24runtests: support buffering log messages in runner & serversDan Fandrich
2023-04-24runtests: create runner functions for clearlocks and stopserversDan Fandrich
2023-04-24runtests: tightened servers package exportsDan Fandrich
2023-04-24runtests: display logs on server failure in singletest()Dan Fandrich
2023-04-24runtests: turn a print into a logmsgDan Fandrich
2023-04-22runtests: refactor the main test loop into twoDan Fandrich
2023-04-22runtests: track only the current test timings in runner.pmDan Fandrich
2023-04-22runtests: simplify value returned regarding use of valgrindDan Fandrich
2023-04-18runtests: fix problems on <killserver> failureDan Fandrich
2023-04-18runtests: fix perl warning when <tool> is wrongDan Fandrich
2023-04-18runtests: refactor into more packagesDan Fandrich
2023-04-18runtests: call timestampskippedevents() in singletestDan Fandrich
2023-04-18runtests: assume a newer Valgrind by defaultDan Fandrich
2023-04-18runtests: refactor test runner code into runner.pmDan Fandrich