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

via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 6 17:53:39 PDT 2025


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-compiler-rt-sanitizer

Author: Andrew Haberlandt (ndrewh)

<details>
<summary>Changes</summary>

This flaky test was disabled 2 years ago due to the age of the test platform.

---
Full diff: https://github.com/llvm/llvm-project/pull/162208.diff


1 Files Affected:

- (modified) compiler-rt/test/sanitizer_common/TestCases/symbolize_pc.cpp (-6) 


``````````diff
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>

``````````

</details>


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


More information about the llvm-commits mailing list