diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-06-20 15:04:25 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-06-20 15:04:25 +0000 |
| commit | 5e3d1414a4a6c3ac585723cb47e88e5ab3253c69 (patch) | |
| tree | 200eeef80de8c7ac57e8cb9721ba90049ebc6d8b /clang/test/Modules | |
| parent | 9eef2659bf60af09e06e4e65f97cd34fb207cae9 (diff) | |
| download | bcm5719-llvm-5e3d1414a4a6c3ac585723cb47e88e5ab3253c69.tar.gz bcm5719-llvm-5e3d1414a4a6c3ac585723cb47e88e5ab3253c69.zip | |
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 '\\?\'.
llvm-svn: 211363
Diffstat (limited to 'clang/test/Modules')
| -rw-r--r-- | clang/test/Modules/dependency-dump-dependent-module.m | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/clang/test/Modules/dependency-dump-dependent-module.m b/clang/test/Modules/dependency-dump-dependent-module.m index 2f75dd6be7f..3b04435dd59 100644 --- a/clang/test/Modules/dependency-dump-dependent-module.m +++ b/clang/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 |

