From 487ffa731f7ad67612abce33f21b188d08c649cb Mon Sep 17 00:00:00 2001 From: Alex Shlyapnikov Date: Fri, 8 Jun 2018 00:56:49 +0000 Subject: [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 --- test/hwasan/TestCases/allocator_returns_null.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test') 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 #include #include -- cgit v1.2.3