sanitycheck: capture delayed faults
Do not close console after PASS is reported, wait a bit for any remaining messages from the tests, sometimes we have faults that need to be parsed. This now works for Qemu handler, support for other handlers to follow. Fixes #9646 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
350026e8c8
commit
39ae72b4cb
2 changed files with 19 additions and 4 deletions
|
@ -64,7 +64,8 @@ class Test(Harness):
|
|||
"MPU FAULT",
|
||||
"Kernel Panic",
|
||||
"Kernel OOPS",
|
||||
"BUS FAULT"
|
||||
"BUS FAULT",
|
||||
"CPU Page Fault"
|
||||
]
|
||||
|
||||
def handle(self, line):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue