Skip to content

Commit 0a621d3

Browse files
committed
[sanitizer] Disable test on Android
readelf needs access to the actual compiled binary, but it's replaced by a wrapper script.
1 parent 6ce7b2f commit 0a621d3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

compiler-rt/test/sanitizer_common/TestCases/Linux/symbolize_stack_fp.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
// RUN: llvm-readelf -S %t | FileCheck %s --check-prefix=SEC
55
// RUN: %run %t 2>&1 | FileCheck %s
66

7+
// On android %t is a wrapper python script so llvm-readelf will fail.
8+
// UNSUPPORTED: android
9+
710
/// No .eh_frame && -g => .debug_frame
811
// SEC: .debug_frame
912

0 commit comments

Comments
 (0)