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 F3EBC15802E for ; Mon, 1 Jul 2024 22:07:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3802CE2AD3; Mon, 1 Jul 2024 22:07:12 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1A798E2AD3 for ; Mon, 1 Jul 2024 22:07:12 +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 31CF433BE9F for ; Mon, 1 Jul 2024 22:07:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C059015F7 for ; Mon, 1 Jul 2024 22:07:09 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1719871437.816b3595ed9ac37397ad63671d93d5ee2b3bebbe.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/ark/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/ark/ark-24.05.49.9999.ebuild X-VCS-Directories: kde-apps/ark/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 816b3595ed9ac37397ad63671d93d5ee2b3bebbe X-VCS-Branch: master Date: Mon, 1 Jul 2024 22:07:09 +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: c52b68a0-ce3c-4e73-a55a-9727c4a5ddf7 X-Archives-Hash: 1b8f5ae2a5796d20fe19ad2d68af542d commit: 816b3595ed9ac37397ad63671d93d5ee2b3bebbe Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Jun 24 17:26:00 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Jul 1 22:03:57 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=816b3595 kde-apps/ark: Disable kerfuffle-extracttest Closes: https://bugs.gentoo.org/932499 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/ark/ark-24.05.49.9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kde-apps/ark/ark-24.05.49.9999.ebuild b/kde-apps/ark/ark-24.05.49.9999.ebuild index 1dd004725c..def7d45812 100644 --- a/kde-apps/ark/ark-24.05.49.9999.ebuild +++ b/kde-apps/ark/ark-24.05.49.9999.ebuild @@ -62,7 +62,8 @@ src_test() { local myctestargs=( # bug 822177: kerfuffle-addtoarchivetest: may segfault or hang indefinitely # bug 827840: plugins-clirartest: continuously broken with translations installed - -E "(kerfuffle-addtoarchivetest|plugins-clirartest)" + # bug 932499: kerfuffle-extracttest: failing upstream and disabled in 24.05.2 + -E "(kerfuffle-addtoarchivetest|plugins-clirartest|kerfuffle-extracttest)" ) ecm_src_test