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:
Sergei Trofimovich 2022-09-02 07:34:03 +01:00 committed by GitHub
commit 9ed722436a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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