r211363 - Disable Modules/dependency-dump-dependent-module.m on win32 for now.

NAKAMURA Takumi geek4civic at gmail.com
Fri Jun 20 08:04:26 PDT 2014


Author: chapuni
Date: Fri Jun 20 10:04:25 2014
New Revision: 211363

URL: http://llvm.org/viewvc/llvm-project?rev=211363&view=rev
Log:
Disable Modules/dependency-dump-dependent-module.m on win32 for now.

FIXME: This fails on win32 due to ERROR_FILENAME_EXCED_RANGE if the working directory is too deep.

We should make Win32/Path.inc capable of long pathnames with '\\?\'.

Modified:
    cfe/trunk/test/Modules/dependency-dump-dependent-module.m

Modified: cfe/trunk/test/Modules/dependency-dump-dependent-module.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Modules/dependency-dump-dependent-module.m?rev=211363&r1=211362&r2=211363&view=diff
==============================================================================
--- cfe/trunk/test/Modules/dependency-dump-dependent-module.m (original)
+++ cfe/trunk/test/Modules/dependency-dump-dependent-module.m Fri Jun 20 10:04:25 2014
@@ -14,3 +14,9 @@
 // VFS: 'name': "Sub2.h"
 
 @import AlsoDependsOnModule;
+
+// FIXME: This fails on win32 due to ERROR_FILENAME_EXCED_RANGE
+// if the working directory is too deep.
+// We should make Win32/Path.inc capable of long pathnames with '\\?\'.
+// For now, this is suppressed on win32.
+// REQUIRES: shell





More information about the cfe-commits mailing list