From: NAKAMURA Takumi Date: Fri, 20 Jun 2014 15:04:25 +0000 (+0000) Subject: Disable Modules/dependency-dump-dependent-module.m on win32 for now. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=926578dfc3c5ab67a15d28a5c794aa9dde3f6f32;p=clang 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 --- 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