projects
/
llvm-toolchain-17.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3990414
)
do-not-fail-on-unexpected-pass
author
LLVM Packaging Team
<pkg-llvm-team@lists.alioth.debian.org>
Sat, 4 Jan 2025 08:12:52 +0000
(09:12 +0100)
committer
Matthias Klose
<doko@debian.org>
Sat, 4 Jan 2025 08:12:52 +0000
(09:12 +0100)
===================================================================
Gbp-Pq: Name do-not-fail-on-unexpected-pass.diff
llvm/utils/lit/lit/Test.py
patch
|
blob
|
history
diff --git
a/llvm/utils/lit/lit/Test.py
b/llvm/utils/lit/lit/Test.py
index 051062706f856755a0b59860218e5fcea6bb947f..1d1f3e64ab871dae9ff60cd73a234e1f6f3eb623 100644
(file)
--- a/
llvm/utils/lit/lit/Test.py
+++ b/
llvm/utils/lit/lit/Test.py
@@
-52,7
+52,7
@@
XFAIL = ResultCode("XFAIL", "Expectedly Failed", False)
UNRESOLVED = ResultCode("UNRESOLVED", "Unresolved", True)
TIMEOUT = ResultCode("TIMEOUT", "Timed Out", True)
FAIL = ResultCode("FAIL", "Failed", True)
-XPASS
= ResultCode("XPASS", "Unexpectedly Passed", Tru
e)
+XPASS
= ResultCode('XPASS', 'Unexpectedly Passed', Fals
e)
# Test metric values.