rebase of the patch

This commit is contained in:
Sylvestre Ledru 2015-12-28 08:38:44 +00:00
parent b4a952a5c3
commit 7bf9bbf775

View File

@ -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)