[cfe-commits] r169566 - /cfe/trunk/test/Index/skip-parsed-bodies/compile_commands.json

NAKAMURA Takumi geek4civic at gmail.com
Thu Dec 6 16:05:36 PST 2012


Author: chapuni
Date: Thu Dec  6 18:05:36 2012
New Revision: 169566

URL: http://llvm.org/viewvc/llvm-project?rev=169566&view=rev
Log:
test/Index/skip-parsed-bodies/compile_commands.json: Remove XFAIL on cygming.

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=169566&r1=169565&r2=169566&view=diff
==============================================================================
--- cfe/trunk/test/Index/skip-parsed-bodies/compile_commands.json (original)
+++ cfe/trunk/test/Index/skip-parsed-bodies/compile_commands.json Thu Dec  6 18:05:36 2012
@@ -16,7 +16,7 @@
 }
 ]
 
-// XFAIL: cygwin,mingw32,win32
+// XFAIL: win32
 // RUN: c-index-test -index-compile-db %s | FileCheck %s
 
 // CHECK:      [enteredMainFile]: t1.cpp





More information about the cfe-commits mailing list