summaryrefslogtreecommitdiffstats
path: root/include/kunit
AgeCommit message (Expand)AuthorLines
2023-03-29kunit: increase KUNIT_LOG_SIZE to 2048 bytesHeiko Carstens-1/+1
2023-03-17kunit: Use gfp in kunit_alloc_resource() kernel-docStephen Boyd-1/+1
2023-03-10kunit: fix bug of extra newline characters in debugfs logsRae Moar-1/+1
2023-03-10kunit: fix bug in debugfs logs of parameterized testsRae Moar-1/+1
2023-02-08kunit: Expose 'static stub' API to redirect functionsDavid Gow-0/+114
2023-02-08kunit: Add "hooks" to call into KUnit when it's built as a moduleDavid Gow-18/+10
2023-01-31kunit: fix kunit_test_init_section_suites(...)Brendan Higgins-1/+0
2023-01-30kunit: fix bug in KUNIT_EXPECT_MEMEQRae Moar-2/+3
2022-12-12kunit: add macro to allow conditionally exposing static symbols to testsRae Moar-0/+33
2022-12-12kunit: Use the static key when retrieving the current testDavid Gow-3/+50
2022-12-12kunit: Provide a static key to check if KUnit is actively running testsDavid Gow-0/+4
2022-12-12kunit: remove KUNIT_INIT_MEM_ASSERTION macroDaniel Latypov-13/+6
2022-12-12kunit: eliminate KUNIT_INIT_*_ASSERT_STRUCT macrosDaniel Latypov-60/+15
2022-10-27kunit: Introduce KUNIT_EXPECT_MEMEQ and KUNIT_EXPECT_MEMNEQ macrosMaĆ­ra Canal-0/+120
2022-10-07kunit: declare kunit_assert structs as constDaniel Latypov-1/+1
2022-10-07kunit: rename base KUNIT_ASSERTION macro to _KUNIT_FAILEDDaniel Latypov-58/+65
2022-10-07kunit: remove format func from struct kunit_assert, get it to 0 bytesDaniel Latypov-28/+17
2022-10-07kunit: make kunit_kfree() only work on pointers from kunit_malloc() and friendsDaniel Latypov-16/+0
2022-09-30kunit: no longer call module_info(test, "Y") for kunit modulesJoe Fradley-1/+0
2022-09-30kunit: add kunit.enable to enable/disable KUnit testJoe Fradley-0/+2
2022-09-01kunit: fix assert_type for comparison macrosSander Vanheule-3/+3
2022-07-11kunit: flatten kunit_suite*** to kunit_suite** in .kunit_test_suitesDaniel Latypov-7/+6
2022-07-11kunit: unify module and builtin suite definitionsJeremy Kerr-43/+6
2022-07-08kunit: test.h: fix a kernel-doc markupMauro Carvalho Chehab-1/+1
2022-07-01kunit: Taint the kernel when KUnit tests are runDavid Gow-1/+2
2022-05-16kunit: take `kunit_assert` as `const`Miguel Ojeda-1/+1
2022-05-12kunit: Rework kunit_resource allocation policyDavid Gow-27/+115
2022-05-02kunit: add ability to specify suite-level init and exit functionsDaniel Latypov-0/+5
2022-04-26kunit: add support for kunit_suites that reference init codeBrendan Higgins-0/+28
2022-04-04kunit: split resource API from test.h into new resource.hDaniel Latypov-299/+322
2022-04-04kunit: Introduce _NULL and _NOT_NULL macrosRicardo Ribalda-0/+84
2022-01-31kunit: cleanup assertion macro internal variablesDaniel Latypov-5/+5
2022-01-31kunit: factor out str constants from binary assertion structsDaniel Latypov-34/+35
2022-01-31kunit: consolidate KUNIT_INIT_BINARY_ASSERT_STRUCT macrosDaniel Latypov-66/+22
2022-01-31kunit: remove va_format from kunit_assertDaniel Latypov-30/+13
2022-01-25kunit: decrease macro layering for EQ/NE assertsDaniel Latypov-124/+49
2022-01-25kunit: decrease macro layering for integer assertsDaniel Latypov-148/+51
2022-01-25kunit: reduce layering in string assertion macrosDaniel Latypov-48/+20
2022-01-25kunit: drop unused intermediate macros for ptr inequality checksDaniel Latypov-60/+0
2022-01-25kunit: make KUNIT_EXPECT_EQ() use KUNIT_EXPECT_EQ_MSG(), etc.Daniel Latypov-142/+26
2022-01-25kunit: drop unused assert_type from kunit_assert and clean up macrosDaniel Latypov-43/+19
2022-01-25kunit: split out part of kunit_assert into a static constDaniel Latypov-9/+28
2022-01-25kunit: drop unused kunit* field in kunit_assertDaniel Latypov-41/+18
2022-01-25kunit: move check if assertion passed into the macrosDaniel Latypov-10/+11
2022-01-20kunit: replace kernel.h with the necessary inclusionsAndy Shevchenko-1/+1
2021-11-09include/kunit/test.h: replace kernel.h with the necessary inclusionsAndy Shevchenko-2/+11
2021-10-06kunit: fix kernel-doc warnings due to mismatched arg namesDaniel Latypov-3/+3
2021-07-02Merge tag 'linux-kselftest-kunit-fixes-5.14-rc1' of git://git.kernel.org/pub/...Linus Torvalds-14/+102
2021-06-29kunit: make test->lock irq safeVlastimil Babka-2/+3
2021-06-25kunit: Support skipped testsDavid Gow-6/+67