diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2020-11-05 11:52:17 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2020-11-05 11:52:17 -0800 |
| commit | 521b619acdc8f1f5acdac15b84f81fd9515b2aff (patch) | |
| tree | 1c2da83c3964b7ccf0c9581c8693c30e3cbcdfcf /tools/testing/kunit/test_data/test_kernel_panic_interrupt.log | |
| parent | 3249fe45639afb0a025847d611dac692010822a8 (diff) | |
| parent | 0d0d245104a42e593adcf11396017a6420c08ba8 (diff) | |
| download | linux-521b619acdc8f1f5acdac15b84f81fd9515b2aff.tar.gz linux-521b619acdc8f1f5acdac15b84f81fd9515b2aff.zip | |
Merge tag 'linux-kselftest-kunit-fixes-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
Pull Kunit fixes from Shuah Khan:
"Several kunit_tool and documentation fixes"
* tag 'linux-kselftest-kunit-fixes-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest:
kunit: tools: fix kunit_tool tests for parsing test plans
Documentation: kunit: Update Kconfig parts for KUNIT's module support
kunit: test: fix remaining kernel-doc warnings
kunit: Don't fail test suites if one of them is empty
kunit: Fix kunit.py --raw_output option
Diffstat (limited to 'tools/testing/kunit/test_data/test_kernel_panic_interrupt.log')
| -rw-r--r-- | tools/testing/kunit/test_data/test_kernel_panic_interrupt.log | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/testing/kunit/test_data/test_kernel_panic_interrupt.log b/tools/testing/kunit/test_data/test_kernel_panic_interrupt.log index c045eee75f27..a014ffe9725e 100644 --- a/tools/testing/kunit/test_data/test_kernel_panic_interrupt.log +++ b/tools/testing/kunit/test_data/test_kernel_panic_interrupt.log @@ -1,6 +1,7 @@ [ 0.060000] printk: console [mc-1] enabled [ 0.060000] random: get_random_bytes called from init_oops_id+0x35/0x40 with crng_init=0 [ 0.060000] TAP version 14 +[ 0.060000] 1..3 [ 0.060000] # Subtest: kunit-resource-test [ 0.060000] 1..5 [ 0.060000] ok 1 - kunit_resource_test_init_resources @@ -22,4 +23,4 @@ [ 0.060000] Stack: [ 0.060000] 602086f8 601bc260 705c0000 705c0000 [ 0.060000] 602086f8 6005fcec 705c0000 6002c6ab -[ 0.060000] 6005fcec 601bc260 705c0000 3000000010
\ No newline at end of file +[ 0.060000] 6005fcec 601bc260 705c0000 3000000010 |
