Re: [PATCH] kunit: Print test statistics on failure

2021-02-05 Thread Brendan Higgins
On Thu, Dec 10, 2020 at 11:23 PM David Gow wrote: > > When a number of tests fail, it can be useful to get higher-level > statistics of how many tests are failing (or how many parameters are > failing in parameterised tests), and in what cases or suites. This is > already done by some non-KUnit te

Re: [PATCH] kunit: Print test statistics on failure

2020-12-11 Thread Daniel Latypov
On Thu, Dec 10, 2020 at 11:23 PM David Gow wrote: > > When a number of tests fail, it can be useful to get higher-level > statistics of how many tests are failing (or how many parameters are > failing in parameterised tests), and in what cases or suites. This is > already done by some non-KUnit te

Re: [PATCH] kunit: Print test statistics on failure

2020-12-11 Thread kernel test robot
Hi David, I love your patch! Yet something to improve: [auto build test ERROR on 5f6b99d0287de2c2d0b5e7abcb0092d553ad804a] url: https://github.com/0day-ci/linux/commits/David-Gow/kunit-Print-test-statistics-on-failure/20201211-153009 base:5f6b99d0287de2c2d0b5e7abcb0092d553ad804a config:

Re: [PATCH] kunit: Print test statistics on failure

2020-12-11 Thread kernel test robot
Hi David, I love your patch! Perhaps something to improve: [auto build test WARNING on 5f6b99d0287de2c2d0b5e7abcb0092d553ad804a] url: https://github.com/0day-ci/linux/commits/David-Gow/kunit-Print-test-statistics-on-failure/20201211-153009 base:5f6b99d0287de2c2d0b5e7abcb0092d553ad804a co

[PATCH] kunit: Print test statistics on failure

2020-12-10 Thread David Gow
When a number of tests fail, it can be useful to get higher-level statistics of how many tests are failing (or how many parameters are failing in parameterised tests), and in what cases or suites. This is already done by some non-KUnit tests, so add support for automatically generating these for KU