Disable Modules/dependency-dump-dependent-module.m on win32 for now.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 20 Jun 2014 15:04:25 +0000 (15:04 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 20 Jun 2014 15:04:25 +0000 (15:04 +0000)
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 '\\?\'.

llvm-svn: 211363

clang/test/Modules/dependency-dump-dependent-module.m

index 2f75dd6..3b04435 100644 (file)
@@ -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