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: http://review.tizen.org/git/?a=commitdiff_plain;h=af92a37c23fae4c16c9d5fb7724c70efaf63f7ff;p=platform%2Fupstream%2Fllvm.git Teach compile_commands.json test that windows-gnu is the new name for mingw32. llvm-svn: 224426 --- diff --git a/clang/test/Index/skip-parsed-bodies/compile_commands.json b/clang/test/Index/skip-parsed-bodies/compile_commands.json index da5e777..6707e84 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: mingw32,win32 +// XFAIL: mingw32,win32,windows-gnu // RUN: c-index-test -index-compile-db %s | FileCheck %s // CHECK: [enteredMainFile]: t1.cpp