aboutsummaryrefslogtreecommitdiffstats
path: root/lib/kunit (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-03Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-1/+1
2021-08-19isystem: ship and use stdarg.hAlexey Dobriyan1-1/+1
2021-08-13kunit: Print test statistics on failureDavid Gow1-0/+109
2021-07-02Merge tag 'linux-kselftest-kunit-fixes-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds7-49/+295
2021-06-29kunit: make test->lock irq safeVlastimil Babka1-7/+11
2021-06-25kunit: add unit test for filtering suites by namesDaniel Latypov2-14/+152
2021-06-25kunit: test: Add example tests which are always skippedDavid Gow1-0/+31
2021-06-25kunit: Support skipped testsDavid Gow3-21/+77
2021-06-25kunit: introduce kunit_kmalloc_array/kunit_kcalloc() helpersDaniel Latypov1-10/+12
2021-06-23kunit: Add gnu_printf specifiersDavid Gow1-3/+3
2021-06-11kunit: Add 'kunit_shutdown' optionDavid Gow1-0/+20
2021-06-11kunit: Fix result propagation for parameterised testsDavid Gow1-4/+3
2021-04-02kunit: support failure from dynamic analysis toolsUriel Guajardo1-4/+35
2021-04-02kunit: tool: make --kunitconfig accept dirs, add lib/kunit fragmentDaniel Latypov1-0/+3
2021-04-02kunit: make KUNIT_EXPECT_STREQ() quote values, don't print literalsDaniel Latypov1-6/+24
2021-03-23kunit: Match parenthesis alignment to improve code readabilityLucas Stankus1-11/+20
2021-02-08kunit: add kunit.filter_glob cmdline option to filter suitesDaniel Latypov2-9/+85
2021-02-08kunit: don't show `1 == 1` in failed assertion messagesDaniel Latypov1-6/+33
2020-12-02kunit: Support for Parameterized TestingArpitha Raghunandan1-13/+46
2020-10-18Merge tag 'linux-kselftest-kunit-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds3-13/+46
2020-10-13KUnit: KASAN IntegrationPatricia Alfonso1-5/+8
2020-10-09kunit: test: add test plan to KUnit TAP formatBrendan Higgins2-11/+17
2020-10-09init: main: add KUnit to kernel initBrendan Higgins1-3/+1
2020-10-09kunit: test: create a single centralized executor for all testsAlan Maguire3-2/+31
2020-06-26kunit: add support for named resourcesAlan Maguire2-0/+61
2020-06-26kunit: generalize kunit_resource API beyond allocated resourcesAlan Maguire3-99/+142
2020-06-01kunit: default KUNIT_* fragments to KUNIT_ALL_TESTSAnders Roxell1-3/+6
2020-06-01kunit: Kconfig: enable a KUNIT_ALL_TESTS fragmentAnders Roxell1-0/+14
2020-04-23kunit: Add missing newline in summary messageMarco Elver1-1/+1
2020-03-26kunit: subtests should be indented 4 spaces according to TAPAlan Maguire2-42/+44
2020-03-26kunit: add log testAlan Maguire1-1/+39
2020-03-26kunit: add debugfs /sys/kernel/debug/kunit/<suite>/results displayAlan Maguire6-33/+276
2020-03-25kunit: Always print actual pointer values in assertsDavid Gow1-2/+2
2020-01-09kunit: allow kunit to be loaded as a moduleAlan Maguire3-2/+17
2020-01-09kunit: remove timeout dependence on sysctl_hung_task_timeout_secondsAlan Maguire1-18/+4
2020-01-09kunit: allow kunit tests to be loaded as a moduleAlan Maguire8-9/+34
2020-01-09kunit: hide unexported try-catch interface in try-catch-impl.hAlan Maguire4-12/+32
2020-01-09kunit: move string-stream.h to lib/kunitAlan Maguire5-2/+59
2019-09-30kunit: fix failure to build without printkBrendan Higgins1-51/+6
2019-09-30kunit: test: add tests for KUnit managed resourcesAvinash Kondareddy1-0/+228
2019-09-30kunit: test: add the concept of assertionsBrendan Higgins2-6/+3
2019-09-30kunit: test: add tests for kunit test abortBrendan Higgins2-1/+108
2019-09-30kunit: test: add support for test abortBrendan Higgins3-16/+242
2019-09-30kunit: test: add initial testsBrendan Higgins4-0/+167
2019-09-30kunit: test: add the concept of expectationsBrendan Higgins1-0/+62
2019-09-30kunit: test: add assertion printing libraryBrendan Higgins2-1/+143
2019-09-30kunit: test: add string_stream a std::stream like string builderBrendan Higgins2-1/+219
2019-09-30kunit: test: add test resource management APIBrendan Higgins1-0/+163
2019-09-30kunit: test: add KUnit test runner coreBrendan Higgins3-0/+205