From: Yaron Keren Date: Sun, 26 Jul 2015 05:15:24 +0000 (+0000) Subject: This test failed on ninja-x64-msvc-RA-centos6. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=42e360ba133d75508ae935deaba7fcca1608daa0;p=clang 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 --- 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;