summaryrefslogtreecommitdiffstats
path: root/lib/kunit/executor.c
Commit message (Expand)AuthorAgeFilesLines
* kunit: run test suites only after module initialization completesMarco Pagani2024-01-221-0/+4
* kunit: add is_init test attributeRae Moar2023-12-181-1/+5
* kunit: add KUNIT_INIT_TABLE to init linker sectionRae Moar2023-12-181-6/+58
* kunit: Fix possible memory leak in kunit_filter_suites()Jinjie Ruan2023-09-281-4/+13
* kunit: Fix the wrong kfree of copy for kunit_filter_suites()Jinjie Ruan2023-09-281-1/+1
* kunit: Fix missed memory release in kunit_free_suite_set()Jinjie Ruan2023-09-281-1/+3
* kunit: Fix possible memory leak in kunit_filter_suites()Jinjie Ruan2023-09-051-2/+2
* kunit: Fix possible null-ptr-deref in kunit_parse_glob_filter()Jinjie Ruan2023-09-051-4/+19
* kunit: Fix the wrong err path and add goto labels in kunit_filter_suites()Jinjie Ruan2023-09-051-9/+12
* kunit: Allow kunit test modules to use test filteringJanusz Krzysztofik2023-08-081-26/+37
* kunit: Make 'list' action available to kunit test modulesJanusz Krzysztofik2023-08-081-11/+17
* kunit: Report the count of test suites in a moduleJanusz Krzysztofik2023-08-081-19/+23
* kunit: fix uninitialized variables bug in attributes filteringRae Moar2023-08-041-7/+11
* kunit: fix possible memory leak in kunit_filter_suites()Ruan Jinjie2023-08-041-5/+12
* kunit: fix wild-memory-access bug in kunit_filter_suites()Ruan Jinjie2023-07-311-1/+2
* kunit: Add ability to filter attributesRae Moar2023-07-261-19/+74
* kunit: Add test attributes API structureRae Moar2023-07-261-4/+17
* kunit: improve KTAP compliance of KUnit test outputRae Moar2022-12-121-3/+3
* kunit: add kunit.enable to enable/disable KUnit testJoe Fradley2022-09-301-0/+4
* kunit: executor: Fix a memory leak on failure in kunit_filter_testsDavid Gow2022-07-141-1/+3
* kunit: flatten kunit_suite*** to kunit_suite** in .kunit_test_suitesDaniel Latypov2022-07-111-87/+28
* kunit: use kmemdup in kunit_filter_tests(), take suite as constDaniel Latypov2022-07-071-4/+2
* kunit: fix executor OOM error handling logic on non-UMLDaniel Latypov2022-05-171-4/+5
* kunit: bail out of test filtering logic quicker if OOMDaniel Latypov2022-05-121-5/+22
* kunit: add 'kunit.action' param to allow listing out testsDaniel Latypov2021-10-191-5/+40
* kunit: fix too small allocation when using suite-only kunit.filter_globDaniel Latypov2021-10-191-1/+1
* kunit: tool: allow filtering test cases via globDaniel Latypov2021-10-191-11/+96
* kunit: add unit test for filtering suites by namesDaniel Latypov2021-06-251-14/+19
* kunit: Add 'kunit_shutdown' optionDavid Gow2021-06-111-0/+20
* kunit: add kunit.filter_glob cmdline option to filter suitesDaniel Latypov2021-02-081-9/+84
* kunit: test: add test plan to KUnit TAP formatBrendan Higgins2020-10-091-0/+17
* init: main: add KUnit to kernel initBrendan Higgins2020-10-091-3/+1
* kunit: test: create a single centralized executor for all testsAlan Maguire2020-10-091-0/+28