[compiler-rt] [compiler-rt] [Darwin] Re-enable symbolize_pc.cpp test for darwin (PR #162208)

Andrew Haberlandt via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 9 09:26:48 PDT 2025


https://github.com/ndrewh updated https://github.com/llvm/llvm-project/pull/162208

>From 93d35b077a38e7d9305e64a34ad2bab4362ae9a8 Mon Sep 17 00:00:00 2001
From: Andrew Haberlandt <ahaberlandt at apple.com>
Date: Mon, 6 Oct 2025 17:40:00 -0700
Subject: [PATCH] [compiler-rt] [Darwin] Re-enable symbolize_pc.cpp test for
 darwin

---
 .../test/sanitizer_common/TestCases/symbolize_pc.cpp        | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/compiler-rt/test/sanitizer_common/TestCases/symbolize_pc.cpp b/compiler-rt/test/sanitizer_common/TestCases/symbolize_pc.cpp
index f495e2cefdd74..bb47edd6ba8d9 100644
--- a/compiler-rt/test/sanitizer_common/TestCases/symbolize_pc.cpp
+++ b/compiler-rt/test/sanitizer_common/TestCases/symbolize_pc.cpp
@@ -5,12 +5,6 @@
 
 // FIXME: Investigate why it does not print GLOBAL_VAR_ABC.
 // XFAIL: hwasan && target=aarch64{{.*}}
-// LSan tests fail on Darwin
-// UNSUPPORTED: darwin && lsan
-// tsan and ubsan are supported on darwin, but they currently fail
-// on some platforms likely because the test platform is too old
-// UNSUPPORTED: darwin && tsan
-// UNSUPPORTED: darwin && ubsan
 
 #include <stdio.h>
 #include <sanitizer/common_interface_defs.h>



More information about the llvm-commits mailing list