aboutsummaryrefslogtreecommitdiffstats
path: root/runner/executor.c
Commit message (Expand)AuthorAgeFilesLines
* runner: Make sure that we are closing watchdogs on signalsArkadiusz Hiler2019-07-221-26/+79
* runner: Warn when watchdogs are being closed from the exit handlerArkadiusz Hiler2019-07-221-0/+3
* runner: Make sure we don't close watchdogs twiceArkadiusz Hiler2019-07-221-0/+4
* runner/executor: Make sure that intervals_left is always initializedArkadiusz Hiler2019-06-241-1/+2
* runner: Log which signal was used to terminate the runnerArkadiusz Hiler2019-06-241-1/+2
* runner: Handle SIGHUP tooArkadiusz Hiler2019-06-241-0/+1
* runner: Log when watchdog handling failsArkadiusz Hiler2019-06-241-5/+19
* runner: Make sure oom-killer doesn't kill the runnerPetri Latvala2019-04-121-0/+18
* runner: Refactor metadata parsingArkadiusz Hiler2019-04-011-1/+1
* runner: Make taint abort messages more verboseArkadiusz Hiler2019-03-271-8/+30
* runner/executor: refactor error handlingSimon Ser2019-03-251-33/+35
* runner: Exit with 0 on dry-runPetri Latvala2019-02-211-1/+1
* runner: Implement --dry-runPetri Latvala2019-01-221-0/+7
* lib: Show stacktrace when terminated by runnerChris Wilson2018-11-271-4/+4
* runner: Flip kill argsChris Wilson2018-11-271-1/+1
* runner: Use %lx for printing unsigned longsPetri Latvala2018-11-271-1/+1
* runner: Be patient for processes to dieChris Wilson2018-11-271-14/+35
* runner: Exit with a nonzero status if abortingPetri Latvala2018-11-201-0/+3
* runner: Implement --abort-on-monitored-errorPetri Latvala2018-11-151-20/+180
* runner: Fix declaration of timeofday_doublePetri Latvala2018-11-051-1/+1
* runner: Add --overall-timeoutPetri Latvala2018-10-191-20/+93
* runner: Don't try to execute an empty set of subtestsPetri Latvala2018-10-041-3/+12
* runner: Add time_elapsed field to resultsPetri Latvala2018-10-031-3/+30
* runner: Plug an fd leakPetri Latvala2018-09-281-2/+7
* runner: Flush igt_runner outputs before forkingPetri Latvala2018-09-191-0/+8
* runner: Increase buffer size for reading outputsPetri Latvala2018-09-171-3/+5
* runner: Seek to the end to get to the end of kmsgPetri Latvala2018-09-121-0/+1
* runner: New test runnerPetri Latvala2018-08-091-0/+1022