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.

llvm-svn: 243238
This commit is contained in:
Yaron Keren 2015-07-26 05:15:24 +00:00
parent d37c0fdea8
commit 77dc460eec
1 changed files with 5 additions and 1 deletions

View File

@ -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;