summaryrefslogtreecommitdiffstats
path: root/include/kunit
AgeCommit message (Expand)AuthorLines
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
2020-01-09kunit: allow kunit tests to be loaded as a moduleAlan Maguire-10/+27
2020-01-09kunit: hide unexported try-catch interface in try-catch-impl.hAlan Maguire-10/+0
2020-01-09kunit: move string-stream.h to lib/kunitAlan Maguire-52/+2
2019-09-30kunit: fix failure to build without printkBrendan Higgins-3/+2
2019-09-30kunit: test: add the concept of assertionsBrendan Higgins-2/+280
2019-09-30kunit: test: add support for test abortBrendan Higgins-0/+77
2019-09-30kunit: test: add the concept of expectationsBrendan Higgins-0/+836
2019-09-30kunit: test: add assertion printing libraryBrendan Higgins-0/+356
2019-09-30kunit: test: add string_stream a std::stream like string builderBrendan Higgins-0/+51
2019-09-30kunit: test: add test resource management APIBrendan Higgins-0/+187
2019-09-30kunit: test: add KUnit test runner coreBrendan Higgins-0/+188