r243238 - This test failed on ninja-x64-msvc-RA-centos6.

Yaron Keren yaron.keren at gmail.com
Sat Jul 25 22:15:24 PDT 2015


Author: yrnkrn
Date: Sun Jul 26 00:15:24 2015
New Revision: 243238

URL: http://llvm.org/viewvc/llvm-project?rev=243238&view=rev
Log:
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.


Modified:
    cfe/trunk/test/Driver/crash-report-modules.m

Modified: cfe/trunk/test/Driver/crash-report-modules.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/crash-report-modules.m?rev=243238&r1=243237&r2=243238&view=diff
==============================================================================
--- cfe/trunk/test/Driver/crash-report-modules.m (original)
+++ cfe/trunk/test/Driver/crash-report-modules.m Sun Jul 26 00:15:24 2015
@@ -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;





More information about the cfe-commits mailing list