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