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 B7A7D158041 for ; Tue, 19 Mar 2024 20:51:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4FDAAE29B8; Tue, 19 Mar 2024 20:50:58 +0000 (UTC) Received: from smtp.gentoo.org (dev.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 264B7E29B8 for ; Tue, 19 Mar 2024 20:50:58 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 63C5C33BEEE for ; Tue, 19 Mar 2024 20:50:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9B1BF158D for ; Tue, 19 Mar 2024 20:50:54 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1710881134.4217dbbe01a264196b0b693e4de1ffb306b80d6c.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-gap/polycyclic/, dev-gap/polycyclic/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-gap/polycyclic/files/polycyclic-2.16-failing-test.patch dev-gap/polycyclic/polycyclic-2.16.ebuild X-VCS-Directories: dev-gap/polycyclic/ dev-gap/polycyclic/files/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: 4217dbbe01a264196b0b693e4de1ffb306b80d6c X-VCS-Branch: master Date: Tue, 19 Mar 2024 20:50:54 +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: 6dd8ff6f-7861-4998-b94b-9aaa9b3ba950 X-Archives-Hash: 279be97e64c1dac4426849b34a279d23 commit: 4217dbbe01a264196b0b693e4de1ffb306b80d6c Author: Michael Orlitzky gentoo org> AuthorDate: Tue Mar 19 20:43:39 2024 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Tue Mar 19 20:45:34 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4217dbbe dev-gap/polycyclic: patch out a failing test Upstream has already recommended that we disable the test suite for this package, so we may be on our own here, but this one is again easy to patch out and the rest of the test suite passes. Signed-off-by: Michael Orlitzky gentoo.org> .../files/polycyclic-2.16-failing-test.patch | 28 ++++++++++++++++++++++ dev-gap/polycyclic/polycyclic-2.16.ebuild | 6 ++++- 2 files changed, 33 insertions(+), 1 deletion(-) diff --git a/dev-gap/polycyclic/files/polycyclic-2.16-failing-test.patch b/dev-gap/polycyclic/files/polycyclic-2.16-failing-test.patch new file mode 100644 index 000000000000..015f5668eba4 --- /dev/null +++ b/dev-gap/polycyclic/files/polycyclic-2.16-failing-test.patch @@ -0,0 +1,28 @@ +From 019d573ddbade01304f62b9cd07b4e759e21398a Mon Sep 17 00:00:00 2001 +From: Michael Orlitzky +Date: Tue, 19 Mar 2024 16:38:13 -0400 +Subject: [PATCH] tst/bugfix.tst: delete failing test + +https://github.com/gap-packages/polycyclic/issues/89 +--- + tst/bugfix.tst | 4 ---- + 1 file changed, 4 deletions(-) + +diff --git a/tst/bugfix.tst b/tst/bugfix.tst +index 393390e..9293671 100644 +--- a/tst/bugfix.tst ++++ b/tst/bugfix.tst +@@ -58,10 +58,6 @@ gap> NonAbelianTensorSquare(Image(iso*iso1)); + Pcp-group with orders [ 2, 2, 3, 2, 2, 2, 2 ] + + # +-gap> # The problem with the previous example is/was that Igs(G) +-gap> # is set to a non-standard value: +-gap> Igs(G); +-[ g1, g2*g5, g3*g4*g5^2, g4*g5, g5 ] + gap> # Unfortunately, it seems that a lot of code that + gap> # really should be using Ngs or Cgs is using Igs incorrectly. + gap> # For example, direct products could return *invalid* embeddings: +-- +2.43.2 + diff --git a/dev-gap/polycyclic/polycyclic-2.16.ebuild b/dev-gap/polycyclic/polycyclic-2.16.ebuild index a43edbe76df6..ef301edb14d0 100644 --- a/dev-gap/polycyclic/polycyclic-2.16.ebuild +++ b/dev-gap/polycyclic/polycyclic-2.16.ebuild @@ -22,7 +22,11 @@ PDEPEND="dev-gap/alnuth" # into them, upstream recommends disabling it: # # https://github.com/gap-packages/polycyclic/issues/46 +# https://github.com/gap-packages/polycyclic/issues/89 # -PATCHES=( "${FILESDIR}/${P}-hanging-tests.patch" ) +PATCHES=( + "${FILESDIR}/${P}-hanging-tests.patch" + "${FILESDIR}/${P}-failing-test.patch" +) gap-pkg_enable_tests