[all-commits] [llvm/llvm-project] 97febb: [LLD][PowerPC][test] Disable ELF/ppc64-pcrel-long-...
Hubert Tong via All-commits
all-commits at lists.llvm.org
Fri Aug 28 21:10:47 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 97febb139dc45b67a3896266697ea1e1b1d9950c
https://github.com/llvm/llvm-project/commit/97febb139dc45b67a3896266697ea1e1b1d9950c
Author: Hubert Tong <hubert.reinterpretcast at gmail.com>
Date: 2020-08-29 (Sat, 29 Aug 2020)
Changed paths:
M lld/test/ELF/ppc64-pcrel-long-branch-error.s
Log Message:
-----------
[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).
More information about the All-commits
mailing list