r194211 - XFAIL the test for non-x86 targets for which this message cannot be generated.
Richard Barton
richard.barton at arm.com
Thu Nov 7 10:05:57 PST 2013
Author: rbarton
Date: Thu Nov 7 12:05:57 2013
New Revision: 194211
URL: http://llvm.org/viewvc/llvm-project?rev=194211&view=rev
Log:
XFAIL the test for non-x86 targets for which this message cannot be generated.
Modified:
cfe/trunk/test/Index/ms-asm-no-target.cpp
Modified: cfe/trunk/test/Index/ms-asm-no-target.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Index/ms-asm-no-target.cpp?rev=194211&r1=194210&r2=194211&view=diff
==============================================================================
--- cfe/trunk/test/Index/ms-asm-no-target.cpp (original)
+++ cfe/trunk/test/Index/ms-asm-no-target.cpp Thu Nov 7 12:05:57 2013
@@ -1,3 +1,4 @@
+// XFAIL: aarch64, arm, mips, hexagon, powerpc, sparc
// REQUIRES: x86-registered-target
// RUN: c-index-test -test-load-source all -fasm-blocks -Wno-microsoft %s 2>&1 | FileCheck %s
More information about the cfe-commits
mailing list