summaryrefslogtreecommitdiffstats
path: root/lib/kunit/test.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* kunit: remove va_format from kunit_assertDaniel Latypov2022-01-311-5/+7
* kunit: split out part of kunit_assert into a static constDaniel Latypov2022-01-251-6/+9
* kunit: factor out kunit_base_assert_format() call into kunit_fail()Daniel Latypov2022-01-251-0/+1
* kunit: move check if assertion passed into the macrosDaniel Latypov2022-01-251-9/+4
* kunit: Report test parameter results as (K)TAP subtestsDavid Gow2021-12-131-3/+4
* kunit: Don't crash if no parameters are generatedDavid Gow2021-12-131-8/+10
* kunit: Reset suite count after running testsDavid Gow2021-10-191-2/+4
* 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-031-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-141-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-101-0/+13
* kunit: allow kunit tests to be loaded as a moduleAlan Maguire2020-01-101-0/+8
* kunit: hide unexported try-catch interface in try-catch-impl.hAlan Maguire2020-01-101-1/+1
* kunit: move string-stream.h to lib/kunitAlan Maguire2020-01-101-0/+2
* kunit: fix failure to build without printkBrendan Higgins2019-10-011-51/+6
* kunit: test: add support for test abortBrendan Higgins2019-10-011-15/+122
* kunit: test: add the concept of expectationsBrendan Higgins2019-10-011-0/+62
* kunit: test: add test resource management APIBrendan Higgins2019-10-011-0/+163
* kunit: test: add KUnit test runner coreBrendan Higgins2019-10-011-0/+191