From 42e360ba133d75508ae935deaba7fcca1608daa0 Mon Sep 17 00:00:00 2001 From: Yaron Keren Date: Sun, 26 Jul 2015 05:15:24 +0000 Subject: [PATCH] This test failed on ninja-x64-msvc-RA-centos6. We could probably get this and the previous three disabled in r243237 working on these builders if MSYS was updated to current MSYS2. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@243238 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Driver/crash-report-modules.m | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/test/Driver/crash-report-modules.m b/test/Driver/crash-report-modules.m index 9dd3b74e69..0e1d81a1f3 100644 --- a/test/Driver/crash-report-modules.m +++ b/test/Driver/crash-report-modules.m @@ -9,7 +9,11 @@ // RUN: FileCheck --check-prefix=CHECKSH %s -input-file %t/crash-report-*.sh // REQUIRES: crash-recovery -// XFAIL: windows,win32 +// because of the glob (*.m, *.sh) +// REQUIRES: shell + +// FIXME: This XFAIL is cargo-culted from crash-report.c. Do we need it? +// XFAIL: mingw32 @import simple; const int x = MODULE_MACRO; -- 2.50.1