[compiler-rt] XFAIL symbolizer test for TySan (PR #191810)

via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 13 06:06:37 PDT 2026


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

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

Author: Matthew Nagy (gbMattN)

<details>
<summary>Changes</summary>



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


2 Files Affected:

- (modified) compiler-rt/test/sanitizer_common/TestCases/Linux/internal_symbolizer.cpp (+3) 
- (modified) compiler-rt/test/sanitizer_common/TestCases/print-stack-trace.cpp (+2) 


``````````diff
diff --git a/compiler-rt/test/sanitizer_common/TestCases/Linux/internal_symbolizer.cpp b/compiler-rt/test/sanitizer_common/TestCases/Linux/internal_symbolizer.cpp
index e43f7a28e275d..755f25785d8bf 100644
--- a/compiler-rt/test/sanitizer_common/TestCases/Linux/internal_symbolizer.cpp
+++ b/compiler-rt/test/sanitizer_common/TestCases/Linux/internal_symbolizer.cpp
@@ -2,6 +2,9 @@
 
 // REQUIRES: internal_symbolizer
 
+// Look into this
+// XFAIL: tysan
+
 #include <assert.h>
 #include <dlfcn.h>
 #include <link.h>
diff --git a/compiler-rt/test/sanitizer_common/TestCases/print-stack-trace.cpp b/compiler-rt/test/sanitizer_common/TestCases/print-stack-trace.cpp
index 9d7d03d81b531..9826a7424711e 100644
--- a/compiler-rt/test/sanitizer_common/TestCases/print-stack-trace.cpp
+++ b/compiler-rt/test/sanitizer_common/TestCases/print-stack-trace.cpp
@@ -9,6 +9,8 @@
 // TODO(yln): temporary failing due to refactoring
 // UNSUPPORTED: ubsan
 
+// XFAIL: tysan
+
 #include <sanitizer/common_interface_defs.h>
 
 static inline void FooBarBaz() {

``````````

</details>


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


More information about the llvm-commits mailing list