summaryrefslogtreecommitdiff
path: root/runner/executor.c
AgeCommit message (Expand)Author
2022-03-28runner: Fix handling of per-test-timeoutPetri Latvala
2022-03-21runner: cleanup code_cov directory, if anyMauro Carvalho Chehab
2022-03-21runner: Add support for code coverageMauro Carvalho Chehab
2022-03-21runner: check if it has root permissionsMauro Carvalho Chehab
2021-02-09runner: Handle graceful exit regardless of log levelPetri 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-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-22runner: Print a message when aborting due to IGT_EXIT_ABORTPetri Latvala
2020-07-20runner: Introduce --disk-usage-limitPetri Latvala
2020-07-20runner: Inject a message when killing test to taintsPetri Latvala
2020-04-17runner: More task debug!Chris Wilson
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-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-19runner: Introduce per-test timeoutsPetri Latvala
2020-02-19runner: Refactor timeoutingPetri 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
2019-12-05runner: Don't wait forever for processes to diePetri Latvala
2019-12-05runner: Actually ping watchdogs every intervalPetri Latvala
2019-10-21runner: Don't add timestamps when cannot exec a testPetri Latvala
2019-10-14runner: Show kernel state on detecting test timeoutChris Wilson
2019-09-24runner: Chomp away trailing spaces from cmdlineChris Wilson
2019-09-23runner: Show more elements of the signaler's argv[]Chris Wilson
2019-09-20runner: Add signal sender name when dyingChris Wilson
2019-09-17runner: Add support for aborting on network failurePetri Latvala
2019-09-13runner: Add a timestamp to each log messageChris Wilson
2019-07-22runner: Make sure that we are closing watchdogs on signalsArkadiusz Hiler
2019-07-22runner: Warn when watchdogs are being closed from the exit handlerArkadiusz Hiler
2019-07-22runner: Make sure we don't close watchdogs twiceArkadiusz Hiler
2019-06-24runner/executor: Make sure that intervals_left is always initializedArkadiusz Hiler
2019-06-24runner: Log which signal was used to terminate the runnerArkadiusz Hiler
2019-06-24runner: Handle SIGHUP tooArkadiusz Hiler
2019-06-24runner: Log when watchdog handling failsArkadiusz Hiler
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