index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
kunit
/
executor.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
kunit: Fix possible memory leak in kunit_filter_suites()
Jinjie Ruan
2023-09-28
1
-4
/
+13
*
kunit: Fix the wrong kfree of copy for kunit_filter_suites()
Jinjie Ruan
2023-09-28
1
-1
/
+1
*
kunit: Fix missed memory release in kunit_free_suite_set()
Jinjie Ruan
2023-09-28
1
-1
/
+3
*
kunit: Fix possible memory leak in kunit_filter_suites()
Jinjie Ruan
2023-09-05
1
-2
/
+2
*
kunit: Fix possible null-ptr-deref in kunit_parse_glob_filter()
Jinjie Ruan
2023-09-05
1
-4
/
+19
*
kunit: Fix the wrong err path and add goto labels in kunit_filter_suites()
Jinjie Ruan
2023-09-05
1
-9
/
+12
*
kunit: Allow kunit test modules to use test filtering
Janusz Krzysztofik
2023-08-08
1
-26
/
+37
*
kunit: Make 'list' action available to kunit test modules
Janusz Krzysztofik
2023-08-08
1
-11
/
+17
*
kunit: Report the count of test suites in a module
Janusz Krzysztofik
2023-08-08
1
-19
/
+23
*
kunit: fix uninitialized variables bug in attributes filtering
Rae Moar
2023-08-04
1
-7
/
+11
*
kunit: fix possible memory leak in kunit_filter_suites()
Ruan Jinjie
2023-08-04
1
-5
/
+12
*
kunit: fix wild-memory-access bug in kunit_filter_suites()
Ruan Jinjie
2023-07-31
1
-1
/
+2
*
kunit: Add ability to filter attributes
Rae Moar
2023-07-26
1
-19
/
+74
*
kunit: Add test attributes API structure
Rae Moar
2023-07-26
1
-4
/
+17
*
kunit: improve KTAP compliance of KUnit test output
Rae Moar
2022-12-12
1
-3
/
+3
*
kunit: add kunit.enable to enable/disable KUnit test
Joe Fradley
2022-09-30
1
-0
/
+4
*
kunit: executor: Fix a memory leak on failure in kunit_filter_tests
David Gow
2022-07-14
1
-1
/
+3
*
kunit: flatten kunit_suite*** to kunit_suite** in .kunit_test_suites
Daniel Latypov
2022-07-12
1
-87
/
+28
*
kunit: use kmemdup in kunit_filter_tests(), take suite as const
Daniel Latypov
2022-07-08
1
-4
/
+2
*
kunit: fix executor OOM error handling logic on non-UML
Daniel Latypov
2022-05-17
1
-4
/
+5
*
kunit: bail out of test filtering logic quicker if OOM
Daniel Latypov
2022-05-12
1
-5
/
+22
*
kunit: add 'kunit.action' param to allow listing out tests
Daniel Latypov
2021-10-19
1
-5
/
+40
*
kunit: fix too small allocation when using suite-only kunit.filter_glob
Daniel Latypov
2021-10-19
1
-1
/
+1
*
kunit: tool: allow filtering test cases via glob
Daniel Latypov
2021-10-19
1
-11
/
+96
*
kunit: add unit test for filtering suites by names
Daniel Latypov
2021-06-25
1
-14
/
+19
*
kunit: Add 'kunit_shutdown' option
David Gow
2021-06-12
1
-0
/
+20
*
kunit: add kunit.filter_glob cmdline option to filter suites
Daniel Latypov
2021-02-09
1
-9
/
+84
*
kunit: test: add test plan to KUnit TAP format
Brendan Higgins
2020-10-09
1
-0
/
+17
*
init: main: add KUnit to kernel init
Brendan Higgins
2020-10-09
1
-3
/
+1
*
kunit: test: create a single centralized executor for all tests
Alan Maguire
2020-10-09
1
-0
/
+28