[compiler-rt] 8c31b12 - [TySan](test-only) Mark ubsan-tysan test as unsupported for now (#169934)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 28 08:29:09 PST 2025
Author: Matthew Nagy
Date: 2025-11-28T16:29:04Z
New Revision: 8c31b1214dd194f71a17a2457784699bb320f802
URL: https://github.com/llvm/llvm-project/commit/8c31b1214dd194f71a17a2457784699bb320f802
DIFF: https://github.com/llvm/llvm-project/commit/8c31b1214dd194f71a17a2457784699bb320f802.diff
LOG: [TySan](test-only) Mark ubsan-tysan test as unsupported for now (#169934)
Added:
Modified:
compiler-rt/test/ubsan/TestCases/Misc/Posix/print_stack_trace.cpp
Removed:
################################################################################
diff --git a/compiler-rt/test/ubsan/TestCases/Misc/Posix/print_stack_trace.cpp b/compiler-rt/test/ubsan/TestCases/Misc/Posix/print_stack_trace.cpp
index 2eac710d98085..c5c8eb7853458 100644
--- a/compiler-rt/test/ubsan/TestCases/Misc/Posix/print_stack_trace.cpp
+++ b/compiler-rt/test/ubsan/TestCases/Misc/Posix/print_stack_trace.cpp
@@ -4,6 +4,9 @@
// This test is temporarily disabled due to broken unwinding on ARM.
// UNSUPPORTED: target={{.*-linux-.*}}
+// Temporarily unsupporting on TySan until interfaces are implemented
+// UNSUPPORTED: ubsan-tysan
+
// The test doesn't pass on Darwin in UBSan-TSan configuration, because TSan is
// using the slow unwinder which is not supported on Darwin. The test should
// be universal after landing of https://reviews.llvm.org/D32806.
More information about the llvm-commits
mailing list