summaryrefslogtreecommitdiff
path: root/runner
AgeCommit message (Expand)Author
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
2018-10-03runner: Plug more fd leaksPetri Latvala
2018-10-03runner: Add time_elapsed field to resultsPetri Latvala
2018-09-28runner: Plug an fd leakPetri Latvala
2018-09-27runner: Avoid null characters in results.jsonPetri Latvala
2018-09-21runner: Support -t and -x with a --test-listPetri Latvala
2018-09-21runner: Lowercase the name used for matching -t and -xPetri Latvala
2018-09-21runner: Make generate_piglit_name non-staticPetri 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-09-12runner/resultgen: More checking if subtests should existPetri Latvala
2018-08-31runner: Introduce --piglit-style-dmesgPetri Latvala
2018-08-31runner/resultgen: Add a new field to carry overall runtimesPetri Latvala
2018-08-17runner/resultgen: Implement the totals fieldPetri Latvala
2018-08-17runner/resultgen: Be more robust with incomplete testsPetri Latvala
2018-08-16runner: Match the piglit name with -t and -x optionsPetri Latvala