Skip to content

Commit

Permalink
[asan] Disable test on Android Arm 32bit
Browse files Browse the repository at this point in the history
Caused by D111703.
  • Loading branch information
vitalybuka committed Nov 3, 2021
1 parent 52d813e commit 91f0a6a
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -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>
Expand Down

0 comments on commit 91f0a6a

Please sign in to comment.