mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-15 05:29:45 +00:00
14 lines
738 B
Diff
14 lines
738 B
Diff
Index: llvm-toolchain-snapshot_15~++20220407011631+46f0e2ceb487/llvm/utils/lit/lit/Test.py
|
|
===================================================================
|
|
--- llvm-toolchain-snapshot_15~++20220407011631+46f0e2ceb487.orig/llvm/utils/lit/lit/Test.py
|
|
+++ llvm-toolchain-snapshot_15~++20220407011631+46f0e2ceb487/llvm/utils/lit/lit/Test.py
|
|
@@ -52,7 +52,7 @@ XFAIL = ResultCode('XFAIL',
|
|
UNRESOLVED = ResultCode('UNRESOLVED', 'Unresolved', True)
|
|
TIMEOUT = ResultCode('TIMEOUT', 'Timed Out', True)
|
|
FAIL = ResultCode('FAIL', 'Failed', True)
|
|
-XPASS = ResultCode('XPASS', 'Unexpectedly Passed', True)
|
|
+XPASS = ResultCode('XPASS', 'Unexpectedly Passed', False)
|
|
|
|
|
|
# Test metric values.
|