summaryrefslogtreecommitdiff
path: root/test/asan
diff options
context:
space:
mode:
authorVitaly Buka <vitalybuka@google.com>2017-06-30 23:47:03 +0000
committerVitaly Buka <vitalybuka@google.com>2017-06-30 23:47:03 +0000
commitdfa9d55abc855ea66209238471591265230b0ffe (patch)
tree5ac4da8199a4a9341c75b0a496b24385c05375ed /test/asan
parent598fa11c9960fa8f548554601b79cfab4b6a1d08 (diff)
[asan] Disable test which fails on Android x86
Other Android CPUs probably pass just by luck as ulimit was not executed. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@306914 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 4c696f325..33b6677de 100644
--- a/test/asan/TestCases/Linux/allocator_oom_test.cc
+++ b/test/asan/TestCases/Linux/allocator_oom_test.cc
@@ -29,7 +29,8 @@
// RUN: | FileCheck %s --check-prefixes=CHECK-MALLOC-REALLOC,CHECK-NULL
// ASan shadow memory on s390 is too large for this test.
-// UNSUPPORTED: s390
+// TODO(alekseys): Android lit do not run ulimit on device.
+// UNSUPPORTED: s390,android
#include <stdlib.h>
#include <string.h>