[compiler-rt] 593275c - Mark tsan cxa_guard_acquire test as unsupported on Darwin

Azharuddin Mohammed via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 18 01:52:47 PDT 2021


Author: Azharuddin Mohammed
Date: 2021-08-18T01:44:20-07:00
New Revision: 593275c93c5cd3e02819f012f812eee19081911b

URL: https://github.com/llvm/llvm-project/commit/593275c93c5cd3e02819f012f812eee19081911b
DIFF: https://github.com/llvm/llvm-project/commit/593275c93c5cd3e02819f012f812eee19081911b.diff

LOG: 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.

Added: 
    

Modified: 
    compiler-rt/test/tsan/cxa_guard_acquire.cpp

Removed: 
    


################################################################################
diff  --git a/compiler-rt/test/tsan/cxa_guard_acquire.cpp b/compiler-rt/test/tsan/cxa_guard_acquire.cpp
index cdbe609003d43..9d87e4912e3ba 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 <stdio.h>


        


More information about the llvm-commits mailing list