[compiler-rt] 91df4cc - [NFC][Asan] Disabled test dead-locking on Darwin

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 16 15:20:38 PDT 2025


Author: Vitaly Buka
Date: 2025-04-16T15:19:54-07:00
New Revision: 91df4cce44ac33d2d169614c532868c1dde5df51

URL: https://github.com/llvm/llvm-project/commit/91df4cce44ac33d2d169614c532868c1dde5df51
DIFF: https://github.com/llvm/llvm-project/commit/91df4cce44ac33d2d169614c532868c1dde5df51.diff

LOG: [NFC][Asan] Disabled test dead-locking on Darwin

After #131756.

Added: 
    

Modified: 
    compiler-rt/test/asan/TestCases/asan_lsan_deadlock.cpp

Removed: 
    


################################################################################
diff  --git a/compiler-rt/test/asan/TestCases/asan_lsan_deadlock.cpp b/compiler-rt/test/asan/TestCases/asan_lsan_deadlock.cpp
index 28ce4e3e81b23..7ca07edbaf18c 100644
--- a/compiler-rt/test/asan/TestCases/asan_lsan_deadlock.cpp
+++ b/compiler-rt/test/asan/TestCases/asan_lsan_deadlock.cpp
@@ -4,6 +4,9 @@
 // RUN: %clangxx_asan -O0 %s -o %t
 // RUN: %env_asan_opts=detect_leaks=1 not %run %t 2>&1 | FileCheck %s
 
+// Hangs for unknown reasons.
+// UNSUPPORTED: darwin
+
 /*
  * Purpose: Verify deadlock prevention between ASan error reporting and LSan leak checking.
  * 


        


More information about the llvm-commits mailing list