From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id BB3C21582EF for ; Sun, 23 Feb 2025 21:44:02 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id AA98334315A for ; Sun, 23 Feb 2025 21:44:02 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id AC7191102B7; Sun, 23 Feb 2025 21:44:01 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 bobolink.gentoo.org (Postfix) with ESMTPS id A02A51102B7 for ; Sun, 23 Feb 2025 21:44:01 +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 557A3343157 for ; Sun, 23 Feb 2025 21:44:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A6DF62741 for ; Sun, 23 Feb 2025 21:43:59 +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: <1740346879.f2a9a9ea47a6eb77b1cd774d8cb8b08d460f1cbd.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/libksysguard/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/libksysguard/libksysguard-6.2.5.ebuild kde-plasma/libksysguard/libksysguard-6.3.1.ebuild X-VCS-Directories: kde-plasma/libksysguard/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f2a9a9ea47a6eb77b1cd774d8cb8b08d460f1cbd X-VCS-Branch: master Date: Sun, 23 Feb 2025 21:43:59 +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: 7be91b3b-8064-457f-9300-99e57a85a59d X-Archives-Hash: 53b22feb366ebcb77c3934112d3bc081 commit: f2a9a9ea47a6eb77b1cd774d8cb8b08d460f1cbd Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Feb 22 10:13:25 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Feb 23 21:41:19 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2a9a9ea kde-plasma/libksysguard: Disable flaky processtest Bug: https://bugs.gentoo.org/727844 Closes: https://bugs.gentoo.org/949883 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/libksysguard/libksysguard-6.2.5.ebuild | 8 +++++--- kde-plasma/libksysguard/libksysguard-6.3.1.ebuild | 8 +++++--- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/kde-plasma/libksysguard/libksysguard-6.2.5.ebuild b/kde-plasma/libksysguard/libksysguard-6.2.5.ebuild index e4cbd07a80fe..46c156b65600 100644 --- a/kde-plasma/libksysguard/libksysguard-6.2.5.ebuild +++ b/kde-plasma/libksysguard/libksysguard-6.2.5.ebuild @@ -46,9 +46,11 @@ src_configure() { } src_test() { - # bugs 797898, 889942: flaky test - local myctestargs=( - -E "(sensortreemodeltest)" + local CMAKE_SKIP_TESTS=( + # bugs 797898, 889942: flaky test + sensortreemodeltest + # bugs 727844, 949883: flaky test + processtest ) LC_NUMERIC="C" ecm_src_test # bug 695514 } diff --git a/kde-plasma/libksysguard/libksysguard-6.3.1.ebuild b/kde-plasma/libksysguard/libksysguard-6.3.1.ebuild index f3c4f5c10f74..a303e013def4 100644 --- a/kde-plasma/libksysguard/libksysguard-6.3.1.ebuild +++ b/kde-plasma/libksysguard/libksysguard-6.3.1.ebuild @@ -52,9 +52,11 @@ src_configure() { } src_test() { - # bugs 797898, 889942: flaky test - local myctestargs=( - -E "(sensortreemodeltest)" + local CMAKE_SKIP_TESTS=( + # bugs 797898, 889942: flaky test + sensortreemodeltest + # bugs 727844, 949883: flaky test + processtest ) LC_NUMERIC="C" ecm_src_test # bug 695514 }