Package: llvm-toolchain-3.7 / 1:3.7.1-5

do-not-fail-on-unexpected-pass.diff Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: llvm-toolchain-3.4-3.4~+rc1/utils/lit/lit/Test.py
===================================================================
--- llvm-toolchain-3.4-3.4~+rc1.orig/utils/lit/lit/Test.py	2013-09-14 03:19:17.000000000 +0200
+++ llvm-toolchain-3.4-3.4~+rc1/utils/lit/lit/Test.py	2013-12-01 23:11:25.721571881 +0100
@@ -27,7 +27,7 @@
 PASS        = ResultCode('PASS', 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)