]> granicus.if.org Git - clang/commitdiff
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 '\\?\'.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@211363 91177308-0d34-0410-b5e6-96231b3b80d8

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

index 2f75dd6be7f09b2b249f9de920fada00f88cdcee..3b04435dd594ff2c6d2aaa3acc1d6b382fdabf23 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