From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C62A31581D3 for ; Sat, 1 Jun 2024 02:04:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F1265E2A1F; Sat, 1 Jun 2024 02:04:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CA20CE2A1F for ; Sat, 1 Jun 2024 02:04:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7BB43335DEB for ; Sat, 1 Jun 2024 02:04:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B84B6148D for ; Sat, 1 Jun 2024 02:04:38 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1717207437.af1ccd55949e5ba8d28cd3ab91e9968a8dc621fc.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/diffoscope/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/diffoscope/diffoscope-268.ebuild X-VCS-Directories: dev-util/diffoscope/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: af1ccd55949e5ba8d28cd3ab91e9968a8dc621fc X-VCS-Branch: master Date: Sat, 1 Jun 2024 02:04:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 42fbd42c-dc4b-4940-873a-fa462428ae68 X-Archives-Hash: 83c100de2ab065b16987eb8d6e9657d3 commit: af1ccd55949e5ba8d28cd3ab91e9968a8dc621fc Author: Sam James gentoo org> AuthorDate: Sat Jun 1 02:03:57 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jun 1 02:03:57 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af1ccd55 dev-util/diffoscope: skip known-failing tests w/ perl-5.40 Reported upstream. Bug: https://salsa.debian.org/reproducible-builds/diffoscope/-/issues/377 Signed-off-by: Sam James gentoo.org> dev-util/diffoscope/diffoscope-268.ebuild | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/dev-util/diffoscope/diffoscope-268.ebuild b/dev-util/diffoscope/diffoscope-268.ebuild index 52ae1402efb9..e4e8cd71bdcc 100644 --- a/dev-util/diffoscope/diffoscope-268.ebuild +++ b/dev-util/diffoscope/diffoscope-268.ebuild @@ -123,6 +123,13 @@ EPYTEST_DESELECT=( # Fails on (unreleased) LLVM 16 with minor difference #tests/comparators/test_macho.py::test_llvm_diff #tests/comparators/test_elf.py::test_libmix_differences + + # Fails with perl-5.40 + # https://salsa.debian.org/reproducible-builds/diffoscope/-/issues/377 + tests/comparators/test_epub.py::test_differences + tests/comparators/test_zip.py::test_metadata + tests/comparators/test_zip.py::test_extra_fields + tests/comparators/test_zip.py::test_commented ) distutils_enable_tests pytest