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

Hubert Tong via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 28 21:10:39 PDT 2020


Author: Hubert Tong
Date: 2020-08-29T00:08:52-04:00
New Revision: 97febb139dc45b67a3896266697ea1e1b1d9950c

URL: https://github.com/llvm/llvm-project/commit/97febb139dc45b67a3896266697ea1e1b1d9950c
DIFF: https://github.com/llvm/llvm-project/commit/97febb139dc45b67a3896266697ea1e1b1d9950c.diff

LOG: [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).

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/lld/test/ELF/ppc64-pcrel-long-branch-error.s b/lld/test/ELF/ppc64-pcrel-long-branch-error.s
index 43db7081561f..b9904909742d 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) } \


        


More information about the llvm-commits mailing list