forked from OSchip/llvm-project
test/Driver/crash-cleanup.c: Mark as XFAIL: mingw32, for investigating.
"XFAIL: msys" has no effect, due to XFAIL inspects triplet, and msys build does not use *-msys-* but *-mingw32. llvm-svn: 143868
This commit is contained in:
parent
fe96e0b6be
commit
aee36a196a
|
@ -4,6 +4,6 @@
|
|||
// REQUIRES: shell
|
||||
// REQUIRES: crash-recovery
|
||||
|
||||
// XFAIL: darwin,msys
|
||||
// XFAIL: darwin,mingw32
|
||||
|
||||
#pragma clang __debug crash
|
||||
|
|
Loading…
Reference in New Issue