summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--compiler-rt/test/asan/TestCases/Posix/bcmp_test.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler-rt/test/asan/TestCases/Posix/bcmp_test.cc b/compiler-rt/test/asan/TestCases/Posix/bcmp_test.cc
index 0699283ed39..cd96604779c 100644
--- a/compiler-rt/test/asan/TestCases/Posix/bcmp_test.cc
+++ b/compiler-rt/test/asan/TestCases/Posix/bcmp_test.cc
@@ -4,6 +4,7 @@
// RUN: %clangxx_asan -O3 %s -o %t && not %run %t 2>&1 | FileCheck %s
// REQUIRES: compiler-rt-optimized
+// UNSUPPORTED: android
#include <string.h>
int main(int argc, char **argv) {
OpenPOWER on IntegriCloud