summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>