[llvm] r279966 - Mark test as XFAIL instead of disabling it everywhere.

Benjamin Kramer via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 29 05:41:32 PDT 2016


Author: d0k
Date: Mon Aug 29 07:41:32 2016
New Revision: 279966

URL: http://llvm.org/viewvc/llvm-project?rev=279966&view=rev
Log:
Mark test as XFAIL instead of disabling it everywhere.

There is no lit feature 'X86' so this test is just disabled completely.
Make it XFAIL until a solution is found.

Modified:
    llvm/trunk/test/tools/llvm-lto2/common.ll

Modified: llvm/trunk/test/tools/llvm-lto2/common.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/tools/llvm-lto2/common.ll?rev=279966&r1=279965&r2=279966&view=diff
==============================================================================
--- llvm/trunk/test/tools/llvm-lto2/common.ll (original)
+++ llvm/trunk/test/tools/llvm-lto2/common.ll Mon Aug 29 07:41:32 2016
@@ -1,4 +1,4 @@
-; REQUIRES: X86
+; XFAIL: *
 ; RUN: llvm-as < %s > %t1.bc
 ; RUN: llvm-as < %p/Inputs/common.ll > %t2.bc
 
@@ -63,4 +63,4 @@ target triple = "x86_64-apple-macosx10.1
 
 define i8 *@foo() {
  ret i8 *@v
-}
\ No newline at end of file
+}




More information about the llvm-commits mailing list