r174064 - clang/test/Index/skip-parsed-bodies/compile_commands.json: Mark it as XFAIL:mingw32, for now.
NAKAMURA Takumi
geek4civic at gmail.com
Thu Jan 31 08:01:13 PST 2013
Author: chapuni
Date: Thu Jan 31 10:01:13 2013
New Revision: 174064
URL: http://llvm.org/viewvc/llvm-project?rev=174064&view=rev
Log:
clang/test/Index/skip-parsed-bodies/compile_commands.json: Mark it as XFAIL:mingw32, for now.
Modified:
cfe/trunk/test/Index/skip-parsed-bodies/compile_commands.json
Modified: cfe/trunk/test/Index/skip-parsed-bodies/compile_commands.json
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Index/skip-parsed-bodies/compile_commands.json?rev=174064&r1=174063&r2=174064&view=diff
==============================================================================
--- cfe/trunk/test/Index/skip-parsed-bodies/compile_commands.json (original)
+++ cfe/trunk/test/Index/skip-parsed-bodies/compile_commands.json Thu Jan 31 10:01:13 2013
@@ -16,7 +16,7 @@
}
]
-// XFAIL: win32
+// XFAIL: mingw32,win32
// RUN: c-index-test -index-compile-db %s | FileCheck %s
// CHECK: [enteredMainFile]: t1.cpp
More information about the cfe-commits
mailing list