summaryrefslogtreecommitdiff
path: root/runner/executor.c
AgeCommit message (Expand)Author
2019-04-12runner: Make sure oom-killer doesn't kill the runnerPetri Latvala
2019-04-01runner: Refactor metadata parsingArkadiusz 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-01-22runner: Implement --dry-runPetri Latvala
2018-11-27lib: Show stacktrace when terminated by runnerChris Wilson
2018-11-27runner: Flip kill argsChris 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-05runner: Fix declaration of timeofday_doublePetri Latvala
2018-10-19runner: Add --overall-timeoutPetri Latvala
2018-10-04runner: Don't try to execute an empty set of subtestsPetri Latvala
2018-10-03runner: Add time_elapsed field to resultsPetri Latvala
2018-09-28runner: Plug an fd leakPetri Latvala
2018-09-19runner: Flush igt_runner outputs before forkingPetri Latvala
2018-09-17runner: Increase buffer size for reading outputsPetri Latvala
2018-09-12runner: Seek to the end to get to the end of kmsgPetri Latvala
2018-08-09runner: New test runnerPetri Latvala