On Mon, Dec 21, 2020 at 11:37:44AM -0700, Shuah Khan wrote:
On 12/21/20 7:45 AM, Andy Shevchenko wrote:
On Mon, Dec 21, 2020 at 04:43:02PM +0200, Andy Shevchenko wrote:
Hi!
For last few weeks KUnit stopped working. Any insight?
P.S. I guess no need to tell that my kernel on which I run tests has not been changed as well as command line for wrapper:
tools/testing/kunit/kunit.py run --build_dir ~/$OUT_DIR
Current output (expected 18 tests to be run from several modules):
$ tools/testing/kunit/kunit.py run --build_dir ~/$OUT_DIR [16:42:24] Configuring KUnit Kernel ... [16:42:24] Building KUnit Kernel ... [16:42:28] Starting KUnit Kernel ... [ERROR] no tests run! [16:42:28] ============================================================ [16:42:28] Testing complete. 0 tests run. 0 failed. 0 crashed. [16:42:28] Elapsed time: 3.563s total, 0.002s configuring, 3.441s building, 0.000s running
Please give more details on which repo you are using and the what's the top commit.
v5.10 - OK
[21:24:14] Testing complete. 14 tests run. 0 failed. 0 crashed.
Linux Next 20201221 - Not OK.
I'm expecting that v5.11-rc1 will be broken.