From 9ae672ddea7aca398b7f9614d0ccf9aa183dbe96 Mon Sep 17 00:00:00 2001 From: gbMattN Date: Fri, 28 Nov 2025 16:16:32 +0000 Subject: [PATCH] Mark ubsan-tysan test as unsupported for now --- .../test/ubsan/TestCases/Misc/Posix/print_stack_trace.cpp | 3 +++ 1 file changed, 3 insertions(+) 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.