summaryrefslogtreecommitdiffstats
path: root/lib/kunit/executor_test.c
AgeCommit message (Expand)AuthorLines
2023-09-28kunit: test: Fix the possible memory leak in executor_testJinjie Ruan-14/+22
2023-09-01kunit: test: Make filter strings in executor_test writableDavid Gow-5/+8
2023-08-08kunit: Report the count of test suites in a moduleJanusz Krzysztofik-12/+24
2023-08-04kunit: fix uninitialized variables bug in attributes filteringRae Moar-1/+1
2023-07-26kunit: add tests for filtering attributesRae Moar-0/+116
2023-07-26kunit: Add ability to filter attributesRae Moar-6/+6
2023-05-25kunit: executor_test: Use kunit_add_action()David Gow-7/+4
2022-07-11kunit: flatten kunit_suite*** to kunit_suite** in .kunit_test_suitesDaniel Latypov-103/+41
2022-05-12kunit: bail out of test filtering logic quicker if OOMDaniel Latypov-1/+3
2021-10-19kunit: fix too small allocation when using suite-only kunit.filter_globDaniel Latypov-0/+1
2021-10-19kunit: tool: allow filtering test cases via globDaniel Latypov-13/+96
2021-10-01kunit: fix reference count leak in kfree_at_endXiyu Yang-2/+2
2021-06-25kunit: add unit test for filtering suites by namesDaniel Latypov-0/+133