diff options
| author | Peter Collingbourne <peter@pcc.me.uk> | 2011-11-06 04:32:01 +0000 |
|---|---|---|
| committer | Peter Collingbourne <peter@pcc.me.uk> | 2011-11-06 04:32:01 +0000 |
| commit | ae6b2f44c37fb4c0cee052a5fa76cfa02d178f12 (patch) | |
| tree | 08a6d5a8edebf6a6168af0007f4e93cf8019a1dd | |
| parent | 7533488f6240b06910586262f9112809a7b3d46e (diff) | |
| download | bcm5719-llvm-ae6b2f44c37fb4c0cee052a5fa76cfa02d178f12.tar.gz bcm5719-llvm-ae6b2f44c37fb4c0cee052a5fa76cfa02d178f12.zip | |
XFAIL crash-cleanup.c only on Darwin and msys.
llvm-svn: 143858
| -rw-r--r-- | clang/test/Driver/crash-cleanup.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/test/Driver/crash-cleanup.c b/clang/test/Driver/crash-cleanup.c index 1ee4f4187ab..6f5140af7a3 100644 --- a/clang/test/Driver/crash-cleanup.c +++ b/clang/test/Driver/crash-cleanup.c @@ -4,7 +4,6 @@ // REQUIRES: shell // REQUIRES: crash-recovery -// FIXME: Failing since r143846 (original commit), needs to be investigated. -// XFAIL: * +// XFAIL: darwin,msys #pragma clang __debug crash |

