summaryrefslogtreecommitdiff
path: root/test/Driver/crash-report-modules.m
diff options
context:
space:
mode:
authorReid Kleckner <rnk@google.com>2018-07-20 22:36:33 +0000
committerReid Kleckner <rnk@google.com>2018-07-20 22:36:33 +0000
commitf6ec322ffdc0227034876d73801b95b338d100b0 (patch)
tree0d6bb445c128b178ee6df51fa1e5beadbb8e0062 /test/Driver/crash-report-modules.m
parentd788672fbeb6d3a05c2cb4b87841ff4c6a213a39 (diff)
downloadclang-f6ec322ffdc0227034876d73801b95b338d100b0.tar.gz
Disable clang crash-report-modules.m test on Windows again
It still appears to be failing: http://lab.llvm.org:8011/builders/clang-x86-windows-msvc2015/builds/12825 $ "rm" "-rf" "C:\b\slave\clang-x86-windows-msvc2015\clang-x86-windows-msvc2015\stage1\tools\clang\test\Driver\Output/crmdir" Error: 'rm' command failed, [Error 3] The system cannot find the path specified: 'C:\\b\\slave\\clang-x86-windows-msvc2015\\clang-x86-windows-msvc2015\\stage1\\tools\\clang\\test\\Driver\\Output/crmdir\\crash-report-modules-300567.cache\\vfs\\b\\slave\\clang-x86-windows-msvc2015\\clang-x86-windows-msvc2015\\llvm\\tools\\clang\\test\\Driver\\Inputs\\module\\module.modulemap' error: command failed with exit status: 1 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@337629 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Driver/crash-report-modules.m')
-rw-r--r--test/Driver/crash-report-modules.m4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Driver/crash-report-modules.m b/test/Driver/crash-report-modules.m
index 73b1e9f04b..ded31b4ed4 100644
--- a/test/Driver/crash-report-modules.m
+++ b/test/Driver/crash-report-modules.m
@@ -12,6 +12,10 @@
// RUN: FileCheck --check-prefix=CHECKSH %s -input-file %T/crmdir/crash-report-*.sh
// REQUIRES: crash-recovery
+// FIXME: This test creates excessively deep directory hierarchies that cause
+// problems on Windows.
+// UNSUPPORTED: system-windows
+
@import simple;
const int x = MODULE_MACRO;