[compiler-rt] Mark ubsan-tysan test as unsupported for now (PR #169934)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 28 08:19:13 PST 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-compiler-rt-sanitizer
Author: Matthew Nagy (gbMattN)
<details>
<summary>Changes</summary>
---
Full diff: https://github.com/llvm/llvm-project/pull/169934.diff
1 Files Affected:
- (modified) compiler-rt/test/ubsan/TestCases/Misc/Posix/print_stack_trace.cpp (+3)
``````````diff
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.
``````````
</details>
https://github.com/llvm/llvm-project/pull/169934
More information about the llvm-commits
mailing list