summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Shlyapnikov <alekseys@google.com>2018-06-08 00:56:49 +0000
committerAlex Shlyapnikov <alekseys@google.com>2018-06-08 00:56:49 +0000
commit487ffa731f7ad67612abce33f21b188d08c649cb (patch)
treec99fc55ab1f0375becfde2b6e82bb3ef0e97cc70
parent9ed0bcd685f922cd96b7929d9bfa000391571fc1 (diff)
[HWASan] Disable allocator_returns_null.cc test on Android.
Disable test added in D47798 on Android and investigate why "new" behaves differently there. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@334255 91177308-0d34-0410-b5e6-96231b3b80d8
-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>