From: Yaron Keren Date: Wed, 17 Dec 2014 11:04:07 +0000 (+0000) Subject: Teach compile_commands.json test that windows-gnu is the new name for mingw32. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=17a6bb97208e5e0e575748ed9ad991ed4b0dee22;p=clang Teach compile_commands.json test that windows-gnu is the new name for mingw32. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@224426 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Index/skip-parsed-bodies/compile_commands.json b/test/Index/skip-parsed-bodies/compile_commands.json index da5e777d81..6707e84d26 100644 --- a/test/Index/skip-parsed-bodies/compile_commands.json +++ b/test/Index/skip-parsed-bodies/compile_commands.json @@ -16,7 +16,7 @@ } ] -// XFAIL: mingw32,win32 +// XFAIL: mingw32,win32,windows-gnu // RUN: c-index-test -index-compile-db %s | FileCheck %s // CHECK: [enteredMainFile]: t1.cpp