summaryrefslogtreecommitdiffstats
path: root/lib/kunit/test.c
Commit message (Expand)AuthorAgeFilesLines
* kunit: bail out early in __kunit_test_suites_init() if there are no suites to...Scott Mayhew12 days1-0/+3
* kunit: device: Unregister the kunit_bus on shutdownDavid Gow2024-02-061-0/+3
* kunit: run test suites only after module initialization completesMarco Pagani2024-01-221-3/+11
* kunit: Fix NULL-dereference in kunit_init_suite() if suite->log is NULLRichard Fitzgerald2024-01-031-1/+3
* kunit: Reset test->priv after each param iterationMichal Wajdeczko2023-12-181-0/+1
* kunit: Add APIs for managing devicesdavidgow@google.com2023-12-181-0/+3
* kunit: add ability to run tests after boot using debugfsRae Moar2023-12-181-0/+10
* kunit: add KUNIT_INIT_TABLE to init linker sectionRae Moar2023-12-181-7/+19
* kunit: Add a macro to wrap a deferred action functionDavid Gow2023-12-181-2/+4
* kunit: Reset suite counter right before running testsMichal Wajdeczko2023-11-141-2/+2
* kunit: Warn if tests are slowMaxime Ripard2023-11-141-0/+38
* kunit: Reset test status on each param iterationMichal Wajdeczko2023-09-181-2/+4
* kunit: Use string_stream for test logRichard Fitzgerald2023-09-181-39/+5
* kunit: string-stream: Decouple string_stream from kunitRichard Fitzgerald2023-09-181-1/+1
* kunit: string-stream: Add kunit_alloc_string_stream()Richard Fitzgerald2023-09-181-2/+2
* kunit: Fix wild-memory-access bug in kunit_free_suite_set()Jinjie Ruan2023-09-051-1/+2
* kunit: Allow kunit test modules to use test filteringJanusz Krzysztofik2023-08-081-0/+17
* kunit: Make 'list' action available to kunit test modulesJanusz Krzysztofik2023-08-081-3/+15
* kunit: Report the count of test suites in a moduleJanusz Krzysztofik2023-08-081-1/+5
* kunit: Add ability to filter attributesRae Moar2023-07-261-3/+7
* kunit: Add test attributes API structureRae Moar2023-07-261-7/+10
* kunit: Move kunit_abort() call out of kunit_do_failed_assertion()David Gow2023-06-011-6/+4
* kunit: Update kunit_print_ok_not_ok functionMichal Wajdeczko2023-05-261-17/+28
* kunit: Fix reporting of the skipped parameterized testsMichal Wajdeczko2023-05-261-2/+4
* kunit: kmalloc_array: Use kunit_add_action()David Gow2023-05-251-39/+9
* kunit: Always run cleanup from a test kthreadDavid Gow2023-05-111-8/+48
* kunit: fix bug of extra newline characters in debugfs logsRae Moar2023-03-101-0/+18
* kunit: fix bug in the order of lines in debugfs logsRae Moar2023-03-101-7/+14
* kunit: fix bug in debugfs logs of parameterized testsRae Moar2023-03-101-6/+12
* kunit: Add printf attribute to fail_current_test_implDavid Gow2023-02-081-1/+1
* kunit: Add "hooks" to call into KUnit when it's built as a moduleDavid Gow2023-02-081-8/+7
* kunit: Export kunit_running()Arnd Bergmann2023-01-201-0/+1
* Merge tag 'linux-kselftest-kunit-next-6.2-rc1' of git://git.kernel.org/pub/sc...Linus Torvalds2022-12-121-3/+12
|\
| * kunit: improve KTAP compliance of KUnit test outputRae Moar2022-12-121-3/+6
| * kunit: Provide a static key to check if KUnit is actively running testsDavid Gow2022-12-121-0/+6
* | kunit: update NULL vs IS_ERR() testsDan Carpenter2022-10-181-1/+1
|/
* kunit: remove format func from struct kunit_assert, get it to 0 bytesDaniel Latypov2022-10-071-3/+4
* kunit: make kunit_kfree(NULL) a no-op to match kfree()Daniel Latypov2022-10-071-0/+3
* kunit: make kunit_kfree() not segfault on invalid inputsDaniel Latypov2022-10-071-12/+2
* kunit: make kunit_kfree() only work on pointers from kunit_malloc() and friendsDaniel Latypov2022-10-071-2/+8
* kunit: string-stream: Simplify resource useDavid Gow2022-10-071-1/+1
* kunit: add kunit.enable to enable/disable KUnit testJoe Fradley2022-09-301-0/+24
* kunit: flatten kunit_suite*** to kunit_suite** in .kunit_test_suitesDaniel Latypov2022-07-111-12/+6
* kunit: unify module and builtin suite definitionsJeremy Kerr2022-07-111-1/+51
* kunit: Taint the kernel when KUnit tests are runDavid Gow2022-07-011-0/+4
* kunit: take `kunit_assert` as `const`Miguel Ojeda2022-05-161-2/+2
* kunit: add ability to specify suite-level init and exit functionsDaniel Latypov2022-05-021-0/+17
* kunit: rename print_subtest_{start,end} for clarity (s/subtest/suite)Daniel Latypov2022-05-021-4/+4
* kunit: split resource API impl from test.c into new resource.cDaniel Latypov2022-04-041-115/+1
* kunit: remove va_format from kunit_assertDaniel Latypov2022-01-311-5/+7