summaryrefslogtreecommitdiffstats
path: root/lib/kunit/executor_test.c
Commit message (Expand)AuthorAgeFilesLines
* kunit: test: Fix the possible memory leak in executor_testJinjie Ruan2023-09-281-14/+22
* kunit: test: Make filter strings in executor_test writableDavid Gow2023-09-011-5/+8
* kunit: Report the count of test suites in a moduleJanusz Krzysztofik2023-08-081-12/+24
* kunit: fix uninitialized variables bug in attributes filteringRae Moar2023-08-041-1/+1
* kunit: add tests for filtering attributesRae Moar2023-07-261-0/+116
* kunit: Add ability to filter attributesRae Moar2023-07-261-6/+6
* kunit: executor_test: Use kunit_add_action()David Gow2023-05-251-7/+4
* kunit: flatten kunit_suite*** to kunit_suite** in .kunit_test_suitesDaniel Latypov2022-07-111-103/+41
* kunit: bail out of test filtering logic quicker if OOMDaniel Latypov2022-05-121-1/+3
* kunit: fix too small allocation when using suite-only kunit.filter_globDaniel Latypov2021-10-191-0/+1
* kunit: tool: allow filtering test cases via globDaniel Latypov2021-10-191-13/+96
* kunit: fix reference count leak in kfree_at_endXiyu Yang2021-10-011-2/+2
* kunit: add unit test for filtering suites by namesDaniel Latypov2021-06-251-0/+133