summaryrefslogtreecommitdiffstats
path: root/lib/kunit/test.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'linux-kselftest-kunit-next-6.2-rc1' of git://git.kernel.org/pub/sc...Linus Torvalds2022-12-121-3/+12
|\
| * kunit: improve KTAP compliance of KUnit test outputRae Moar2022-12-121-3/+6
| * kunit: Provide a static key to check if KUnit is actively running testsDavid Gow2022-12-121-0/+6
* | kunit: update NULL vs IS_ERR() testsDan Carpenter2022-10-181-1/+1
|/
* kunit: remove format func from struct kunit_assert, get it to 0 bytesDaniel Latypov2022-10-071-3/+4
* kunit: make kunit_kfree(NULL) a no-op to match kfree()Daniel Latypov2022-10-071-0/+3
* kunit: make kunit_kfree() not segfault on invalid inputsDaniel Latypov2022-10-071-12/+2
* kunit: make kunit_kfree() only work on pointers from kunit_malloc() and friendsDaniel Latypov2022-10-071-2/+8
* kunit: string-stream: Simplify resource useDavid Gow2022-10-071-1/+1
* kunit: add kunit.enable to enable/disable KUnit testJoe Fradley2022-09-301-0/+24
* kunit: flatten kunit_suite*** to kunit_suite** in .kunit_test_suitesDaniel Latypov2022-07-111-12/+6
* kunit: unify module and builtin suite definitionsJeremy Kerr2022-07-111-1/+51
* kunit: Taint the kernel when KUnit tests are runDavid Gow2022-07-011-0/+4
* kunit: take `kunit_assert` as `const`Miguel Ojeda2022-05-161-2/+2
* kunit: add ability to specify suite-level init and exit functionsDaniel Latypov2022-05-021-0/+17
* kunit: rename print_subtest_{start,end} for clarity (s/subtest/suite)Daniel Latypov2022-05-021-4/+4
* kunit: split resource API impl from test.c into new resource.cDaniel Latypov2022-04-041-115/+1
* 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-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