[compiler-rt] 8f85d52 - [tsan] Disable test from D115759 on Darwin

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 20 19:41:25 PST 2021


Author: Vitaly Buka
Date: 2021-12-20T19:41:09-08:00
New Revision: 8f85d5205da0310a40fcb92d1830ffa1de99d566

URL: https://github.com/llvm/llvm-project/commit/8f85d5205da0310a40fcb92d1830ffa1de99d566
DIFF: https://github.com/llvm/llvm-project/commit/8f85d5205da0310a40fcb92d1830ffa1de99d566.diff

LOG: [tsan] Disable test from D115759 on Darwin

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/compiler-rt/test/tsan/force_background_thread.cpp b/compiler-rt/test/tsan/force_background_thread.cpp
index 24aa8087a4910..cf645cdfa9141 100644
--- a/compiler-rt/test/tsan/force_background_thread.cpp
+++ b/compiler-rt/test/tsan/force_background_thread.cpp
@@ -2,6 +2,10 @@
 // RUN: %deflake %env_tsan_opts=force_background_thread=0:verbosity=1:memory_limit_mb=1000 %run %t 2>&1 | FileCheck %s --implicit-check-not "memory flush check"
 // RUN: %deflake %env_tsan_opts=force_background_thread=1:verbosity=1:memory_limit_mb=1000 %run %t 2>&1 | FileCheck %s --check-prefixes=CHECK,THREAD
 // RUN: %deflake %env_tsan_opts=force_background_thread=0:verbosity=1:memory_limit_mb=1000 %run %t 1 2>&1 | FileCheck %s --check-prefixes=CHECK,THREAD
+
+// Fails with: objc[99984]: task_restartable_ranges_register failed (result 0x2e: (os/kern) service not supported)
+// UNSUPPORTED: darwin
+
 #include "test.h"
 
 void *Thread(void *a) { return nullptr; }


        


More information about the llvm-commits mailing list