summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2014-06-20 15:04:25 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2014-06-20 15:04:25 +0000
commit926578dfc3c5ab67a15d28a5c794aa9dde3f6f32 (patch)
tree9d7073786141314805738e10675324d3485520e8 /test
parent8d4b65e9e44d0653255bbd66b3691bf54c4e4fac (diff)
downloadclang-926578dfc3c5ab67a15d28a5c794aa9dde3f6f32.tar.gz
clang-926578dfc3c5ab67a15d28a5c794aa9dde3f6f32.tar.bz2
clang-926578dfc3c5ab67a15d28a5c794aa9dde3f6f32.tar.xz
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 '\\?\'. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@211363 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/Modules/dependency-dump-dependent-module.m6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Modules/dependency-dump-dependent-module.m b/test/Modules/dependency-dump-dependent-module.m
index 2f75dd6be7..3b04435dd5 100644
--- a/test/Modules/dependency-dump-dependent-module.m
+++ b/test/Modules/dependency-dump-dependent-module.m
@@ -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