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:
Inaky Perez-Gonzalez 2016-10-17 10:24:32 -07:00 committed by Anas Nashif
commit e03f561588

View file

@ -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