do-not-fail-on-unexpected-pass
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Wed, 23 Jan 2019 22:25:50 +0000 (22:25 +0000)
committerSylvestre Ledru <sylvestre@debian.org>
Wed, 23 Jan 2019 22:25:50 +0000 (22:25 +0000)
===================================================================

Gbp-Pq: Name do-not-fail-on-unexpected-pass.diff

utils/lit/lit/Test.py

index 1a9e3fe80fb39da913773a5b1659e0ab4b65b573..75330484b86ed41a6710602bff4b77a2a0a664b6 100644 (file)
@@ -32,7 +32,7 @@ PASS        = ResultCode('PASS', False)
 FLAKYPASS   = ResultCode('FLAKYPASS', False)
 XFAIL       = ResultCode('XFAIL', False)
 FAIL        = ResultCode('FAIL', True)
-XPASS       = ResultCode('XPASS', True)
+XPASS       = ResultCode('XPASS', False)
 UNRESOLVED  = ResultCode('UNRESOLVED', True)
 UNSUPPORTED = ResultCode('UNSUPPORTED', False)
 TIMEOUT     = ResultCode('TIMEOUT', True)