summaryrefslogtreecommitdiff
path: root/test/lib/runner.cpp
Commit message (Expand)AuthorAgeFilesLines
* tests: skip running tests for non root userZdenek Kabelac2022-06-071-0/+6
* tests: capture and print thrown errorsZdenek Kabelac2015-03-111-1/+7
* test: Fix missing return in new test harness.Marian Csontos2015-02-121-1/+1
* test: Package up the test runner in a reusable C++ "brick".Petr Rockai2015-02-051-522/+3
* test: Implement --fatal-timeouts to allow a timely VM restart.Petr Rockai2015-02-051-2/+14
* test: Make the runner's heartbeat more reliable.Petr Rockai2015-02-051-11/+13
* test: Implement --only option to runner.Petr Rockai2015-02-051-7/+24
* test: Fix a precedence bug in the runner.Petr Rockai2015-02-051-1/+1
* test: Use append for journal maintenance instead of rename.Petr Rockai2015-02-051-2/+2
* test: Implement specialised --batch output style w/ rusage stats.Petr Rockai2015-02-051-3/+18
* test: Add time/rusage formatting to the runner.Petr Rockai2015-02-051-19/+27
* test: Print a heartbeat file (every 20s) in the runner.Petr Rockai2015-02-051-0/+9
* test: Avoid sleeps in the runner monitoring loop.Petr Rockai2015-02-051-4/+8
* test: Rename the --quiet option to --batch.Petr Rockai2015-02-051-7/+7
* test: Run the testcases chdir'd into --testdir.Petr Rockai2015-02-051-0/+1
* test: Improve IO handling in the runner.Petr Rockai2015-02-051-8/+28
* test: Improve tracking of silence (stuck testcases) in the runner.Petr Rockai2015-02-051-11/+11
* test: Implement flavours in the runner.Petr Rockai2015-02-051-16/+40
* test: Fix handling of envvars in the runner.Petr Rockai2015-02-051-3/+12
* test: Write a results/list at the end of a test run.Petr Rockai2015-02-051-0/+1
* test: Clean up fds properly in the runner.Petr Rockai2015-02-051-1/+3
* test: Implement journalling and --continue.Petr Rockai2015-02-051-9/+27
* test: Split up the new runner into multiple files.Petr Rockai2015-02-051-224/+41
* test: Import first draft of a new test runner.Petr Rockai2015-02-031-0/+594