projects
/
llvm-toolchain-6.0.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c6ba01
)
do-not-fail-on-unexpected-pass
author
LLVM Packaging Team
<pkg-llvm-team@lists.alioth.debian.org>
Sat, 9 Mar 2019 06:10:15 +0000
(06:10 +0000)
committer
Mo Zhou
<cdluminate@gmail.com>
Sat, 9 Mar 2019 06:10:15 +0000
(06:10 +0000)
===================================================================
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 1a9e3fe80fb39da913773a5b1659e0ab4b65b573..75330484b86ed41a6710602bff4b77a2a0a664b6 100644
(file)
--- a/
utils/lit/lit/Test.py
+++ b/
utils/lit/lit/Test.py
@@
-32,7
+32,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)