Skip to content

Commit 9f52605

Browse files
committed
[ubsan][test] Unsupport Android for new test diag-stacktrace.cpp
https://reviews.llvm.org/D123562#3446485 reported that the test failed on arm-linux-android.
1 parent 7443a50 commit 9f52605

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler-rt/test/ubsan/TestCases/Misc/Linux/diag-stacktrace.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/// Fast unwinder does not work with Thumb code
22
// UNSUPPORTED: thumb
3+
// UNSUPPORTED: android
34

45
// RUN: %clangxx -fsanitize=return %gmlt -O2 -fno-omit-frame-pointer -fasynchronous-unwind-tables %s -o %t
56
// RUN: %env_ubsan_opts=print_stacktrace=1:fast_unwind_on_fatal=0 not %run %t 2>&1 | FileCheck %s

0 commit comments

Comments
 (0)