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 | 997a1c05eebe0fc2667ced2610d196227724629c (patch) | |
tree | 83cb9cfdf8837d8ee4ce57e90042ac650b93b58d | |
parent | de7a5006907a82263923619ff4be918bfe598adb (diff) |
XFAIL crash-cleanup.c only on Darwin and msys.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@143858 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Driver/crash-cleanup.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/Driver/crash-cleanup.c b/test/Driver/crash-cleanup.c index 1ee4f4187a..6f5140af7a 100644 --- a/test/Driver/crash-cleanup.c +++ b/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 |