[compiler-rt] 1f4a053 - [TSan] Mark test unsupported on Darwin
Julian Lettner via llvm-commits
llvm-commits at lists.llvm.org
Sun Jan 23 22:02:37 PST 2022
Author: Julian Lettner
Date: 2022-01-23T22:01:48-08:00
New Revision: 1f4a0531b3fdb9b4747c155805393a91926fe058
URL: https://github.com/llvm/llvm-project/commit/1f4a0531b3fdb9b4747c155805393a91926fe058
DIFF: https://github.com/llvm/llvm-project/commit/1f4a0531b3fdb9b4747c155805393a91926fe058.diff
LOG: [TSan] Mark test unsupported on Darwin
Added:
Modified:
compiler-rt/test/tsan/vfork.cpp
Removed:
################################################################################
diff --git a/compiler-rt/test/tsan/vfork.cpp b/compiler-rt/test/tsan/vfork.cpp
index 2d669b305a9de..1e34a568fb5a8 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 <pthread.h>
#include <stdio.h>
#include <stdlib.h>
More information about the llvm-commits
mailing list