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 8A2EF1382C5 for ; Fri, 27 Nov 2020 09:12:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C47FAE082F; Fri, 27 Nov 2020 09:12:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 AB5D4E082F for ; Fri, 27 Nov 2020 09:12:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 7117E341368 for ; Fri, 27 Nov 2020 09:12:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8992A453 for ; Fri, 27 Nov 2020 09:12:18 +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: <1606468320.0f7fdfd9cc66e8db2355f38b48076a55a419cae0.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kget/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kget/kget-20.12.49.9999.ebuild kde-apps/kget/kget-9999.ebuild X-VCS-Directories: kde-apps/kget/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 0f7fdfd9cc66e8db2355f38b48076a55a419cae0 X-VCS-Branch: master Date: Fri, 27 Nov 2020 09:12:18 +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: 20c0a295-ff5b-4865-b0b7-a77b5fc83680 X-Archives-Hash: bdc19bfdd1a2cf124e04f314b492b8d9 commit: 0f7fdfd9cc66e8db2355f38b48076a55a419cae0 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Nov 27 08:47:09 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Nov 27 09:12:00 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=0f7fdfd9 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.12.49.9999.ebuild | 10 ++++++++++ kde-apps/kget/kget-9999.ebuild | 10 ++++++++++ 2 files changed, 20 insertions(+) diff --git a/kde-apps/kget/kget-20.12.49.9999.ebuild b/kde-apps/kget/kget-20.12.49.9999.ebuild index 1de79137c6..f83ef7919d 100644 --- a/kde-apps/kget/kget-20.12.49.9999.ebuild +++ b/kde-apps/kget/kget-20.12.49.9999.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 +} diff --git a/kde-apps/kget/kget-9999.ebuild b/kde-apps/kget/kget-9999.ebuild index 1de79137c6..f83ef7919d 100644 --- a/kde-apps/kget/kget-9999.ebuild +++ b/kde-apps/kget/kget-9999.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 +}