[compiler-rt] Mark ubsan-tysan test as unsupported for now (PR #169934)
Matthew Nagy via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 28 08:18:36 PST 2025
https://github.com/gbMattN created https://github.com/llvm/llvm-project/pull/169934
None
>From 9ae672ddea7aca398b7f9614d0ccf9aa183dbe96 Mon Sep 17 00:00:00 2001
From: gbMattN <matthew.nagy at sony.com>
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.
More information about the llvm-commits
mailing list