Author: chapuni
Date: Thu Jan 24 01:04:14 2013
New Revision: 173326

URL: http://llvm.org/viewvc/llvm-project?rev=173326&view=rev
Log:
clang/test/Modules/global_index.m: XFAILing on win32 when investigating for now.

Modified:
    cfe/trunk/test/Modules/global_index.m

Modified: cfe/trunk/test/Modules/global_index.m
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Modules/global_index.m?rev=173326&r1=173325&r2=173326&view=diff
==============================================================================
--- cfe/trunk/test/Modules/global_index.m (original)
+++ cfe/trunk/test/Modules/global_index.m Thu Jan 24 01:04:14 2013
@@ -2,6 +2,7 @@
 // RUN: %clang_cc1 -Wauto-import -fmodule-cache-path %t -fdisable-module-hash 
-fmodules -generate-module-index -F %S/Inputs %s -verify
 // RUN: ls %t|grep modules.idx
 // REQUIRES: shell
+// XFAIL: mingw32
 
 // expected-no-diagnostics
 @import DependsOnModule;


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to