diff options
| author | Yaron Keren <yaron.keren@gmail.com> | 2015-07-26 05:15:24 +0000 |
|---|---|---|
| committer | Yaron Keren <yaron.keren@gmail.com> | 2015-07-26 05:15:24 +0000 |
| commit | 77dc460eec90f5916cc3c5e1ce61bf1041e48ced (patch) | |
| tree | 28766dc8bdf6b290b980a96105f1af6789375aa9 /clang | |
| parent | d37c0fdea8613711fa7956fd3d87de6592f5baea (diff) | |
| download | bcm5719-llvm-77dc460eec90f5916cc3c5e1ce61bf1041e48ced.tar.gz bcm5719-llvm-77dc460eec90f5916cc3c5e1ce61bf1041e48ced.zip | |
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
Diffstat (limited to 'clang')
| -rw-r--r-- | clang/test/Driver/crash-report-modules.m | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/clang/test/Driver/crash-report-modules.m b/clang/test/Driver/crash-report-modules.m index 9dd3b74e69d..0e1d81a1f34 100644 --- a/clang/test/Driver/crash-report-modules.m +++ b/clang/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; |

