diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2017-09-01 16:29:15 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2017-09-01 16:29:15 +0000 |
commit | 625108084a3ec7c19c7745004c5af0ed7aa417a9 (patch) | |
tree | 1bbd576be3e91a161c9e73d7ca728b4f3cd2caf7 | |
parent | 965351a4eb4834d918700213220407ee47e30f67 (diff) |
Vendor import of compiler-rt release_50 branch r312293:vendor/compiler-rt/compiler-rt-release_501-r320880vendor/compiler-rt/compiler-rt-release_500-r312559vendor/compiler-rt/compiler-rt-release_50-r319231vendor/compiler-rt/compiler-rt-release_50-r312293
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.cc | 3 |
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> |