Mark tsan cxa_guard_acquire test as unsupported on Darwin
authorAzharuddin Mohammed <azhar@apple.com>
Wed, 18 Aug 2021 05:45:05 +0000 (22:45 -0700)
committerAzharuddin Mohammed <azhar@apple.com>
Wed, 18 Aug 2021 08:44:20 +0000 (01:44 -0700)
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

index cdbe609..9d87e49 100644 (file)
@@ -1,3 +1,4 @@
+// UNSUPPORTED: darwin
 // RUN: %clangxx_tsan -O1 %s -o %t && %run %t 2>&1 | FileCheck %s
 
 #include <stdio.h>