summaryrefslogtreecommitdiffstats
path: root/lib/kunit/executor.c
AgeCommit message (Expand)AuthorLines
2025-04-29kunit: executor: Remove const from kunit_filter_suites() allocation typeKees Cook-1/+1
2025-01-15kunit: Introduce autorun optionStanislav Kinsburskii-2/+19
2024-07-12kunit: executor: Simplify string allocation handlingKees Cook-9/+3
2024-02-27kunit: Mark filter* params as rwLucas De Marchi-3/+3
2024-01-22kunit: run test suites only after module initialization completesMarco Pagani-0/+4
2023-12-18kunit: add is_init test attributeRae Moar-1/+5
2023-12-18kunit: add KUNIT_INIT_TABLE to init linker sectionRae Moar-6/+58
2023-09-28kunit: Fix possible memory leak in kunit_filter_suites()Jinjie Ruan-4/+13
2023-09-28kunit: Fix the wrong kfree of copy for kunit_filter_suites()Jinjie Ruan-1/+1
2023-09-28kunit: Fix missed memory release in kunit_free_suite_set()Jinjie Ruan-1/+3
2023-09-05kunit: Fix possible memory leak in kunit_filter_suites()Jinjie Ruan-2/+2
2023-09-05kunit: Fix possible null-ptr-deref in kunit_parse_glob_filter()Jinjie Ruan-4/+19
2023-09-05kunit: Fix the wrong err path and add goto labels in kunit_filter_suites()Jinjie Ruan-9/+12
2023-08-08kunit: Allow kunit test modules to use test filteringJanusz Krzysztofik-26/+37
2023-08-08kunit: Make 'list' action available to kunit test modulesJanusz Krzysztofik-11/+17
2023-08-08kunit: Report the count of test suites in a moduleJanusz Krzysztofik-19/+23
2023-08-04kunit: fix uninitialized variables bug in attributes filteringRae Moar-7/+11
2023-08-04kunit: fix possible memory leak in kunit_filter_suites()Ruan Jinjie-5/+12
2023-07-31kunit: fix wild-memory-access bug in kunit_filter_suites()Ruan Jinjie-1/+2
2023-07-26kunit: Add ability to filter attributesRae Moar-19/+74
2023-07-26kunit: Add test attributes API structureRae Moar-4/+17
2022-12-12kunit: improve KTAP compliance of KUnit test outputRae Moar-3/+3
2022-09-30kunit: add kunit.enable to enable/disable KUnit testJoe Fradley-0/+4
2022-07-14kunit: executor: Fix a memory leak on failure in kunit_filter_testsDavid Gow-1/+3
2022-07-11kunit: flatten kunit_suite*** to kunit_suite** in .kunit_test_suitesDaniel Latypov-87/+28
2022-07-07kunit: use kmemdup in kunit_filter_tests(), take suite as constDaniel Latypov-4/+2
2022-05-17kunit: fix executor OOM error handling logic on non-UMLDaniel Latypov-4/+5
2022-05-12kunit: bail out of test filtering logic quicker if OOMDaniel Latypov-5/+22
2021-10-19kunit: add 'kunit.action' param to allow listing out testsDaniel Latypov-5/+40
2021-10-19kunit: fix too small allocation when using suite-only kunit.filter_globDaniel Latypov-1/+1
2021-10-19kunit: tool: allow filtering test cases via globDaniel Latypov-11/+96
2021-06-25kunit: add unit test for filtering suites by namesDaniel Latypov-14/+19
2021-06-11kunit: Add 'kunit_shutdown' optionDavid Gow-0/+20
2021-02-08kunit: add kunit.filter_glob cmdline option to filter suitesDaniel Latypov-9/+84
2020-10-09kunit: test: add test plan to KUnit TAP formatBrendan Higgins-0/+17
2020-10-09init: main: add KUnit to kernel initBrendan Higgins-3/+1
2020-10-09kunit: test: create a single centralized executor for all testsAlan Maguire-0/+28