From 625108084a3ec7c19c7745004c5af0ed7aa417a9 Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Fri, 1 Sep 2017 16:29:15 +0000 Subject: [PATCH] Vendor import of compiler-rt release_50 branch r312293: https://llvm.org/svn/llvm-project/compiler-rt/branches/release_50@312293 --- test/asan/TestCases/Linux/allocator_oom_test.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/asan/TestCases/Linux/allocator_oom_test.cc b/test/asan/TestCases/Linux/allocator_oom_test.cc index 33b6677de7d..f94475f9b78 100644 --- a/test/asan/TestCases/Linux/allocator_oom_test.cc +++ b/test/asan/TestCases/Linux/allocator_oom_test.cc @@ -29,8 +29,9 @@ // RUN: | FileCheck %s --check-prefixes=CHECK-MALLOC-REALLOC,CHECK-NULL // ASan shadow memory on s390 is too large for this test. +// AArch64 bots fail on this test. // TODO(alekseys): Android lit do not run ulimit on device. -// UNSUPPORTED: s390,android +// UNSUPPORTED: s390,android,arm,aarch64 #include #include