summaryrefslogtreecommitdiff
path: root/runner
AgeCommit message (Expand)AuthorFilesLines
2019-01-29automake: Drop runner build supportDaniel Vetter2-78/+0
2019-01-22runner: Implement --dry-runPetri Latvala3-0/+78
2018-12-20runner: Add explicit "notrun" results for tests that were not executedPetri Latvala27-11/+507
2018-12-12runner: Produce json with results_version=10Petri Latvala10-10/+10
2018-12-12runner: Handle escaped characters from kmsgPetri Latvala13-2/+158
2018-11-27lib: Show stacktrace when terminated by runnerChris Wilson1-4/+4
2018-11-27runner: Flip kill argsChris Wilson1-1/+1
2018-11-27Revert "runner: Treat dmesg warnings as pure warnings"Chris Wilson1-5/+12
2018-11-27runner: Treat dmesg warnings as pure warningsChris Wilson1-12/+5
2018-11-27runner: Use %lx for printing unsigned longsPetri Latvala1-1/+1
2018-11-27runner: Be patient for processes to dieChris Wilson1-14/+35
2018-11-20runner: Exit with a nonzero status if abortingPetri Latvala2-3/+7
2018-11-15runner: Implement --abort-on-monitored-errorPetri Latvala33-41/+567
2018-11-06runner: Unit tests for json generationPetri Latvala151-2/+1489
2018-11-06runner/resultgen: Split json generation and file writingPetri Latvala2-13/+25
2018-11-05runner: const-correct the unit testsPetri Latvala1-159/+159
2018-11-05runner: Fix declaration of timeofday_doublePetri Latvala1-1/+1
2018-10-23runner: Add "root" also to the "totals" objectPetri Latvala1-2/+5
2018-10-19runner: Add --overall-timeoutPetri Latvala5-20/+114
2018-10-15runner: Fix results when there's warns and dmesg-warnsPetri Latvala1-0/+1
2018-10-04runner: Add unit test for resume when enough subtests are already runPetri Latvala1-0/+54
2018-10-04runner: Don't try to execute an empty set of subtestsPetri Latvala1-3/+12
2018-10-03runner: Add a unit test that checks for fd leaksPetri Latvala1-0/+18
2018-10-03runner: Plug more fd leaksPetri Latvala2-0/+6
2018-10-03runner: Add time_elapsed field to resultsPetri Latvala2-9/+51
2018-09-28runner: Plug an fd leakPetri Latvala1-2/+7
2018-09-27runner: Avoid null characters in results.jsonPetri Latvala1-1/+9
2018-09-21runner: Support -t and -x with a --test-listPetri Latvala2-0/+26
2018-09-21runner: Lowercase the name used for matching -t and -xPetri Latvala1-5/+2
2018-09-21runner: Make generate_piglit_name non-staticPetri Latvala3-36/+40
2018-09-19runner: Flush igt_runner outputs before forkingPetri Latvala1-0/+8
2018-09-17runner: Increase buffer size for reading outputsPetri Latvala1-3/+5
2018-09-12runner: Seek to the end to get to the end of kmsgPetri Latvala1-0/+1
2018-09-12runner/resultgen: More checking if subtests should existPetri Latvala1-1/+1
2018-08-31runner: Introduce --piglit-style-dmesgPetri Latvala4-10/+62
2018-08-31runner/resultgen: Add a new field to carry overall runtimesPetri Latvala1-26/+47
2018-08-17runner/resultgen: Implement the totals fieldPetri Latvala1-4/+86
2018-08-17runner/resultgen: Be more robust with incomplete testsPetri Latvala1-13/+38
2018-08-16runner: Match the piglit name with -t and -x optionsPetri Latvala2-2/+11
2018-08-13runner/meson: Add support for use_rpath optionArkadiusz Hiler1-0/+3
2018-08-13runner: Fix path handlingArkadiusz Hiler2-35/+34
2018-08-09runner: Unit tests for the runnerPetri Latvala9-0/+1069
2018-08-09runner: New test runnerPetri Latvala15-0/+3419