Skip to content

Commit 91f0a6a

Browse files
committed
[asan] Disable test on Android Arm 32bit
Caused by D111703.
1 parent 52d813e commit 91f0a6a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

compiler-rt/test/asan/TestCases/intercept-rethrow-exception.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
// FIXME: Bug 42703
1313
// XFAIL: solaris
1414

15+
// https://reviews.llvm.org/D111703 made compiler incompatible with released NDK.
16+
// UNSUPPORTED: android && arm-target-arch
17+
1518
#include <assert.h>
1619
#include <exception>
1720
#include <sanitizer/asan_interface.h>

0 commit comments

Comments
 (0)