From 91f0a6ad4eb11d962b79f62cfdcd6d12751eb4d9 Mon Sep 17 00:00:00 2001 From: Vitaly Buka Date: Wed, 3 Nov 2021 13:11:05 -0700 Subject: [PATCH] [asan] Disable test on Android Arm 32bit Caused by D111703. --- compiler-rt/test/asan/TestCases/intercept-rethrow-exception.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/compiler-rt/test/asan/TestCases/intercept-rethrow-exception.cpp b/compiler-rt/test/asan/TestCases/intercept-rethrow-exception.cpp index 4c549b6..b7272ad 100644 --- a/compiler-rt/test/asan/TestCases/intercept-rethrow-exception.cpp +++ b/compiler-rt/test/asan/TestCases/intercept-rethrow-exception.cpp @@ -12,6 +12,9 @@ // FIXME: Bug 42703 // XFAIL: solaris +// https://reviews.llvm.org/D111703 made compiler incompatible with released NDK. +// UNSUPPORTED: android && arm-target-arch + #include #include #include -- 2.7.4