[compiler-rt] 91f0a6a - [asan] Disable test on Android Arm 32bit

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 3 13:16:42 PDT 2021


Author: Vitaly Buka
Date: 2021-11-03T13:12:56-07:00
New Revision: 91f0a6ad4eb11d962b79f62cfdcd6d12751eb4d9

URL: https://github.com/llvm/llvm-project/commit/91f0a6ad4eb11d962b79f62cfdcd6d12751eb4d9
DIFF: https://github.com/llvm/llvm-project/commit/91f0a6ad4eb11d962b79f62cfdcd6d12751eb4d9.diff

LOG: [asan] Disable test on Android Arm 32bit

Caused by D111703.

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/compiler-rt/test/asan/TestCases/intercept-rethrow-exception.cpp b/compiler-rt/test/asan/TestCases/intercept-rethrow-exception.cpp
index 4c549b6ad5c7e..b7272ad71bf52 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 <assert.h>
 #include <exception>
 #include <sanitizer/asan_interface.h>


        


More information about the llvm-commits mailing list