aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2017-09-01 16:29:15 +0000
committerDimitry Andric <dim@FreeBSD.org>2017-09-01 16:29:15 +0000
commit625108084a3ec7c19c7745004c5af0ed7aa417a9 (patch)
tree1bbd576be3e91a161c9e73d7ca728b4f3cd2caf7
parent965351a4eb4834d918700213220407ee47e30f67 (diff)
downloadsrc-625108084a3ec7c19c7745004c5af0ed7aa417a9.tar.gz
src-625108084a3ec7c19c7745004c5af0ed7aa417a9.zip
Notes
Notes: svn path=/vendor/compiler-rt/dist/; revision=323092 svn path=/vendor/compiler-rt/compiler-rt-release_501-r320880/; revision=326903; tag=vendor/compiler-rt/compiler-rt-release_501-r320880
-rw-r--r--test/asan/TestCases/Linux/allocator_oom_test.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/asan/TestCases/Linux/allocator_oom_test.cc b/test/asan/TestCases/Linux/allocator_oom_test.cc
index 33b6677de7d6..f94475f9b780 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 <stdlib.h>
#include <string.h>