mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-18 00:18:55 +00:00
14 lines
743 B
Diff
14 lines
743 B
Diff
Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/utils/lit/lit/Test.py
|
|
===================================================================
|
|
--- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/llvm/utils/lit/lit/Test.py
|
|
+++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/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', True)
|
|
+XPASS = ResultCode('XPASS', False)
|
|
UNRESOLVED = ResultCode('UNRESOLVED', True)
|
|
UNSUPPORTED = ResultCode('UNSUPPORTED', False)
|
|
TIMEOUT = ResultCode('TIMEOUT', True)
|