summaryrefslogtreecommitdiff
path: root/lib/igt_ktap.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-20lib/kunit: Let igt_ktap_free() take care of pointer resetJanusz Krzysztofik1-2/+3
2023-10-23lib/kunit: Parse KTAP report from the main process threadJanusz Krzysztofik1-568/+1
2023-10-23lib/ktap: Improve TODO workaround descriptionJanusz Krzysztofik1-3/+10
2023-09-19lib/ktap: Reimplement KTAP parserJanusz Krzysztofik1-39/+383
2023-09-19lib/ktap: Use IGT linked lists for storing KTAP resultsJanusz Krzysztofik1-20/+5
2023-09-19lib/ktap: Read /dev/kmsg in blocking modeJanusz Krzysztofik1-44/+22
2023-09-19lib/ktap: Drop is_running flagJanusz Krzysztofik1-32/+0
2023-09-19lib/kunit: Cancel KTP parser on module load failureJanusz Krzysztofik1-0/+6
2023-09-19lib/ktap: Drop checks for EINTR on read() failuresJanusz Krzysztofik1-15/+0
2023-09-19lib/ktap: Make sure we fail on premature cancelJanusz Krzysztofik1-3/+2
2023-09-18lib/kunit: Drop unused file streamJanusz Krzysztofik1-33/+29
2023-06-14Change logic of ktap parser to run on a threadDominik Karol Piatkowski1-75/+356
2023-06-14lib/igt_kmod: add compatibility for KUnitIsabella Basso1-0/+334