diff options
-rw-r--r-- | clang/test/Index/crash-recovery-reparse.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/test/Index/crash-recovery-reparse.c b/clang/test/Index/crash-recovery-reparse.c index 2e4b51a8ca4b..daf5da333463 100644 --- a/clang/test/Index/crash-recovery-reparse.c +++ b/clang/test/Index/crash-recovery-reparse.c @@ -7,6 +7,7 @@ // CHECK-REPARSE-SOURCE-CRASH: Unable to reparse translation unit // // REQUIRES: crash-recovery -// UNSUPPORTED: libstdcxx-safe-mode +// FIXME: See wy "terminating with uncaught exception of type std::__1::system_error: mutex lock failed: Invalid argument" is happening on darwin +// UNSUPPORTED: libstdcxx-safe-mode, darwin #warning parsing original file |