Merge pull request #189087 from trofi/dmd-fix-for-binutils-2.39
dmd: disable whitespace-sensitive tests for binutils-2.39
This commit is contained in:
commit
9ed722436a
@ -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 New Issue
Block a user