From: Benjamin Kramer Date: Mon, 29 Aug 2016 12:41:32 +0000 (+0000) Subject: Mark test as XFAIL instead of disabling it everywhere. X-Git-Tag: android-x86-7.1-r4~27929 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=5f65d099ebe0d268a457ee0e5b36563840bf1d57;p=android-x86%2Fexternal-llvm.git 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@279966 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/tools/llvm-lto2/common.ll b/test/tools/llvm-lto2/common.ll index 209002be87b..09e98427b10 100644 --- a/test/tools/llvm-lto2/common.ll +++ b/test/tools/llvm-lto2/common.ll @@ -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.11.0" define i8 *@foo() { ret i8 *@v -} \ No newline at end of file +}