aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/hwasan/TestCases/allocator_returns_null.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/hwasan/TestCases/allocator_returns_null.cc b/test/hwasan/TestCases/allocator_returns_null.cc
index a5ba7b39f..8d2ef38d4 100644
--- a/test/hwasan/TestCases/allocator_returns_null.cc
+++ b/test/hwasan/TestCases/allocator_returns_null.cc
@@ -37,6 +37,9 @@
// REQUIRES: stable-runtime
+// TODO(alekseyshl): Fix it.
+// UNSUPPORTED: android
+
#include <assert.h>
#include <errno.h>
#include <stdio.h>