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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 274F01382C5 for ; Fri, 27 Nov 2020 08:51:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 77818E0875; Fri, 27 Nov 2020 08:51:57 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 49179E0875 for ; Fri, 27 Nov 2020 08:51:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5C7DC3412DA for ; Fri, 27 Nov 2020 08:51:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 528583FB for ; Fri, 27 Nov 2020 08:51:53 +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: <1606466829.36f3299c5dc10c5aaaa805be17fdddcff0759a56.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kget/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/kget/kget-20.08.3.ebuild X-VCS-Directories: kde-apps/kget/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 36f3299c5dc10c5aaaa805be17fdddcff0759a56 X-VCS-Branch: master Date: Fri, 27 Nov 2020 08:51:53 +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: effc2252-b914-44cc-aaf3-193950c83319 X-Archives-Hash: e9704609c7cda2e10527ec984b4c0022 commit: 36f3299c5dc10c5aaaa805be17fdddcff0759a56 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Nov 27 08:47:09 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Nov 27 08:47:09 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36f3299c kde-apps/kget: disable known failing/hanging tests See also upstream commit 45735cfa. Closes: https://bugs.gentoo.org/756817 Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kget/kget-20.08.3.ebuild | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/kde-apps/kget/kget-20.08.3.ebuild b/kde-apps/kget/kget-20.08.3.ebuild index adfc66a4e5e..a4a66f21962 100644 --- a/kde-apps/kget/kget-20.08.3.ebuild +++ b/kde-apps/kget/kget-20.08.3.ebuild @@ -68,3 +68,13 @@ src_configure() { ecm_src_configure } + +src_test() { + # bug 756817: schedulertest fails, see also upstream commit 45735cfa + # filedeletertest hangs. + local myctestargs=( + -E "(schedulertest|filedeletertest)" + ) + + ecm_src_test +}