[asan] Disable test which fails on Android x86
authorVitaly Buka <vitalybuka@google.com>
Fri, 30 Jun 2017 23:47:03 +0000 (23:47 +0000)
committerVitaly Buka <vitalybuka@google.com>
Fri, 30 Jun 2017 23:47:03 +0000 (23:47 +0000)
Other Android CPUs probably pass just by luck as ulimit was not executed.

llvm-svn: 306914

compiler-rt/test/asan/TestCases/Linux/allocator_oom_test.cc

index 4c696f325803bb9450f1b2a65725106d2db176c9..33b6677de7d69de65953867040f47e770847dbf0 100644 (file)
@@ -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>