aboutsummaryrefslogtreecommitdiff
path: root/runner
AgeCommit message (Expand)Author
2019-07-22runner: Make sure that we are closing watchdogs on signalsArkadiusz Hiler
2019-07-22runner: Warn when watchdogs are being closed from the exit handlerArkadiusz Hiler
2019-07-22runner: Make sure we don't close watchdogs twiceArkadiusz Hiler
2019-07-16build: rename Meson optionsSimon Ser
2019-06-24runner/settings: Be consistent with empty blacklistArkadiusz Hiler
2019-06-24runner/resultgen: Don't pass NULL to str*() functionsArkadiusz Hiler
2019-06-24runner/executor: Make sure that intervals_left is always initializedArkadiusz Hiler
2019-06-24runner: Log which signal was used to terminate the runnerArkadiusz Hiler
2019-06-24runner: Handle SIGHUP tooArkadiusz Hiler
2019-06-24runner: Log when watchdog handling failsArkadiusz Hiler
2019-06-19runner: add --list-all and --blacklistOleg Vasilev
2019-06-05runner_tests: Fix the file descriptor leakage subtestArkadiusz Hiler
2019-06-03runner: Cope with repeated subtests in journalPetri Latvala
2019-05-23meson: Start using 'feature' optionsArkadiusz Hiler
2019-05-10runner: Use glib's regex utilities instead of POSIX ERELyude Paul
2019-05-10runner: Disable building if tests are not builtPetri Latvala
2019-05-10runner_tests: Operate within defined behaviorArkadiusz Hiler
2019-04-16runner/job_list: print error when job list is emptySimon Ser
2019-04-12runner: Make sure oom-killer doesn't kill the runnerPetri Latvala
2019-04-01runner: Add --dmesg-warn-level switchArkadiusz Hiler
2019-04-01runner: Refactor metadata parsingArkadiusz Hiler
2019-04-01runner: Reinitialize compiled dmesg regexp each parsing sessionArkadiusz Hiler
2019-03-27runner: Make taint abort messages more verboseArkadiusz Hiler
2019-03-25runner/executor: refactor error handlingSimon Ser
2019-02-21runner: Exit with 0 on dry-runPetri Latvala
2019-02-19runner: Exit with 2 when overall timeout exceededPetri Latvala
2019-02-15lib: Drop IGT_EXIT_TIMEOUTDaniel Vetter
2019-01-29automake: Drop runner build supportDaniel Vetter
2019-01-22runner: Implement --dry-runPetri Latvala
2018-12-20runner: Add explicit "notrun" results for tests that were not executedPetri Latvala
2018-12-12runner: Produce json with results_version=10Petri Latvala
2018-12-12runner: Handle escaped characters from kmsgPetri Latvala
2018-11-27lib: Show stacktrace when terminated by runnerChris Wilson
2018-11-27runner: Flip kill argsChris Wilson
2018-11-27Revert "runner: Treat dmesg warnings as pure warnings"Chris Wilson
2018-11-27runner: Treat dmesg warnings as pure warningsChris Wilson
2018-11-27runner: Use %lx for printing unsigned longsPetri Latvala
2018-11-27runner: Be patient for processes to dieChris Wilson
2018-11-20runner: Exit with a nonzero status if abortingPetri Latvala
2018-11-15runner: Implement --abort-on-monitored-errorPetri Latvala
2018-11-06runner: Unit tests for json generationPetri Latvala
2018-11-06runner/resultgen: Split json generation and file writingPetri Latvala
2018-11-05runner: const-correct the unit testsPetri Latvala
2018-11-05runner: Fix declaration of timeofday_doublePetri Latvala
2018-10-23runner: Add "root" also to the "totals" objectPetri Latvala
2018-10-19runner: Add --overall-timeoutPetri Latvala
2018-10-15runner: Fix results when there's warns and dmesg-warnsPetri Latvala
2018-10-04runner: Add unit test for resume when enough subtests are already runPetri Latvala
2018-10-04runner: Don't try to execute an empty set of subtestsPetri Latvala
2018-10-03runner: Add a unit test that checks for fd leaksPetri Latvala