summaryrefslogtreecommitdiffstats
path: root/lib/kunit
Commit message (Expand)AuthorAgeFilesLines
* kunit: support failure from dynamic analysis toolsUriel Guajardo2021-04-021-4/+35
* kunit: tool: make --kunitconfig accept dirs, add lib/kunit fragmentDaniel Latypov2021-04-021-0/+3
* kunit: make KUNIT_EXPECT_STREQ() quote values, don't print literalsDaniel Latypov2021-04-021-6/+24
* kunit: Match parenthesis alignment to improve code readabilityLucas Stankus2021-03-231-11/+20
* kunit: add kunit.filter_glob cmdline option to filter suitesDaniel Latypov2021-02-082-9/+85
* kunit: don't show `1 == 1` in failed assertion messagesDaniel Latypov2021-02-081-6/+33
* 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-183-13/+46
|\
| * kunit: test: add test plan to KUnit TAP formatBrendan Higgins2020-10-092-11/+17
| * init: main: add KUnit to kernel initBrendan Higgins2020-10-091-3/+1
| * kunit: test: create a single centralized executor for all testsAlan Maguire2020-10-093-2/+31
* | KUnit: KASAN IntegrationPatricia Alfonso2020-10-131-5/+8
|/
* kunit: add support for named resourcesAlan Maguire2020-06-262-0/+61
* kunit: generalize kunit_resource API beyond allocated resourcesAlan Maguire2020-06-263-99/+142
* kunit: default KUNIT_* fragments to KUNIT_ALL_TESTSAnders Roxell2020-06-011-3/+6
* kunit: Kconfig: enable a KUNIT_ALL_TESTS fragmentAnders Roxell2020-06-011-0/+14
* kunit: Add missing newline in summary messageMarco Elver2020-04-231-1/+1
* kunit: subtests should be indented 4 spaces according to TAPAlan Maguire2020-03-262-42/+44
* kunit: add log testAlan Maguire2020-03-261-1/+39
* kunit: add debugfs /sys/kernel/debug/kunit/<suite>/results displayAlan Maguire2020-03-266-33/+276
* kunit: Always print actual pointer values in assertsDavid Gow2020-03-251-2/+2
* kunit: allow kunit to be loaded as a moduleAlan Maguire2020-01-093-2/+17
* kunit: remove timeout dependence on sysctl_hung_task_timeout_secondsAlan Maguire2020-01-091-18/+4
* kunit: allow kunit tests to be loaded as a moduleAlan Maguire2020-01-098-9/+34
* kunit: hide unexported try-catch interface in try-catch-impl.hAlan Maguire2020-01-094-12/+32
* kunit: move string-stream.h to lib/kunitAlan Maguire2020-01-095-2/+59
* kunit: fix failure to build without printkBrendan Higgins2019-09-301-51/+6
* kunit: test: add tests for KUnit managed resourcesAvinash Kondareddy2019-09-301-0/+228
* kunit: test: add the concept of assertionsBrendan Higgins2019-09-302-6/+3
* kunit: test: add tests for kunit test abortBrendan Higgins2019-09-302-1/+108
* kunit: test: add support for test abortBrendan Higgins2019-09-303-16/+242
* kunit: test: add initial testsBrendan Higgins2019-09-304-0/+167
* kunit: test: add the concept of expectationsBrendan Higgins2019-09-301-0/+62
* kunit: test: add assertion printing libraryBrendan Higgins2019-09-302-1/+143
* kunit: test: add string_stream a std::stream like string builderBrendan Higgins2019-09-302-1/+219
* kunit: test: add test resource management APIBrendan Higgins2019-09-301-0/+163
* kunit: test: add KUnit test runner coreBrendan Higgins2019-09-303-0/+205