Regres: Treat ABORT()s as failures
Bug: b/132353920
Change-Id: Ic7950ea29be6fd0dc7712813c10cdd2dfab73b90
Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/33548
Reviewed-by: Chris Forbes <chrisforbes@google.com>
Reviewed-by: Nicolas Capens <nicolascapens@google.com>
Tested-by: Ben Clayton <bclayton@google.com>
Kokoro-Presubmit: kokoro <noreply+kokoro@google.com>
diff --git a/tests/regres/testlist/testlist.go b/tests/regres/testlist/testlist.go
index 1378c24..59e8b98 100644
--- a/tests/regres/testlist/testlist.go
+++ b/tests/regres/testlist/testlist.go
@@ -196,7 +196,7 @@
// Failing returns true if the task status requires fixing.
func (s Status) Failing() bool {
switch s {
- case Fail, Timeout, Crash, Unimplemented, Unreachable, Assert:
+ case Fail, Timeout, Crash, Unimplemented, Unreachable, Assert, Abort:
return true
case Unsupported:
// This may seem surprising that this should be a failure, however these