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 911E615802E for ; Mon, 24 Jun 2024 19:01:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DEFB62BC0B9; Mon, 24 Jun 2024 19:01:24 +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 C53652BC0B9 for ; Mon, 24 Jun 2024 19:01:24 +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 E2019335D6E for ; Mon, 24 Jun 2024 19:01:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 76E081D32 for ; Mon, 24 Jun 2024 19:01:22 +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: <1719255671.877b494ec0788eb1c1a18a3cbf646e1fb76cd83b.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kwidgetsaddons/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/kwidgetsaddons/kwidgetsaddons-5.116.0.ebuild X-VCS-Directories: kde-frameworks/kwidgetsaddons/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 877b494ec0788eb1c1a18a3cbf646e1fb76cd83b X-VCS-Branch: master Date: Mon, 24 Jun 2024 19:01:22 +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: aa6f84bb-647f-48ad-a204-36723fd3b5bd X-Archives-Hash: af63d7c1878b1c6f7f142a2fd9d6a9d6 commit: 877b494ec0788eb1c1a18a3cbf646e1fb76cd83b Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Jun 24 18:56:53 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Jun 24 19:01:11 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=877b494e kde-frameworks/kwidgetsaddons: Disable flaky kwidgetsaddons-kcolumnresizertest Disable failing/hanging ktooltipwidgettest in KF5 as well. Closes: https://bugs.gentoo.org/816582 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kwidgetsaddons/kwidgetsaddons-5.116.0.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/kde-frameworks/kwidgetsaddons/kwidgetsaddons-5.116.0.ebuild b/kde-frameworks/kwidgetsaddons/kwidgetsaddons-5.116.0.ebuild index 5e2640cfb203..752143cceeaf 100644 --- a/kde-frameworks/kwidgetsaddons/kwidgetsaddons-5.116.0.ebuild +++ b/kde-frameworks/kwidgetsaddons/kwidgetsaddons-5.116.0.ebuild @@ -25,7 +25,11 @@ CMAKE_SKIP_TESTS=( kdatecomboboxtest # bug 697866 ksqueezedtextlabelautotest + # bug 926508 + ktooltipwidgettest # bug 808216 ktwofingertaptest ktwofingerswipetest + # bug 816582 + kwidgetsaddons-kcolumnresizertest )