summaryrefslogtreecommitdiffstats
path: root/lib/kunit/debugfs.c
Commit message (Expand)AuthorAgeFilesLines
* kunit: add ability to run tests after boot using debugfsRae Moar2023-12-181-0/+68
* kunit: debugfs: Handle errors from alloc_string_stream()Richard Fitzgerald2023-12-181-5/+25
* kunit: debugfs: Fix unchecked dereference in debugfs_print_results()Richard Fitzgerald2023-12-181-1/+3
* kunit: Use string_stream for test logRichard Fitzgerald2023-09-181-13/+23
* kunit: include debugfs header fileArnd Bergmann2023-06-091-0/+1
* kunit: fix bug in the order of lines in debugfs logsRae Moar2023-03-101-2/+12
* kunit: improve KTAP compliance of KUnit test outputRae Moar2022-12-121-1/+1
* kunit: fix debugfs code to use enum kunit_status, not boolDaniel Latypov2022-05-021-1/+1
* kunit: Support skipped testsDavid Gow2021-06-251-1/+1
* kunit: add debugfs /sys/kernel/debug/kunit/<suite>/results displayAlan Maguire2020-03-261-0/+116