summaryrefslogtreecommitdiffstats
path: root/v4.19/806cb2270237ce2ec672a407d66cee17a07d3aa2
blob: c96641fd5b219791f028833ca76d9f43da62f2e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
806cb2270237 ("kunit: Annotate _MSG assertion variants with gnu printf specifiers")
260755184cbd ("kunit: Move kunit_abort() call out of kunit_do_failed_assertion()")
c1144e01063e ("kunit: declare kunit_assert structs as const")
97d453bc4007 ("kunit: rename base KUNIT_ASSERTION macro to _KUNIT_FAILED")
a8495ad8e973 ("kunit: remove format func from struct kunit_assert, get it to 0 bytes")
7466886b400b ("kunit: take `kunit_assert` as `const`")
c2741453478b ("kunit: cleanup assertion macro internal variables")
2b6861e2372b ("kunit: factor out str constants from binary assertion structs")
064ff292aca5 ("kunit: consolidate KUNIT_INIT_BINARY_ASSERT_STRUCT macros")
6419abb80e82 ("kunit: remove va_format from kunit_assert")
40f39777ce4f ("kunit: decrease macro layering for integer asserts")
c5855907d388 ("kunit: drop unused intermediate macros for ptr inequality checks")
6709d0fe5593 ("kunit: make KUNIT_EXPECT_EQ() use KUNIT_EXPECT_EQ_MSG(), etc.")
05a7da89c15d ("kunit: drop unused assert_type from kunit_assert and clean up macros")
21957f90b28f ("kunit: split out part of kunit_assert into a static const")
dd640d70874b ("kunit: factor out kunit_base_assert_format() call into kunit_fail()")
a91e9ade402c ("kunit: drop unused kunit* field in kunit_assert")
4fdacef8ac5a ("kunit: move check if assertion passed into the macros")
ec54c2892064 ("include/kunit/test.h: replace kernel.h with the necessary inclusions")
3747b5c0d8ec ("kunit: Assign strings to 'const char*' in STREQ assertions")