mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-27 13:27:05 +00:00
rebase of the patch
This commit is contained in:
parent
b4a952a5c3
commit
7bf9bbf775
@ -1,7 +1,7 @@
|
|||||||
Index: llvm-toolchain-snapshot_3.8~svn246750/utils/lit/lit/Test.py
|
Index: llvm-toolchain-snapshot_3.8~svn256489/utils/lit/lit/Test.py
|
||||||
===================================================================
|
===================================================================
|
||||||
--- llvm-toolchain-snapshot_3.8~svn246750.orig/utils/lit/lit/Test.py
|
--- llvm-toolchain-snapshot_3.8~svn256489.orig/utils/lit/lit/Test.py
|
||||||
+++ llvm-toolchain-snapshot_3.8~svn246750/utils/lit/lit/Test.py
|
+++ llvm-toolchain-snapshot_3.8~svn256489/utils/lit/lit/Test.py
|
||||||
@@ -30,7 +30,7 @@ PASS = ResultCode('PASS', False)
|
@@ -30,7 +30,7 @@ PASS = ResultCode('PASS', False)
|
||||||
FLAKYPASS = ResultCode('FLAKYPASS', False)
|
FLAKYPASS = ResultCode('FLAKYPASS', False)
|
||||||
XFAIL = ResultCode('XFAIL', False)
|
XFAIL = ResultCode('XFAIL', False)
|
||||||
@ -10,4 +10,4 @@ Index: llvm-toolchain-snapshot_3.8~svn246750/utils/lit/lit/Test.py
|
|||||||
+XPASS = ResultCode('XPASS', False)
|
+XPASS = ResultCode('XPASS', False)
|
||||||
UNRESOLVED = ResultCode('UNRESOLVED', True)
|
UNRESOLVED = ResultCode('UNRESOLVED', True)
|
||||||
UNSUPPORTED = ResultCode('UNSUPPORTED', False)
|
UNSUPPORTED = ResultCode('UNSUPPORTED', False)
|
||||||
|
TIMEOUT = ResultCode('TIMEOUT', True)
|
||||||
|
Loading…
Reference in New Issue
Block a user