summaryrefslogtreecommitdiffstats
path: root/include/kunit
Commit message (Expand)AuthorAgeFilesLines
* 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-111-0/+3
* kunit: increase KUNIT_LOG_SIZE to 2048 bytesHeiko Carstens2023-03-291-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
* kunit: fix bug in KUNIT_EXPECT_MEMEQRae Moar2023-01-301-2/+3
* kunit: add macro to allow conditionally exposing static symbols to testsRae Moar2022-12-121-0/+33
* kunit: Use the static key when retrieving the current testDavid Gow2022-12-121-3/+50
* kunit: Provide a static key to check if KUnit is actively running testsDavid Gow2022-12-121-0/+4
* kunit: remove KUNIT_INIT_MEM_ASSERTION macroDaniel Latypov2022-12-122-13/+6
* kunit: eliminate KUNIT_INIT_*_ASSERT_STRUCT macrosDaniel Latypov2022-12-122-60/+15
* kunit: Introduce KUNIT_EXPECT_MEMEQ and KUNIT_EXPECT_MEMNEQ macrosMaĆ­ra Canal2022-10-272-0/+120
* kunit: declare kunit_assert structs as constDaniel Latypov2022-10-071-1/+1
* kunit: rename base KUNIT_ASSERTION macro to _KUNIT_FAILEDDaniel Latypov2022-10-071-58/+65
* kunit: remove format func from struct kunit_assert, get it to 0 bytesDaniel Latypov2022-10-072-28/+17
* kunit: make kunit_kfree() only work on pointers from kunit_malloc() and friendsDaniel Latypov2022-10-071-16/+0
* kunit: no longer call module_info(test, "Y") for kunit modulesJoe Fradley2022-09-301-1/+0
* kunit: add kunit.enable to enable/disable KUnit testJoe Fradley2022-09-301-0/+2
* kunit: fix assert_type for comparison macrosSander Vanheule2022-09-011-3/+3
* kunit: flatten kunit_suite*** to kunit_suite** in .kunit_test_suitesDaniel Latypov2022-07-111-7/+6