Age | Commit message (Expand) | Author | Files | Lines |
2021-04-02 | kunit: support failure from dynamic analysis tools | Uriel Guajardo | 1 | -4/+35 |
2020-12-02 | kunit: Support for Parameterized Testing | Arpitha Raghunandan | 1 | -13/+46 |
2020-10-18 | Merge tag 'linux-kselftest-kunit-5.10-rc1' of git://git.kernel.org/pub/scm/li... | Linus Torvalds | 1 | -12/+1 |
2020-10-13 | KUnit: KASAN Integration | Patricia Alfonso | 1 | -5/+8 |
2020-10-09 | kunit: test: add test plan to KUnit TAP format | Brendan Higgins | 1 | -11/+0 |
2020-10-09 | kunit: test: create a single centralized executor for all tests | Alan Maguire | 1 | -1/+1 |
2020-06-26 | kunit: add support for named resources | Alan Maguire | 1 | -0/+24 |
2020-06-26 | kunit: generalize kunit_resource API beyond allocated resources | Alan Maguire | 1 | -71/+82 |
2020-04-23 | kunit: Add missing newline in summary message | Marco Elver | 1 | -1/+1 |
2020-03-26 | kunit: subtests should be indented 4 spaces according to TAP | Alan Maguire | 1 | -3/+4 |
2020-03-26 | kunit: add debugfs /sys/kernel/debug/kunit/<suite>/results display | Alan Maguire | 1 | -31/+116 |
2020-01-09 | kunit: allow kunit to be loaded as a module | Alan Maguire | 1 | -0/+13 |
2020-01-09 | kunit: allow kunit tests to be loaded as a module | Alan Maguire | 1 | -0/+8 |
2020-01-09 | kunit: hide unexported try-catch interface in try-catch-impl.h | Alan Maguire | 1 | -1/+1 |
2020-01-09 | kunit: move string-stream.h to lib/kunit | Alan Maguire | 1 | -0/+2 |
2019-09-30 | kunit: fix failure to build without printk | Brendan Higgins | 1 | -51/+6 |
2019-09-30 | kunit: test: add support for test abort | Brendan Higgins | 1 | -15/+122 |
2019-09-30 | kunit: test: add the concept of expectations | Brendan Higgins | 1 | -0/+62 |
2019-09-30 | kunit: test: add test resource management API | Brendan Higgins | 1 | -0/+163 |
2019-09-30 | kunit: test: add KUnit test runner core | Brendan Higgins | 1 | -0/+191 |