summaryrefslogtreecommitdiff
path: root/include/kunit/test.h
AgeCommit message (Expand)Author
2024-01-11Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-01-03kunit: Protect string comparisons against NULLRichard Fitzgerald
2024-01-03kunit: add parameter generation macro using description from arrayBenjamin Berg
2023-12-18kunit: add is_init test attributeRae Moar
2023-12-18kunit: add KUNIT_INIT_TABLE to init linker sectionRae Moar
2023-09-18kunit: Use string_stream for test logRichard Fitzgerald
2023-08-29Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-08-18kernel.h: split out COUNT_ARGS() and CONCATENATE() to args.hAndy Shevchenko
2023-08-08kunit: Allow kunit test modules to use test filteringJanusz Krzysztofik
2023-08-08kunit: Make 'list' action available to kunit test modulesJanusz Krzysztofik
2023-08-08kunit: Report the count of test suites in a moduleJanusz Krzysztofik
2023-07-26kunit: Add module attributeRae Moar
2023-07-26kunit: Add speed attributeRae Moar
2023-07-26kunit: Add test attributes API structureRae Moar
2023-06-01kunit: Move kunit_abort() call out of kunit_do_failed_assertion()David Gow
2023-05-26kunit: Update kunit_print_ok_not_ok functionMichal Wajdeczko
2023-05-25kunit: kmalloc_array: Use kunit_add_action()David Gow
2023-05-11Documentation: kunit: Warn that exit functions run even if init failsDavid Gow
2023-03-29kunit: increase KUNIT_LOG_SIZE to 2048 bytesHeiko Carstens
2023-03-10kunit: fix bug of extra newline characters in debugfs logsRae Moar
2023-03-10kunit: fix bug in debugfs logs of parameterized testsRae Moar
2023-01-31kunit: fix kunit_test_init_section_suites(...)Brendan Higgins
2023-01-30kunit: fix bug in KUNIT_EXPECT_MEMEQRae Moar
2022-12-12kunit: Provide a static key to check if KUnit is actively running testsDavid Gow
2022-12-12kunit: remove KUNIT_INIT_MEM_ASSERTION macroDaniel Latypov
2022-12-12kunit: eliminate KUNIT_INIT_*_ASSERT_STRUCT macrosDaniel Latypov
2022-10-27kunit: Introduce KUNIT_EXPECT_MEMEQ and KUNIT_EXPECT_MEMNEQ macrosMaĆ­ra Canal
2022-10-07kunit: declare kunit_assert structs as constDaniel Latypov
2022-10-07kunit: rename base KUNIT_ASSERTION macro to _KUNIT_FAILEDDaniel Latypov
2022-10-07kunit: remove format func from struct kunit_assert, get it to 0 bytesDaniel Latypov
2022-09-30kunit: no longer call module_info(test, "Y") for kunit modulesJoe Fradley
2022-09-30kunit: add kunit.enable to enable/disable KUnit testJoe Fradley
2022-09-01kunit: fix assert_type for comparison macrosSander Vanheule
2022-07-11kunit: flatten kunit_suite*** to kunit_suite** in .kunit_test_suitesDaniel Latypov
2022-07-11kunit: unify module and builtin suite definitionsJeremy Kerr
2022-07-08kunit: test.h: fix a kernel-doc markupMauro Carvalho Chehab
2022-07-01kunit: Taint the kernel when KUnit tests are runDavid Gow
2022-05-16kunit: take `kunit_assert` as `const`Miguel Ojeda
2022-05-02kunit: add ability to specify suite-level init and exit functionsDaniel Latypov
2022-04-26kunit: add support for kunit_suites that reference init codeBrendan Higgins
2022-04-04kunit: split resource API from test.h into new resource.hDaniel Latypov
2022-04-04kunit: Introduce _NULL and _NOT_NULL macrosRicardo Ribalda
2022-01-31kunit: cleanup assertion macro internal variablesDaniel Latypov
2022-01-31kunit: factor out str constants from binary assertion structsDaniel Latypov
2022-01-31kunit: consolidate KUNIT_INIT_BINARY_ASSERT_STRUCT macrosDaniel Latypov
2022-01-25kunit: decrease macro layering for EQ/NE assertsDaniel Latypov
2022-01-25kunit: decrease macro layering for integer assertsDaniel Latypov
2022-01-25kunit: reduce layering in string assertion macrosDaniel Latypov
2022-01-25kunit: drop unused intermediate macros for ptr inequality checksDaniel Latypov
2022-01-25kunit: make KUNIT_EXPECT_EQ() use KUNIT_EXPECT_EQ_MSG(), etc.Daniel Latypov