[llvm-branch-commits] [compiler-rt] f171bf1 - Revert "XFAIL symbolizer test for TySan (#191810)"

via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri Apr 17 23:24:38 PDT 2026


Author: Connector Switch
Date: 2026-04-18T14:24:34+08:00
New Revision: f171bf1fe35be26cf72f0a61f58ffb9fce9a85ca

URL: https://github.com/llvm/llvm-project/commit/f171bf1fe35be26cf72f0a61f58ffb9fce9a85ca
DIFF: https://github.com/llvm/llvm-project/commit/f171bf1fe35be26cf72f0a61f58ffb9fce9a85ca.diff

LOG: Revert "XFAIL symbolizer test for TySan (#191810)"

This reverts commit 7083e9d8da07d97ab4541405b72e8b7ce8dad181.

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-branch-commits mailing list