[asan] Disable test which fails on Android x86

Other Android CPUs probably pass just by luck as ulimit was not executed.

llvm-svn: 306914
This commit is contained in:
Vitaly Buka 2017-06-30 23:47:03 +00:00
parent e6860e61f3
commit c1c17833ff
1 changed files with 2 additions and 1 deletions

View 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>