- 8bd5d74 kunit: Print last test location on fault by Mickaël Salaün · 10 months ago
- 3a35c13 kunit: Handle test faults by Mickaël Salaün · 10 months ago
- 806cb22 kunit: Annotate _MSG assertion variants with gnu printf specifiers by David Gow · 11 months ago
- 3e7aeb7 Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 1 year, 1 month ago
- 7ece381 kunit: Protect string comparisons against NULL by Richard Fitzgerald · 1 year, 1 month ago
- fcbac39 kunit: Allow passing function pointer to kunit_activate_static_stub() by Richard Fitzgerald · 1 year, 1 month ago
- b3231d3 kunit: add a convenience allocation wrapper for SKBs by Benjamin Berg · 1 year, 1 month ago
- 292010e kunit: add parameter generation macro using description from array by Benjamin Berg · 1 year, 1 month ago
- d03c720 kunit: Add APIs for managing devices by davidgow@google.com · 1 year, 1 month ago
- 6c4ea2f kunit: add is_init test attribute by Rae Moar · 1 year, 2 months ago
- d81f0d7 kunit: add KUNIT_INIT_TABLE to init linker section by Rae Moar · 1 year, 2 months ago
- 56778b4 kunit: Add a macro to wrap a deferred action function by David Gow · 1 year, 2 months ago
- 05e2006 kunit: Use string_stream for test log by Richard Fitzgerald · 1 year, 5 months ago
- d68b4b6 Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 1 year, 5 months ago
- b229baa kernel.h: split out COUNT_ARGS() and CONCATENATE() to args.h by Andy Shevchenko · 1 year, 6 months ago
- 582eb3a kunit: replace KUNIT_TRIGGER_STATIC_STUB maro with KUNIT_STATIC_STUB_REDIRECT by Kemeng Shi · 1 year, 6 months ago
- b67abaa kunit: Allow kunit test modules to use test filtering by Janusz Krzysztofik · 1 year, 6 months ago
- 18258c6 kunit: Make 'list' action available to kunit test modules by Janusz Krzysztofik · 1 year, 6 months ago
- c95e7c0 kunit: Report the count of test suites in a module by Janusz Krzysztofik · 1 year, 6 months ago
- 529534e kunit: Add ability to filter attributes by Rae Moar · 1 year, 6 months ago
- a00a727 kunit: Add module attribute by Rae Moar · 1 year, 6 months ago
- 02c2d0c kunit: Add speed attribute by Rae Moar · 1 year, 6 months ago
- 39e92cb kunit: Add test attributes API structure by Rae Moar · 1 year, 6 months ago
- df3cb7a kunit: test-bug.h: include `stddef.h` for `NULL` by Miguel Ojeda · 1 year, 6 months ago
- 2607551 kunit: Move kunit_abort() call out of kunit_do_failed_assertion() by David Gow · 1 year, 8 months ago
- c042030 kunit: Fix obsolete name in documentation headers (func->action) by David Gow · 1 year, 8 months ago
- b1eaa8b kunit: Update kunit_print_ok_not_ok function by Michal Wajdeczko · 1 year, 9 months ago
- 57e3cde kunit: kmalloc_array: Use kunit_add_action() by David Gow · 1 year, 8 months ago
- b9dce8a kunit: Add kunit_add_action() to defer a call until test exit by David Gow · 1 year, 8 months ago
- cdc87bd Documentation: kunit: Warn that exit functions run even if init fails by David Gow · 1 year, 9 months ago
- 7232282 kunit: increase KUNIT_LOG_SIZE to 2048 bytes by Heiko Carstens · 1 year, 10 months ago
- 99be658 kunit: Use gfp in kunit_alloc_resource() kernel-doc by Stephen Boyd · 1 year, 11 months ago
- 2c6a96d kunit: fix bug of extra newline characters in debugfs logs by Rae Moar · 1 year, 11 months ago
- 887d85a kunit: fix bug in debugfs logs of parameterized tests by Rae Moar · 1 year, 11 months ago
- e047c5ea kunit: Expose 'static stub' API to redirect functions by David Gow · 2 years ago
- 7170b7e kunit: Add "hooks" to call into KUnit when it's built as a module by David Gow · 2 years ago
- 254c713 kunit: fix kunit_test_init_section_suites(...) by Brendan Higgins · 2 years ago
- dd2f0a0 kunit: fix bug in KUNIT_EXPECT_MEMEQ by Rae Moar · 2 years ago
- 9c988fa kunit: add macro to allow conditionally exposing static symbols to tests by Rae Moar · 2 years, 2 months ago
- 91e9359 kunit: Use the static key when retrieving the current test by David Gow · 2 years, 2 months ago
- 908d0c1 kunit: Provide a static key to check if KUnit is actively running tests by David Gow · 2 years, 2 months ago
- 34c68f4 kunit: remove KUNIT_INIT_MEM_ASSERTION macro by Daniel Latypov · 2 years, 3 months ago
- 697365c kunit: eliminate KUNIT_INIT_*_ASSERT_STRUCT macros by Daniel Latypov · 2 years, 4 months ago
- b8a926b kunit: Introduce KUNIT_EXPECT_MEMEQ and KUNIT_EXPECT_MEMNEQ macros by Maíra Canal · 2 years, 3 months ago
- c1144e0 kunit: declare kunit_assert structs as const by Daniel Latypov · 2 years, 4 months ago
- 97d453b kunit: rename base KUNIT_ASSERTION macro to _KUNIT_FAILED by Daniel Latypov · 2 years, 4 months ago
- a8495ad kunit: remove format func from struct kunit_assert, get it to 0 bytes by Daniel Latypov · 2 years, 4 months ago
- 047a8a0 kunit: make kunit_kfree() only work on pointers from kunit_malloc() and friends by Daniel Latypov · 2 years, 6 months ago
- 7d97635 kunit: no longer call module_info(test, "Y") for kunit modules by Joe Fradley · 2 years, 5 months ago
- d20a6ba kunit: add kunit.enable to enable/disable KUnit test by Joe Fradley · 2 years, 5 months ago
- aded3ca kunit: fix assert_type for comparison macros by Sander Vanheule · 2 years, 5 months ago
- e5857d3 kunit: flatten kunit_suite*** to kunit_suite** in .kunit_test_suites by Daniel Latypov · 2 years, 7 months ago
- 3d6e446 kunit: unify module and builtin suite definitions by Jeremy Kerr · 2 years, 7 months ago
- 7b23794 kunit: test.h: fix a kernel-doc markup by Mauro Carvalho Chehab · 2 years, 7 months ago
- c272612 kunit: Taint the kernel when KUnit tests are run by David Gow · 2 years, 7 months ago
- 7466886 kunit: take `kunit_assert` as `const` by Miguel Ojeda · 2 years, 9 months ago
- ad69172 kunit: Rework kunit_resource allocation policy by David Gow · 2 years, 10 months ago
- 1cdba21 kunit: add ability to specify suite-level init and exit functions by Daniel Latypov · 2 years, 9 months ago
- 9bf2eed kunit: add support for kunit_suites that reference init code by Brendan Higgins · 2 years, 9 months ago
- 61695f8 kunit: split resource API from test.h into new resource.h by Daniel Latypov · 2 years, 10 months ago
- caae945 kunit: Introduce _NULL and _NOT_NULL macros by Ricardo Ribalda · 3 years ago
- c274145 kunit: cleanup assertion macro internal variables by Daniel Latypov · 3 years ago
- 2b6861e kunit: factor out str constants from binary assertion structs by Daniel Latypov · 3 years ago
- 064ff29 kunit: consolidate KUNIT_INIT_BINARY_ASSERT_STRUCT macros by Daniel Latypov · 3 years ago
- 6419abb kunit: remove va_format from kunit_assert by Daniel Latypov · 3 years ago
- 6125a5c kunit: decrease macro layering for EQ/NE asserts by Daniel Latypov · 3 years ago
- 40f3977 kunit: decrease macro layering for integer asserts by Daniel Latypov · 3 years ago
- 955df7d kunit: reduce layering in string assertion macros by Daniel Latypov · 3 years ago
- c585590 kunit: drop unused intermediate macros for ptr inequality checks by Daniel Latypov · 3 years ago
- 6709d0f kunit: make KUNIT_EXPECT_EQ() use KUNIT_EXPECT_EQ_MSG(), etc. by Daniel Latypov · 3 years ago
- 05a7da8 kunit: drop unused assert_type from kunit_assert and clean up macros by Daniel Latypov · 3 years ago
- 21957f9 kunit: split out part of kunit_assert into a static const by Daniel Latypov · 3 years ago
- a91e9ad kunit: drop unused kunit* field in kunit_assert by Daniel Latypov · 3 years ago
- 4fdacef kunit: move check if assertion passed into the macros by Daniel Latypov · 3 years ago
- 60c7801 kunit: replace kernel.h with the necessary inclusions by Andy Shevchenko · 3 years ago
- ec54c28 include/kunit/test.h: replace kernel.h with the necessary inclusions by Andy Shevchenko · 3 years, 3 months ago
- 361b57d kunit: fix kernel-doc warnings due to mismatched arg names by Daniel Latypov · 3 years, 4 months ago
- a48ad6e Merge tag 'linux-kselftest-kunit-fixes-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 3 years, 7 months ago
- 26c6cb7 kunit: make test->lock irq safe by Vlastimil Babka · 3 years, 7 months ago
- 6d2426b kunit: Support skipped tests by David Gow · 3 years, 7 months ago
- 7122deb kunit: introduce kunit_kmalloc_array/kunit_kcalloc() helpers by Daniel Latypov · 3 years, 9 months ago
- 44acdbb kunit: Add gnu_printf specifiers by David Gow · 3 years, 9 months ago
- 3747b5c kunit: Assign strings to 'const char*' in STREQ assertions by David Gow · 3 years, 9 months ago
- 6e62dfa kunit: Do not typecheck binary assertions by David Gow · 3 years, 9 months ago
- f65968a kunit: fix -Wunused-function warning for __kunit_fail_current_test by Daniel Latypov · 3 years, 10 months ago
- 359a376 kunit: support failure from dynamic analysis tools by Uriel Guajardo · 3 years, 11 months ago
- fadb08e kunit: Support for Parameterized Testing by Arpitha Raghunandan · 4 years, 2 months ago
- 3084db0 kunit: fix display of failed expectations for strings by Daniel Latypov · 4 years, 3 months ago
- 7f32b10 kunit: test: fix remaining kernel-doc warnings by Mauro Carvalho Chehab · 4 years, 3 months ago
- 33def84 treewide: Convert macro and uses of __section(foo) to __section("foo") by Joe Perches · 4 years, 3 months ago
- 7cf726a Merge tag 'linux-kselftest-kunit-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 4 years, 3 months ago
- 623050a kunit: test.h: fix a bad kernel-doc markup by Mauro Carvalho Chehab · 4 years, 5 months ago
- 38d9b90 kunit: test.h: solve kernel-doc warnings by Mauro Carvalho Chehab · 4 years, 5 months ago
- 83c4e7a KUnit: KASAN Integration by Patricia Alfonso · 4 years, 4 months ago
- 8c0d884 init: main: add KUnit to kernel init by Brendan Higgins · 4 years, 6 months ago
- aac3546 kunit: test: create a single centralized executor for all tests by Alan Maguire · 4 years, 6 months ago
- 725aca9 kunit: add support for named resources by Alan Maguire · 4 years, 8 months ago
- d4cdd14 kunit: generalize kunit_resource API beyond allocated resources by Alan Maguire · 4 years, 8 months ago
- c4714b0 Documentation: test.h - fix warnings by Lothar Rubusch · 4 years, 10 months ago
- c3bba69 kunit: subtests should be indented 4 spaces according to TAP by Alan Maguire · 4 years, 10 months ago