projects
/
llvm-toolchain-4.0.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60a79c4
)
do-not-fail-on-unexpected-pass
author
LLVM Packaging Team
<pkg-llvm-team@lists.alioth.debian.org>
Mon, 2 Jul 2018 08:45:18 +0000
(09:45 +0100)
committer
Julien Cristau
<jcristau@mozilla.com>
Mon, 2 Jul 2018 08:45:18 +0000
(09:45 +0100)
===================================================================
Gbp-Pq: Name do-not-fail-on-unexpected-pass.diff
utils/lit/lit/Test.py
patch
|
blob
|
history
diff --git
a/utils/lit/lit/Test.py
b/utils/lit/lit/Test.py
index 657a7e8140d7aa498ddcedd470b67a40f0de662a..8c3c728c01b4897a649b3cdd683564e9146df928 100644
(file)
--- a/
utils/lit/lit/Test.py
+++ b/
utils/lit/lit/Test.py
@@
-30,7
+30,7
@@
PASS = ResultCode('PASS', False)
FLAKYPASS = ResultCode('FLAKYPASS', False)
XFAIL = ResultCode('XFAIL', False)
FAIL = ResultCode('FAIL', True)
-XPASS = ResultCode('XPASS',
Tru
e)
+XPASS = ResultCode('XPASS',
Fals
e)
UNRESOLVED = ResultCode('UNRESOLVED', True)
UNSUPPORTED = ResultCode('UNSUPPORTED', False)
TIMEOUT = ResultCode('TIMEOUT', True)