[ASan] Disable allocator_oom_test.cc on s390

Summary:
ASan shadow memory on s390 is larger than other configurations, let's
disable this test for now (will revisit it later).

Reviewers: eugenis

Subscribers: kubamracek, llvm-commits

Differential Revision: https://reviews.llvm.org/D34414

llvm-svn: 305822
This commit is contained in:
Alex Shlyapnikov 2017-06-20 19:16:41 +00:00
parent ff3f912e74
commit a26d10802b
1 changed files with 3 additions and 0 deletions

View File

@ -28,6 +28,9 @@
// RUN: %env_asan_opts=allocator_may_return_null=1 %run %t realloc-after-malloc 2>&1 \
// RUN: | FileCheck %s --check-prefixes=CHECK-MALLOC-REALLOC,CHECK-NULL
// ASan shadow memory on s390 is too large for this test.
// UNSUPPORTED: s390
#include <stdlib.h>
#include <string.h>
#include <stdio.h>