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 349B5158089 for ; Tue, 14 Nov 2023 20:16:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7E0CC2BC014; Tue, 14 Nov 2023 20:16:38 +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 648182BC014 for ; Tue, 14 Nov 2023 20:16:38 +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 74446335D7D for ; Tue, 14 Nov 2023 20:16:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E980FAAB for ; Tue, 14 Nov 2023 20:16:35 +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: <1699992982.f817ee658e2017bcbdc7f7e5af5c3d0653910f07.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kcoreaddons/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/kcoreaddons/kcoreaddons-5.112.0.ebuild X-VCS-Directories: kde-frameworks/kcoreaddons/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f817ee658e2017bcbdc7f7e5af5c3d0653910f07 X-VCS-Branch: master Date: Tue, 14 Nov 2023 20:16:35 +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: 8b78f3ea-7194-46eb-bc1a-7c0c963b7639 X-Archives-Hash: 858ec5556e0ff2d2ce2e48bf1e125b4c commit: f817ee658e2017bcbdc7f7e5af5c3d0653910f07 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Nov 14 20:10:22 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Nov 14 20:16:22 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f817ee65 kde-frameworks/kcoreaddons: Disable newly failing kpluginloadertest It all of a sudden fails the same for 5.110.0, so the reason lies not within the package itself. Bug: https://bugs.gentoo.org/917244 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kcoreaddons/kcoreaddons-5.112.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-frameworks/kcoreaddons/kcoreaddons-5.112.0.ebuild b/kde-frameworks/kcoreaddons/kcoreaddons-5.112.0.ebuild index 8e5dfc25b19c..bf1fbc51317d 100644 --- a/kde-frameworks/kcoreaddons/kcoreaddons-5.112.0.ebuild +++ b/kde-frameworks/kcoreaddons/kcoreaddons-5.112.0.ebuild @@ -34,10 +34,10 @@ src_configure() { } src_test() { - # bugs: 619656, 632398, 647414, 665682 + # bugs: 619656, 632398, 647414, 665682, 917244 (fails upstream as well) local myctestargs=( -j1 - -E "(kautosavefiletest|kdirwatch_qfswatch_unittest|kdirwatch_stat_unittest|kformattest)" + -E "(kautosavefiletest|kdirwatch_qfswatch_unittest|kdirwatch_stat_unittest|kformattest|kpluginloadertest)" ) ecm_src_test