mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
dmd: disable whitespace-sensitive tests for binutils-2.39
Without the change two tests fail on `binutils-2.39` due to whitespace change in `objdump` output as: FAILED targets: - runnable/cdvecfill.sh - compilable/cdcmp.d Let's disable the tests until they are fixed upstream: https://issues.dlang.org/show_bug.cgi?id=23317
This commit is contained in:
parent
bd6f890133
commit
ca4361d5de
1 changed files with 5 additions and 0 deletions
|
@ -84,6 +84,11 @@ stdenv.mkDerivation rec {
|
|||
postPatch =
|
||||
''
|
||||
patchShebangs .
|
||||
|
||||
# Disable tests that rely on objdump whitespace until fixed upstream:
|
||||
# https://issues.dlang.org/show_bug.cgi?id=23317
|
||||
rm dmd/test/runnable/cdvecfill.sh
|
||||
rm dmd/test/compilable/cdcmp.d
|
||||
''
|
||||
|
||||
# This one has tested against a hardcoded year, then against a current year on
|
||||
|
|
Loading…
Reference in a new issue