summaryrefslogtreecommitdiff
path: root/runner
AgeCommit message (Expand)Author
2021-10-08lib: Typechecking minmaxChris Wilson
2021-04-23gitignore: Remove various .gitignore filesPetri Latvala
2021-02-09runner: Handle graceful exit regardless of log levelPetri Latvala
2021-01-26runner: Fix graceful exit result parsing for dynamic subtestsPetri Latvala
2021-01-22runner: Add json test for handling graceful exit via SIGHUPPetri Latvala
2021-01-22runner: Introduce a way to stop testing without marking tests incompletePetri Latvala
2021-01-12runner: Fix constness warningPetri Latvala
2021-01-08lib: Process kernel taintsChris Wilson
2020-12-15resultgen: avoid null pointer dereference from reallocJeremy Cline
2020-12-07runner: Don't kill a test on taint if watching timeoutsJanusz Krzysztofik
2020-08-06runner: Only claim the test was killed if it was killedPetri Latvala
2020-07-30runner: Also generate igt@runner@aborted when aborting internallyPetri Latvala
2020-07-30runner/resultgen: Remember to close fd to aborted.txtPetri Latvala
2020-07-22runner: Print a message when aborting due to IGT_EXIT_ABORTPetri Latvala
2020-07-22runner: Use exitcode 127 when resume is impossiblePetri Latvala
2020-07-20runner: Introduce --disk-usage-limitPetri Latvala
2020-07-20runner: Inject a message when killing test to taintsPetri Latvala
2020-06-11runner: Fix handling of metadata values containing spacesLyude Paul
2020-06-10runner/resultgen: Explain why json creation might have failedArkadiusz Hiler
2020-06-03runner: Adapt to device-based DRM logging changesPetri Latvala
2020-05-15runner/resultgen: Fix dmesg whitelist entry's regular expressionHarish Chegondi
2020-04-17runner: More task debug!Chris Wilson
2020-04-17runner: Add --version to igt_runnerPetri Latvala
2020-04-07runner: Show why we dump the task stateChris Wilson
2020-03-25runner: Remember to sync journal.txt for all writesPetri Latvala
2020-03-25runner: Only show the kmsg overflow message onceChris Wilson
2020-03-23runner: Abort the run when test exits with IGT_EXIT_ABORTArkadiusz Hiler
2020-03-23runner/runner_tests: Extract helper for inspecting test resultArkadiusz Hiler
2020-03-13runner: Read all kernel logs when there are logsPetri Latvala
2020-03-13runner: Dump the rest of dmesg also when child refuses to diePetri Latvala
2020-03-13runner: Handle outputs before checking for timeoutPetri Latvala
2020-02-21runner/resultgen: Provide output when test output is completely emptyPetri Latvala
2020-02-19runner: Introduce per-test timeoutsPetri Latvala
2020-02-19runner: Refactor timeoutingPetri Latvala
2020-02-11runner_tests: Unit test dynamic subtest testlist supportPetri Latvala
2020-02-11runner: Support dynamic subtests in testlistsPetri Latvala
2020-02-03runner: Make the result an incomplete if a test is killed due to taintPetri Latvala
2020-01-29runner: Make sure output is still collected when killing test due to taintPetri Latvala
2020-01-23runner: Don't check for taints when not configured for itPetri Latvala
2020-01-21runner: Clean up quickly if the kernel OOPSed during a testChris Wilson
2020-01-16runner_tests: Test that dynamic subtest failure is handled correctlyPetri Latvala
2020-01-16runner_tests: Replace magic numbers with named constantsPetri Latvala
2020-01-15runner/json_tests: Test handling of unprintable output from testsPetri Latvala
2020-01-15runner: Ensure generated json is properly UTF8-encodedPetri Latvala
2020-01-03runner/json_tests: Add test for parsing dynamic subtests with same namePetri Latvala
2020-01-03runner/json_tests: Adapt to no longer reporting subtests with dynamic subtestsPetri Latvala
2020-01-03runner/resultgen: Don't report subtest result if it has dynamic subtestsPetri Latvala
2020-01-03runner/json_tests: Adapt to dynamic subtest result parsingPetri Latvala
2020-01-03runner/resultgen: Make subtest result line finding more robustPetri Latvala
2020-01-03runner/resultgen: Add support for extra validation hook in find_matches()Petri Latvala