summaryrefslogtreecommitdiffstats
path: root/lib/kunit/test.c
Commit message (Expand)AuthorAgeFilesLines
* kunit: Print test statistics on failureDavid Gow2021-08-131-0/+109
* Merge tag 'linux-kselftest-kunit-fixes-5.14-rc1' of git://git.kernel.org/pub/...Linus Torvalds2021-07-021-30/+47
|\
| * kunit: Support skipped testsDavid Gow2021-06-251-19/+35
| * kunit: introduce kunit_kmalloc_array/kunit_kcalloc() helpersDaniel Latypov2021-06-251-10/+12
| * kunit: Fix result propagation for parameterised testsDavid Gow2021-06-111-4/+3
* | kunit: make test->lock irq safeVlastimil Babka2021-06-291-7/+11
|/
* kunit: support failure from dynamic analysis toolsUriel Guajardo2021-04-021-4/+35
* kunit: Support for Parameterized TestingArpitha Raghunandan2020-12-021-13/+46
* Merge tag 'linux-kselftest-kunit-5.10-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds2020-10-181-12/+1
|\
| * kunit: test: add test plan to KUnit TAP formatBrendan Higgins2020-10-091-11/+0
| * kunit: test: create a single centralized executor for all testsAlan Maguire2020-10-091-1/+1
* | KUnit: KASAN IntegrationPatricia Alfonso2020-10-131-5/+8
|/
* kunit: add support for named resourcesAlan Maguire2020-06-261-0/+24
* kunit: generalize kunit_resource API beyond allocated resourcesAlan Maguire2020-06-261-71/+82
* kunit: Add missing newline in summary messageMarco Elver2020-04-231-1/+1
* kunit: subtests should be indented 4 spaces according to TAPAlan Maguire2020-03-261-3/+4
* kunit: add debugfs /sys/kernel/debug/kunit/<suite>/results displayAlan Maguire2020-03-261-31/+116
* kunit: allow kunit to be loaded as a moduleAlan Maguire2020-01-091-0/+13
* kunit: allow kunit tests to be loaded as a moduleAlan Maguire2020-01-091-0/+8
* kunit: hide unexported try-catch interface in try-catch-impl.hAlan Maguire2020-01-091-1/+1
* kunit: move string-stream.h to lib/kunitAlan Maguire2020-01-091-0/+2
* kunit: fix failure to build without printkBrendan Higgins2019-09-301-51/+6
* kunit: test: add support for test abortBrendan Higgins2019-09-301-15/+122
* kunit: test: add the concept of expectationsBrendan Higgins2019-09-301-0/+62
* kunit: test: add test resource management APIBrendan Higgins2019-09-301-0/+163
* kunit: test: add KUnit test runner coreBrendan Higgins2019-09-301-0/+191