[compiler-rt] 6703fe2 - [TSan][Darwin] Mark test unsupported

Julian Lettner via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 1 15:53:00 PST 2021


Author: Julian Lettner
Date: 2021-12-01T15:50:10-08:00
New Revision: 6703fe25b7c26742cb511ba0e6050173188dd2f1

URL: https://github.com/llvm/llvm-project/commit/6703fe25b7c26742cb511ba0e6050173188dd2f1
DIFF: https://github.com/llvm/llvm-project/commit/6703fe25b7c26742cb511ba0e6050173188dd2f1.diff

LOG: [TSan][Darwin] Mark test unsupported

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/compiler-rt/test/tsan/on_exit.cpp b/compiler-rt/test/tsan/on_exit.cpp
index 05e19ad964c4d..2dadd68c144a4 100644
--- a/compiler-rt/test/tsan/on_exit.cpp
+++ b/compiler-rt/test/tsan/on_exit.cpp
@@ -1,4 +1,8 @@
 // RUN: %clang_tsan -O1 %s -o %t && %deflake %run %t | FileCheck %s
+
+// on_exit() is not available on Darwin.
+// UNSUPPORTED: darwin
+
 #include "test.h"
 
 volatile long global;


        


More information about the llvm-commits mailing list