From ad1e5ce8eaad119e112d10bcf4c4267657770a4e Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Thu, 31 Jan 2013 16:01:13 +0000 Subject: [PATCH] clang/test/Index/skip-parsed-bodies/compile_commands.json: Mark it as XFAIL:mingw32, for now. llvm-svn: 174064 --- clang/test/Index/skip-parsed-bodies/compile_commands.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/test/Index/skip-parsed-bodies/compile_commands.json b/clang/test/Index/skip-parsed-bodies/compile_commands.json index 6766e1b..da5e777 100644 --- a/clang/test/Index/skip-parsed-bodies/compile_commands.json +++ b/clang/test/Index/skip-parsed-bodies/compile_commands.json @@ -16,7 +16,7 @@ } ] -// XFAIL: win32 +// XFAIL: mingw32,win32 // RUN: c-index-test -index-compile-db %s | FileCheck %s // CHECK: [enteredMainFile]: t1.cpp -- 2.7.4