[compiler-rt] 877dd33 - Revert "XFAIL symbolizer test for TySan" (#192770)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 17 23:36:51 PDT 2026
Author: Connector Switch
Date: 2026-04-18T06:36:46Z
New Revision: 877dd33b427361a048bb123ecb383f3b14b9400e
URL: https://github.com/llvm/llvm-project/commit/877dd33b427361a048bb123ecb383f3b14b9400e
DIFF: https://github.com/llvm/llvm-project/commit/877dd33b427361a048bb123ecb383f3b14b9400e.diff
LOG: Revert "XFAIL symbolizer test for TySan" (#192770)
Reverts llvm/llvm-project#191810
Relates to https://github.com/llvm/llvm-project/pull/191902
Added:
Modified:
compiler-rt/test/sanitizer_common/TestCases/Linux/internal_symbolizer.cpp
compiler-rt/test/sanitizer_common/TestCases/print-stack-trace.cpp
Removed:
################################################################################
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() {
More information about the llvm-commits
mailing list