summaryrefslogtreecommitdiffstats
path: root/include/kunit
AgeCommit message (Expand)AuthorLines
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
2021-06-25kunit: introduce kunit_kmalloc_array/kunit_kcalloc() helpersDaniel Latypov-4/+32
2021-06-23kunit: Add gnu_printf specifiersDavid Gow-1/+1
2021-06-23kunit: Assign strings to 'const char*' in STREQ assertionsDavid Gow-2/+2
2021-06-23kunit: Do not typecheck binary assertionsDavid Gow-1/+0
2021-04-06kunit: fix -Wunused-function warning for __kunit_fail_current_testDaniel Latypov-2/+2
2021-04-02kunit: support failure from dynamic analysis toolsUriel Guajardo-0/+29
2020-12-02kunit: Support for Parameterized TestingArpitha Raghunandan-0/+51
2020-11-10kunit: fix display of failed expectations for stringsDaniel Latypov-1/+1
2020-10-26kunit: test: fix remaining kernel-doc warningsMauro Carvalho Chehab-8/+8
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches-1/+1
2020-10-18Merge tag 'linux-kselftest-kunit-5.10-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds-22/+54
2020-10-15kunit: test.h: fix a bad kernel-doc markupMauro Carvalho Chehab-2/+2
2020-10-15kunit: test.h: solve kernel-doc warningsMauro Carvalho Chehab-3/+7
2020-10-13KUnit: KASAN IntegrationPatricia Alfonso-0/+5
2020-10-09init: main: add KUnit to kernel initBrendan Higgins-0/+9
2020-10-09kunit: test: create a single centralized executor for all testsAlan Maguire-22/+45
2020-06-26kunit: add support for named resourcesAlan Maguire-0/+54
2020-06-26kunit: generalize kunit_resource API beyond allocated resourcesAlan Maguire-30/+126
2020-05-22Documentation: test.h - fix warningsLothar Rubusch-6/+6
2020-03-26kunit: subtests should be indented 4 spaces according to TAPAlan Maguire-1/+10
2020-03-26kunit: add debugfs /sys/kernel/debug/kunit/<suite>/results displayAlan Maguire-8/+46