forked from OSchip/llvm-project
Mark tsan cxa_guard_acquire test as unsupported on Darwin
This test started failing after recent commit `636428c727cd`. Marking it as unsupported to get the bot back to green until we get it sorted out.
This commit is contained in:
parent
8eb054a87d
commit
593275c93c
|
@ -1,3 +1,4 @@
|
|||
// UNSUPPORTED: darwin
|
||||
// RUN: %clangxx_tsan -O1 %s -o %t && %run %t 2>&1 | FileCheck %s
|
||||
|
||||
#include <stdio.h>
|
||||
|
|
Loading…
Reference in New Issue