summaryrefslogtreecommitdiff
path: root/test/asan
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2017-08-24 17:00:36 +0000
committerHans Wennborg <hans@hanshq.net>2017-08-24 17:00:36 +0000
commit9501638798e3cd2f30f8ed09818c8382100e6b04 (patch)
tree37502ae5f20b6246173f07361d08b252bcff1b7f /test/asan
parent6c8e0272792ff33e494ab3ea0e3c264e1d2abadf (diff)
Mark allocator_oom_test.cc unsupported on arm & aarch64 (PR33972)
The buildbots don't seem to like it. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@311674 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/asan')
-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 33b6677de..f94475f9b 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>