summaryrefslogtreecommitdiffstats
path: root/lib/kunit
AgeCommit message (Expand)AuthorLines
2021-02-08kunit: add kunit.filter_glob cmdline option to filter suitesDaniel Latypov-9/+85
2021-02-08kunit: don't show `1 == 1` in failed assertion messagesDaniel Latypov-6/+33
2020-12-02kunit: Support for Parameterized TestingArpitha Raghunandan-13/+46
2020-10-18Merge tag 'linux-kselftest-kunit-5.10-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds-13/+46
2020-10-13KUnit: KASAN IntegrationPatricia Alfonso-5/+8
2020-10-09kunit: test: add test plan to KUnit TAP formatBrendan Higgins-11/+17
2020-10-09init: main: add KUnit to kernel initBrendan Higgins-3/+1
2020-10-09kunit: test: create a single centralized executor for all testsAlan Maguire-2/+31
2020-06-26kunit: add support for named resourcesAlan Maguire-0/+61
2020-06-26kunit: generalize kunit_resource API beyond allocated resourcesAlan Maguire-99/+142
2020-06-01kunit: default KUNIT_* fragments to KUNIT_ALL_TESTSAnders Roxell-3/+6
2020-06-01kunit: Kconfig: enable a KUNIT_ALL_TESTS fragmentAnders Roxell-0/+14
2020-04-23kunit: Add missing newline in summary messageMarco Elver-1/+1
2020-03-26kunit: subtests should be indented 4 spaces according to TAPAlan Maguire-42/+44
2020-03-26kunit: add log testAlan Maguire-1/+39
2020-03-26kunit: add debugfs /sys/kernel/debug/kunit/<suite>/results displayAlan Maguire-33/+276
2020-03-25kunit: Always print actual pointer values in assertsDavid Gow-2/+2
2020-01-09kunit: allow kunit to be loaded as a moduleAlan Maguire-2/+17
2020-01-09kunit: remove timeout dependence on sysctl_hung_task_timeout_secondsAlan Maguire-18/+4
2020-01-09kunit: allow kunit tests to be loaded as a moduleAlan Maguire-9/+34
2020-01-09kunit: hide unexported try-catch interface in try-catch-impl.hAlan Maguire-12/+32
2020-01-09kunit: move string-stream.h to lib/kunitAlan Maguire-2/+59
2019-09-30kunit: fix failure to build without printkBrendan Higgins-51/+6
2019-09-30kunit: test: add tests for KUnit managed resourcesAvinash Kondareddy-0/+228
2019-09-30kunit: test: add the concept of assertionsBrendan Higgins-6/+3
2019-09-30kunit: test: add tests for kunit test abortBrendan Higgins-1/+108
2019-09-30kunit: test: add support for test abortBrendan Higgins-16/+242
2019-09-30kunit: test: add initial testsBrendan Higgins-0/+167
2019-09-30kunit: test: add the concept of expectationsBrendan Higgins-0/+62
2019-09-30kunit: test: add assertion printing libraryBrendan Higgins-1/+143
2019-09-30kunit: test: add string_stream a std::stream like string builderBrendan Higgins-1/+219
2019-09-30kunit: test: add test resource management APIBrendan Higgins-0/+163
2019-09-30kunit: test: add KUnit test runner coreBrendan Higgins-0/+205