Skip to content

Commit 8c31b12

Browse files
authored
[TySan](test-only) Mark ubsan-tysan test as unsupported for now (#169934)
1 parent 318236d commit 8c31b12

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

compiler-rt/test/ubsan/TestCases/Misc/Posix/print_stack_trace.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
// This test is temporarily disabled due to broken unwinding on ARM.
55
// UNSUPPORTED: target={{.*-linux-.*}}
66

7+
// Temporarily unsupporting on TySan until interfaces are implemented
8+
// UNSUPPORTED: ubsan-tysan
9+
710
// The test doesn't pass on Darwin in UBSan-TSan configuration, because TSan is
811
// using the slow unwinder which is not supported on Darwin. The test should
912
// be universal after landing of https://reviews.llvm.org/D32806.

0 commit comments

Comments
 (0)