summaryrefslogtreecommitdiffstats
path: root/include/kunit (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2024-09-243-0/+163
|\
| * clk: Add test managed clk provider/consumer APIsStephen Boyd2024-07-301-0/+28
| * platform: Add test managed platform_device/driver APIsStephen Boyd2024-07-301-0/+20
| * of: Add test managed wrappers for of_overlay_apply()/of_node_put()Stephen Boyd2024-07-301-0/+115
* | Merge tag 'linux_kselftest-kunit-6.12-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds2024-09-171-0/+1
|\ \
| * | kunit: Fix kernel-doc for EXPORT_SYMBOL_IF_KUNITMichal Wajdeczko2024-09-051-0/+1
| |/
* | kunit: Fix missing kerneldoc commentDavid Gow2024-09-051-0/+1
* | kunit: Device wrappers should also manage driver nameDavid Gow2024-08-261-0/+48
|/
* kunit: Introduce KUNIT_ASSERT_MEMEQ and KUNIT_ASSERT_MEMNEQ macrosEric Chan2024-07-121-0/+54
* kunit: Rename KUNIT_ASSERT_FAILURE to KUNIT_FAIL_AND_ABORT for readabilityEric Chan2024-07-122-2/+13
* kunit: Fix the comment of KUNIT_ASSERT_STRNEQ as assertionEric Chan2024-07-121-2/+2
* kunit: test: Add vm_mmap() allocation resource managerKees Cook2024-06-151-0/+17
* kunit: Cover 'assert.c' with testsIvan Orlov2024-05-301-0/+11
* kunit: Print last test location on faultMickaël Salaün2024-05-061-3/+21
* kunit: Handle test faultsMickaël Salaün2024-05-061-3/+0
* kunit: Annotate _MSG assertion variants with gnu printf specifiersDavid Gow2024-02-281-6/+6
* Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-01-112-0/+75
|\
| * kunit: add a convenience allocation wrapper for SKBsBenjamin Berg2024-01-031-0/+56
| * kunit: add parameter generation macro using description from arrayBenjamin Berg2024-01-031-0/+19
* | kunit: Protect string comparisons against NULLRichard Fitzgerald2024-01-031-1/+1
* | kunit: Allow passing function pointer to kunit_activate_static_stub()Richard Fitzgerald2024-01-031-1/+1
* | kunit: Add APIs for managing devicesdavidgow@google.com2023-12-181-0/+80
* | kunit: add is_init test attributeRae Moar2023-12-181-0/+1
* | kunit: add KUNIT_INIT_TABLE to init linker sectionRae Moar2023-12-181-11/+19
* | kunit: Add a macro to wrap a deferred action functionDavid Gow2023-12-181-0/+21
|/
* kunit: Use string_stream for test logRichard Fitzgerald2023-09-181-8/+6
* Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-08-291-0/+1
|\
| * kernel.h: split out COUNT_ARGS() and CONCATENATE() to args.hAndy Shevchenko2023-08-181-0/+1
* | kunit: replace KUNIT_TRIGGER_STATIC_STUB maro with KUNIT_STATIC_STUB_REDIRECTKemeng Shi2023-08-131-3/+3
* | kunit: Allow kunit test modules to use test filteringJanusz Krzysztofik2023-08-081-0/+11
* | kunit: Make 'list' action available to kunit test modulesJanusz Krzysztofik2023-08-081-0/+2
* | kunit: Report the count of test suites in a moduleJanusz Krzysztofik2023-08-081-0/+8
* | kunit: Add ability to filter attributesRae Moar2023-07-261-0/+31
* | kunit: Add module attributeRae Moar2023-07-261-5/+8
* | kunit: Add speed attributeRae Moar2023-07-261-1/+31
* | kunit: Add test attributes API structureRae Moar2023-07-262-0/+52
* | kunit: test-bug.h: include `stddef.h` for `NULL`Miguel Ojeda2023-07-181-0/+2
|/
* kunit: Move kunit_abort() call out of kunit_do_failed_assertion()David Gow2023-06-011-8/+12
* kunit: Fix obsolete name in documentation headers (func->action)David Gow2023-06-011-4/+4
* kunit: Update kunit_print_ok_not_ok functionMichal Wajdeczko2023-05-261-0/+1
* kunit: kmalloc_array: Use kunit_add_action()David Gow2023-05-251-2/+8
* kunit: Add kunit_add_action() to defer a call until test exitDavid Gow2023-05-251-0/+92
* Documentation: kunit: Warn that exit functions run even if init failsDavid Gow2023-05-121-0/+3
* kunit: increase KUNIT_LOG_SIZE to 2048 bytesHeiko Carstens2023-03-301-1/+1
* kunit: Use gfp in kunit_alloc_resource() kernel-docStephen Boyd2023-03-171-1/+1
* kunit: fix bug of extra newline characters in debugfs logsRae Moar2023-03-101-1/+1
* kunit: fix bug in debugfs logs of parameterized testsRae Moar2023-03-101-1/+1
* kunit: Expose 'static stub' API to redirect functionsDavid Gow2023-02-082-0/+114
* kunit: Add "hooks" to call into KUnit when it's built as a moduleDavid Gow2023-02-081-18/+10
* kunit: fix kunit_test_init_section_suites(...)Brendan Higgins2023-01-311-1/+0