Skip to content

Commit

Permalink
[PowerPC] Mark allocator_oom_test.cpp unsupported on PowerPC
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Ahsan Saghir committed Jul 28, 2020
1 parent 3fb13b8 commit 811828a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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>
Expand Down

0 comments on commit 811828a

Please sign in to comment.