[compiler-rt] Revert "XFAIL symbolizer test for TySan" (PR #192770)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 17 23:25:25 PDT 2026
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-compiler-rt-sanitizer
Author: Connector Switch (c8ef)
<details>
<summary>Changes</summary>
Reverts llvm/llvm-project#<!-- -->191810
---
Full diff: https://github.com/llvm/llvm-project/pull/192770.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 755f25785d8bf..e43f7a28e275d 100644
--- a/compiler-rt/test/sanitizer_common/TestCases/Linux/internal_symbolizer.cpp
+++ b/compiler-rt/test/sanitizer_common/TestCases/Linux/internal_symbolizer.cpp
@@ -2,9 +2,6 @@
// 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 9826a7424711e..9d7d03d81b531 100644
--- a/compiler-rt/test/sanitizer_common/TestCases/print-stack-trace.cpp
+++ b/compiler-rt/test/sanitizer_common/TestCases/print-stack-trace.cpp
@@ -9,8 +9,6 @@
// 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/192770
More information about the llvm-commits
mailing list