testcases: catch all fatal faults as failures
Ensure that we catch all fatal faults and report them as such (we were only catching the ones in fibers). Change-Id: Id734cdd02f4950d19717467a212032433a7dcc61 Signed-off-by: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
This commit is contained in:
parent
d7a3750b3c
commit
e03f561588
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@
|
||||||
# stuff happening in the kernel.
|
# stuff happening in the kernel.
|
||||||
#
|
#
|
||||||
# ^eval console-rx %(console)s::fail USAGE FAULT
|
# ^eval console-rx %(console)s::fail USAGE FAULT
|
||||||
# ^eval console-rx %(console)s::fail fatal fault in fiber
|
# ^eval console-rx %(console)s::fail fatal fault in
|
||||||
#
|
#
|
||||||
# For testcases under tests/, the .tcdefaults in there adds more steps
|
# For testcases under tests/, the .tcdefaults in there adds more steps
|
||||||
# to verify; test cases are picked up based on their
|
# to verify; test cases are picked up based on their
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue