[PowerPC] Mark allocator_oom_test.cpp unsupported on PowerPC

This patch marks compiler-rt/test/asan/TestCases/Linux/allocator_oom_test.cpp
unsupported on PowerPC 64bit-LE architecture since this test fails when run
on a machine with larger system memory.

Reviewed By: #powerpc, nemanjai

Differential Revision: https://reviews.llvm.org/D84786
This commit is contained in:
Ahsan Saghir 2020-07-28 13:29:25 -05:00
parent 3fb13b8484
commit 811828a01d
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
// AArch64 bots fail on this test.
// TODO(alekseys): Android lit do not run ulimit on device.
// REQUIRES: shadow-scale-3
// UNSUPPORTED: s390,android,aarch64
// UNSUPPORTED: s390,android,aarch64,powerpc64le
#include <stdlib.h>
#include <string.h>