From: Azharuddin Mohammed Date: Wed, 18 Aug 2021 05:45:05 +0000 (-0700) Subject: Mark tsan cxa_guard_acquire test as unsupported on Darwin X-Git-Tag: upstream/15.0.7~33638 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=593275c93c5cd3e02819f012f812eee19081911b;p=platform%2Fupstream%2Fllvm.git 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. --- 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