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