[LLD][PowerPC][test] Disable ELF/ppc64-pcrel-long-branch-error.s

Following 0becc27ebf, `ppc64-pcrel-long-branch-error.s` fails in some
environments with out-of-memory errors associated with buffering the
output in-memory. Since the alternative of writing to an allocated file
is also known to cause problems, we will disable the test
unconditionally (pending a mechanism to disable the test selectively).
This commit is contained in:
Hubert Tong 2020-08-29 00:08:52 -04:00
parent b904324788
commit 97febb139d
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
## The test as-is needs a large heap size.
## Disabled until we know how to check for that prerequisite.
# UNSUPPORTED: ppc
# REQUIRES: ppc
# RUN: echo 'SECTIONS { \
# RUN: .text_low 0x2000: { *(.text_low) } \