From 1f4a0531b3fdb9b4747c155805393a91926fe058 Mon Sep 17 00:00:00 2001 From: Julian Lettner Date: Sun, 23 Jan 2022 22:01:48 -0800 Subject: [PATCH] [TSan] Mark test unsupported on Darwin --- compiler-rt/test/tsan/vfork.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compiler-rt/test/tsan/vfork.cpp b/compiler-rt/test/tsan/vfork.cpp index 2d669b3..1e34a56 100644 --- a/compiler-rt/test/tsan/vfork.cpp +++ b/compiler-rt/test/tsan/vfork.cpp @@ -1,4 +1,6 @@ // RUN: %clangxx_tsan -O1 %s -o %t && %run %t 2>&1 | FileCheck %s +// UNSUPPORTED: ios + #include #include #include -- 2.7.4