]> granicus.if.org Git - clang/commitdiff
This test failed on ninja-x64-msvc-RA-centos6.
authorYaron Keren <yaron.keren@gmail.com>
Sun, 26 Jul 2015 05:15:24 +0000 (05:15 +0000)
committerYaron Keren <yaron.keren@gmail.com>
Sun, 26 Jul 2015 05:15:24 +0000 (05:15 +0000)
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

index 9dd3b74e69daa7af12e9f958144e7c8ca3c3f5a9..0e1d81a1f34093aab4933260e757995e3f9537ec 100644 (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;