From 593275c93c5cd3e02819f012f812eee19081911b Mon Sep 17 00:00:00 2001 From: Azharuddin Mohammed Date: Tue, 17 Aug 2021 22:45:05 -0700 Subject: [PATCH] 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. --- compiler-rt/test/tsan/cxa_guard_acquire.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler-rt/test/tsan/cxa_guard_acquire.cpp b/compiler-rt/test/tsan/cxa_guard_acquire.cpp index cdbe609..9d87e49 100644 --- a/compiler-rt/test/tsan/cxa_guard_acquire.cpp +++ b/compiler-rt/test/tsan/cxa_guard_acquire.cpp @@ -1,3 +1,4 @@ +// UNSUPPORTED: darwin // RUN: %clangxx_tsan -O1 %s -o %t && %run %t 2>&1 | FileCheck %s #include -- 2.7.4