aboutsummaryrefslogtreecommitdiff
path: root/test/asan/TestCases/malloc-no-intercept.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/asan/TestCases/malloc-no-intercept.c')
-rw-r--r--test/asan/TestCases/malloc-no-intercept.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/asan/TestCases/malloc-no-intercept.c b/test/asan/TestCases/malloc-no-intercept.c
index 563f2ab15691..c1442e6cfa90 100644
--- a/test/asan/TestCases/malloc-no-intercept.c
+++ b/test/asan/TestCases/malloc-no-intercept.c
@@ -7,6 +7,9 @@
// RUN: not %clang_asan -Dtestfunc=pvalloc %s -o %t
// RUN: not %clang_asan -Dtestfunc=cfree %s -o %t
+// Conflicts with BIONIC declarations.
+// UNSUPPORTED: android
+
#include <stdlib.h>
// For glibc, cause link failures by referencing a nonexistent function.