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 1c42d13 commit 27b0927Copy full SHA for 27b0927
compiler-rt/test/ubsan/TestCases/Misc/Linux/print_stack_trace.cc
@@ -1,6 +1,9 @@
1
// RUN: %clangxx -fsanitize=undefined -O0 %s -o %t && UBSAN_OPTIONS=stack_trace_format=DEFAULT:fast_unwind_on_fatal=1 %run %t 2>&1 | FileCheck %s
2
// RUN: %clangxx -fsanitize=undefined -O0 %s -o %t && UBSAN_OPTIONS=stack_trace_format=DEFAULT:fast_unwind_on_fatal=0 %run %t 2>&1 | FileCheck %s
3
4
+// This test is temporarily disabled due to broken unwinding on ARM.
5
+// UNSUPPORTED: -linux-
6
+
7
// The test doesn't pass on Darwin in UBSan-TSan configuration, because TSan is
8
// using the slow unwinder which is not supported on Darwin. The test should
9
// be universal after landing of https://reviews.llvm.org/D32806.
0 commit comments