r224426 - Teach compile_commands.json test that windows-gnu is the new name for mingw32.

Yaron Keren yaron.keren at gmail.com
Wed Dec 17 03:04:07 PST 2014


Author: yrnkrn
Date: Wed Dec 17 05:04:07 2014
New Revision: 224426

URL: http://llvm.org/viewvc/llvm-project?rev=224426&view=rev
Log:
Teach compile_commands.json test that windows-gnu is the new name for mingw32.


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=224426&r1=224425&r2=224426&view=diff
==============================================================================
--- cfe/trunk/test/Index/skip-parsed-bodies/compile_commands.json (original)
+++ cfe/trunk/test/Index/skip-parsed-bodies/compile_commands.json Wed Dec 17 05:04:07 2014
@@ -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





More information about the cfe-commits mailing list