From dfa9d55abc855ea66209238471591265230b0ffe Mon Sep 17 00:00:00 2001 From: Vitaly Buka Date: Fri, 30 Jun 2017 23:47:03 +0000 Subject: [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 --- test/asan/TestCases/Linux/allocator_oom_test.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/asan') 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 #include -- cgit v1.2.3