Skip to content

Commit 97febb1

Browse files
[LLD][PowerPC][test] Disable ELF/ppc64-pcrel-long-branch-error.s
Following 0becc27, `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).
1 parent b904324 commit 97febb1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lld/test/ELF/ppc64-pcrel-long-branch-error.s

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## The test as-is needs a large heap size.
2+
## Disabled until we know how to check for that prerequisite.
3+
# UNSUPPORTED: ppc
4+
15
# REQUIRES: ppc
26
# RUN: echo 'SECTIONS { \
37
# RUN: .text_low 0x2000: { *(.text_low) } \

0 commit comments

Comments
 (0)