From 97febb139dc45b67a3896266697ea1e1b1d9950c Mon Sep 17 00:00:00 2001 From: Hubert Tong Date: Sat, 29 Aug 2020 00:08:52 -0400 Subject: [PATCH] [LLD][PowerPC][test] Disable ELF/ppc64-pcrel-long-branch-error.s Following 0becc27ebfec, `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). --- lld/test/ELF/ppc64-pcrel-long-branch-error.s | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lld/test/ELF/ppc64-pcrel-long-branch-error.s b/lld/test/ELF/ppc64-pcrel-long-branch-error.s index 43db708..b990490 100644 --- a/lld/test/ELF/ppc64-pcrel-long-branch-error.s +++ b/lld/test/ELF/ppc64-pcrel-long-branch-error.s @@ -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) } \ -- 2.7.4