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 4C23415808E for ; Wed, 27 Apr 2022 15:55:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 53331E0823; Wed, 27 Apr 2022 15:55:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 2D804E0823 for ; Wed, 27 Apr 2022 15:55:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 234673416D2 for ; Wed, 27 Apr 2022 15:55:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 84E9B35A for ; Wed, 27 Apr 2022 15:55:33 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1651074848.62419f9179e0d69dc513ac4e02e62e10ff3b98cd.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lisp/asdf/files/, dev-lisp/asdf/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lisp/asdf/asdf-3.3.5.ebuild dev-lisp/asdf/files/asdf-3.3.5-test-utilities.patch X-VCS-Directories: dev-lisp/asdf/files/ dev-lisp/asdf/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 62419f9179e0d69dc513ac4e02e62e10ff3b98cd X-VCS-Branch: master Date: Wed, 27 Apr 2022 15:55:33 +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: aaf35afc-c954-43bc-a7e1-891ea7dba75c X-Archives-Hash: 63902da761e883a3a9f8475fe92838b3 commit: 62419f9179e0d69dc513ac4e02e62e10ff3b98cd Author: Raymond Wong pm me> AuthorDate: Wed Apr 27 15:14:13 2022 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Wed Apr 27 15:54:08 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62419f91 dev-lisp/asdf: Fix "test-utilities.script" test Patch is already done upstream, drop on next version bump. Closes: https://bugs.gentoo.org/841335 Signed-off-by: Raymond Wong pm.me> Closes: https://github.com/gentoo/gentoo/pull/25226 Signed-off-by: Jakov Smolić gentoo.org> dev-lisp/asdf/asdf-3.3.5.ebuild | 5 ++++ .../asdf/files/asdf-3.3.5-test-utilities.patch | 27 ++++++++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/dev-lisp/asdf/asdf-3.3.5.ebuild b/dev-lisp/asdf/asdf-3.3.5.ebuild index b1153ce7066e..f33fc8a4e2a2 100644 --- a/dev-lisp/asdf/asdf-3.3.5.ebuild +++ b/dev-lisp/asdf/asdf-3.3.5.ebuild @@ -22,6 +22,11 @@ DEPEND="!dev-lisp/cl-${PN} PDEPEND="virtual/commonlisp ~dev-lisp/uiop-${PV}" +PATCHES=( + # bug 841335, drop on next version bump + "${FILESDIR}"/${PN}-3.3.5-test-utilities.patch +) + install_docs() { ( cd doc || die diff --git a/dev-lisp/asdf/files/asdf-3.3.5-test-utilities.patch b/dev-lisp/asdf/files/asdf-3.3.5-test-utilities.patch new file mode 100644 index 000000000000..d8529d16823d --- /dev/null +++ b/dev-lisp/asdf/files/asdf-3.3.5-test-utilities.patch @@ -0,0 +1,27 @@ +https://bugs.gentoo.org/841335 +Taken from https://github.com/roswell/asdf/commit/fd289d99d1c76601fb310f8ca26a48f807337c8d + +From fd289d99d1c76601fb310f8ca26a48f807337c8d Mon Sep 17 00:00:00 2001 +From: "Robert P. Goldman" +Date: Fri, 2 Jul 2021 15:57:34 -0500 +Subject: [PATCH] Fix garbled test. + +By accident a bad test slipped into a commit: this was due to my not +understanding how `with-expected-failure` works. +--- + test/test-utilities.script | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/test/test-utilities.script b/test/test-utilities.script +index 09a03347..b1e00fa5 100644 +--- a/test/test-utilities.script ++++ b/test/test-utilities.script +@@ -342,7 +342,7 @@ + ;; (assert (directory-exists-p oddball-pathname)) + ;; (pathname oddball-namestring) + ;; (assert-equal nil (uiop:subdirectories oddball-namestring)) +-(with-expected-failure ("UIOP:SUBDIRECTORIES does not handle non-standard pathnames.") ++(with-expected-failure (#+(or sbcl cmucl) t) + (assert-equal nil (uiop:subdirectories "/[foo"))) + + (DBG "check to make sure WITH-CURRENT-DIRECTORY checks its parameter for directory pathname")