[compiler-rt] 9f52605 - [ubsan][test] Unsupport Android for new test diag-stacktrace.cpp

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 12 12:55:52 PDT 2022


Author: Fangrui Song
Date: 2022-04-12T12:55:44-07:00
New Revision: 9f526057d649fe6d1e7cc7a52706aab5a3e34575

URL: https://github.com/llvm/llvm-project/commit/9f526057d649fe6d1e7cc7a52706aab5a3e34575
DIFF: https://github.com/llvm/llvm-project/commit/9f526057d649fe6d1e7cc7a52706aab5a3e34575.diff

LOG: [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.

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/compiler-rt/test/ubsan/TestCases/Misc/Linux/diag-stacktrace.cpp b/compiler-rt/test/ubsan/TestCases/Misc/Linux/diag-stacktrace.cpp
index 02e7a3d9c12ef..8ccc080200119 100644
--- a/compiler-rt/test/ubsan/TestCases/Misc/Linux/diag-stacktrace.cpp
+++ b/compiler-rt/test/ubsan/TestCases/Misc/Linux/diag-stacktrace.cpp
@@ -1,5 +1,6 @@
 /// Fast unwinder does not work with Thumb code
 // UNSUPPORTED: thumb
+// UNSUPPORTED: android
 
 // RUN: %clangxx -fsanitize=return %gmlt -O2 -fno-omit-frame-pointer -fasynchronous-unwind-tables %s -o %t
 // RUN: %env_ubsan_opts=print_stacktrace=1:fast_unwind_on_fatal=0 not %run %t 2>&1 | FileCheck %s


        


More information about the llvm-commits mailing list