summaryrefslogtreecommitdiffstats
path: root/lib/kunit/kunit-test.c
Commit message (Expand)AuthorAgeFilesLines
* kunit: test: Move fault tests behind KUNIT_FAULT_TEST Kconfig optionDavid Gow11 days1-4/+4
* kunit: Add tests for faultMickaël Salaün11 days1-1/+44
* kunit: Fix a NULL vs IS_ERR() bugDan Carpenter2024-01-221-1/+1
* kunit: Add APIs for managing devicesdavidgow@google.com2023-12-181-1/+133
* kunit: Add a macro to wrap a deferred action functionDavid Gow2023-12-181-4/+1
* kunit: test: Avoid cast warning when adding kfree() as an actionRichard Fitzgerald2023-11-141-1/+1
* kunit: Use string_stream for test logRichard Fitzgerald2023-09-181-9/+47
* kunit: Add kunit_add_action() to defer a call until test exitDavid Gow2023-05-251-1/+87
* kunit: add tests for using current KUnit test fieldRae Moar2023-04-051-1/+41
* kunit: fix bug of extra newline characters in debugfs logsRae Moar2023-03-101-12/+23
* kunit: make kunit_kfree() only work on pointers from kunit_malloc() and friendsDaniel Latypov2022-10-071-0/+7
* kunit: Make kunit_remove_resource() idempotentDavid Gow2022-04-051-0/+35
* kunit: use NULL macrosRicardo Ribalda2022-04-041-1/+1
* kunit: drop assumption in kunit-log-test about current suiteDaniel Latypov2021-10-191-6/+8
* kunit: Support skipped testsDavid Gow2021-06-251-1/+41
* kunit: add support for named resourcesAlan Maguire2020-06-261-0/+37
* kunit: generalize kunit_resource API beyond allocated resourcesAlan Maguire2020-06-261-20/+54
* kunit: add log testAlan Maguire2020-03-261-1/+39
* kunit: add debugfs /sys/kernel/debug/kunit/<suite>/results displayAlan Maguire2020-03-261-2/+2
* kunit: allow kunit tests to be loaded as a moduleAlan Maguire2020-01-091-0/+334