We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 318236d commit 8c31b12Copy full SHA for 8c31b12
compiler-rt/test/ubsan/TestCases/Misc/Posix/print_stack_trace.cpp
@@ -4,6 +4,9 @@
4
// This test is temporarily disabled due to broken unwinding on ARM.
5
// UNSUPPORTED: target={{.*-linux-.*}}
6
7
+// Temporarily unsupporting on TySan until interfaces are implemented
8
+// UNSUPPORTED: ubsan-tysan
9
+
10
// The test doesn't pass on Darwin in UBSan-TSan configuration, because TSan is
11
// using the slow unwinder which is not supported on Darwin. The test should
12
// be universal after landing of https://reviews.llvm.org/D32806.
0 commit comments