Skip to content

Commit 27b0927

Browse files
[ubsan]: temporarily disable print_stack_trace.cc test
Some problems with ARM stack unwinding led to inaccurate stack traces being printed, which caused this test to fail on http://lab.llvm.org:8011/builders/clang-cmake-thumbv7-a15-full-sh llvm-svn: 302239
1 parent 1c42d13 commit 27b0927

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

compiler-rt/test/ubsan/TestCases/Misc/Linux/print_stack_trace.cc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
// 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
22
// 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
33

4+
// This test is temporarily disabled due to broken unwinding on ARM.
5+
// UNSUPPORTED: -linux-
6+
47
// The test doesn't pass on Darwin in UBSan-TSan configuration, because TSan is
58
// using the slow unwinder which is not supported on Darwin. The test should
69
// be universal after landing of https://reviews.llvm.org/D32806.

0 commit comments

Comments
 (0)