aboutsummaryrefslogtreecommitdiffstats
path: root/runner
Commit message (Expand)AuthorAgeFilesLines
* runner: add --list-all and --blacklistOleg Vasilev2019-06-199-24/+165
* runner_tests: Fix the file descriptor leakage subtestArkadiusz Hiler2019-06-051-1/+20
* runner: Cope with repeated subtests in journalPetri Latvala2019-06-031-0/+6
* meson: Start using 'feature' optionsArkadiusz Hiler2019-05-231-5/+7
* runner: Use glib's regex utilities instead of POSIX ERELyude Paul2019-05-105-28/+23
* runner: Disable building if tests are not builtPetri Latvala2019-05-101-1/+5
* runner_tests: Operate within defined behaviorArkadiusz Hiler2019-05-101-278/+313
* runner/job_list: print error when job list is emptySimon Ser2019-04-161-1/+6
* runner: Make sure oom-killer doesn't kill the runnerPetri Latvala2019-04-121-0/+18
* runner: Add --dmesg-warn-level switchArkadiusz Hiler2019-04-0138-3/+460
* runner: Refactor metadata parsingArkadiusz Hiler2019-04-015-18/+33
* runner: Reinitialize compiled dmesg regexp each parsing sessionArkadiusz Hiler2019-04-011-18/+11
* 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-212-3/+4
* runner: Exit with 2 when overall timeout exceededPetri Latvala2019-02-192-3/+20
* lib: Drop IGT_EXIT_TIMEOUTDaniel Vetter2019-02-151-3/+0
* automake: Drop runner build supportDaniel Vetter2019-01-292-78/+0
* runner: Implement --dry-runPetri Latvala2019-01-223-0/+78
* runner: Add explicit "notrun" results for tests that were not executedPetri Latvala2018-12-2027-11/+507
* runner: Produce json with results_version=10Petri Latvala2018-12-1210-10/+10
* runner: Handle escaped characters from kmsgPetri Latvala2018-12-1213-2/+158
* lib: Show stacktrace when terminated by runnerChris Wilson2018-11-271-4/+4
* runner: Flip kill argsChris Wilson2018-11-271-1/+1
* Revert "runner: Treat dmesg warnings as pure warnings"Chris Wilson2018-11-271-5/+12
* runner: Treat dmesg warnings as pure warningsChris Wilson2018-11-271-12/+5
* 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-202-3/+7
* runner: Implement --abort-on-monitored-errorPetri Latvala2018-11-1533-41/+567
* runner: Unit tests for json generationPetri Latvala2018-11-06151-2/+1489
* runner/resultgen: Split json generation and file writingPetri Latvala2018-11-062-13/+25
* runner: const-correct the unit testsPetri Latvala2018-11-051-159/+159
* runner: Fix declaration of timeofday_doublePetri Latvala2018-11-051-1/+1
* runner: Add "root" also to the "totals" objectPetri Latvala2018-10-231-2/+5
* runner: Add --overall-timeoutPetri Latvala2018-10-195-20/+114
* runner: Fix results when there's warns and dmesg-warnsPetri Latvala2018-10-151-0/+1
* runner: Add unit test for resume when enough subtests are already runPetri Latvala2018-10-041-0/+54
* runner: Don't try to execute an empty set of subtestsPetri Latvala2018-10-041-3/+12
* runner: Add a unit test that checks for fd leaksPetri Latvala2018-10-031-0/+18
* runner: Plug more fd leaksPetri Latvala2018-10-032-0/+6
* runner: Add time_elapsed field to resultsPetri Latvala2018-10-032-9/+51
* runner: Plug an fd leakPetri Latvala2018-09-281-2/+7
* runner: Avoid null characters in results.jsonPetri Latvala2018-09-271-1/+9
* runner: Support -t and -x with a --test-listPetri Latvala2018-09-212-0/+26
* runner: Lowercase the name used for matching -t and -xPetri Latvala2018-09-211-5/+2
* runner: Make generate_piglit_name non-staticPetri Latvala2018-09-213-36/+40
* 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