[cfe-commits] r173326 - /cfe/trunk/test/Modules/global_index.m
NAKAMURA Takumi
geek4civic at gmail.com
Wed Jan 23 23:04:14 PST 2013
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;
More information about the cfe-commits
mailing list