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:
Azharuddin Mohammed 2021-08-17 22:45:05 -07:00
parent 8eb054a87d
commit 593275c93c
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
// UNSUPPORTED: darwin
// RUN: %clangxx_tsan -O1 %s -o %t && %run %t 2>&1 | FileCheck %s
#include <stdio.h>