tests: tag with 'ignore_faults' testcases that provoke faults
This way we can monitor testcases for faults that should not be there; however, in the case of these, a fault message is expected and shall be ignored. Change-Id: I63736723026c381c9fee7f24a751ceafc12f2a40 Signed-off-by: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
This commit is contained in:
parent
aa70533244
commit
6db4a991b2
3 changed files with 3 additions and 3 deletions
|
@ -1,3 +1,3 @@
|
||||||
[test]
|
[test]
|
||||||
tags = bat_commit core
|
tags = bat_commit core ignore_faults
|
||||||
arch_exclude = nios2 xtensa
|
arch_exclude = nios2 xtensa
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
[test]
|
[test]
|
||||||
tags = legacy bat_commit core
|
tags = legacy bat_commit core ignore_faults
|
||||||
arch_whitelist = x86
|
arch_whitelist = x86
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
[test]
|
[test]
|
||||||
tags = legacy core bat_commit
|
tags = legacy core bat_commit ignore_faults
|
||||||
arch_whitelist = x86
|
arch_whitelist = x86
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue