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 6C5F4138334 for ; Sun, 22 Jul 2018 14:27:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CE5B0E08FB; Sun, 22 Jul 2018 14:27:11 +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 9C429E08F5 for ; Sun, 22 Jul 2018 14:27:11 +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 DF119335D69 for ; Sun, 22 Jul 2018 14:27:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C080A380 for ; Sun, 22 Jul 2018 14:27:07 +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: <1532269560.a7228cba1b8f690a32bf56a029ba7a02d39eb5ed.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/pimcommon/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/pimcommon/pimcommon-9999.ebuild X-VCS-Directories: kde-apps/pimcommon/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a7228cba1b8f690a32bf56a029ba7a02d39eb5ed X-VCS-Branch: master Date: Sun, 22 Jul 2018 14:27:07 +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-Archives-Salt: 4b334b55-abce-4993-9383-a6f3161c7545 X-Archives-Hash: e1d74a417cfcbc5cedde9d1361380017 commit: a7228cba1b8f690a32bf56a029ba7a02d39eb5ed Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jul 22 14:26:00 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jul 22 14:26:00 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=a7228cba kde-apps/pimcommon: Disable broken tests Bug: https://bugs.gentoo.org/641730 Bug: https://bugs.gentoo.org/661330 Package-Manager: Portage-2.3.43, Repoman-2.3.10 kde-apps/pimcommon/pimcommon-9999.ebuild | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/kde-apps/pimcommon/pimcommon-9999.ebuild b/kde-apps/pimcommon/pimcommon-9999.ebuild index 3002282f52..624220f012 100644 --- a/kde-apps/pimcommon/pimcommon-9999.ebuild +++ b/kde-apps/pimcommon/pimcommon-9999.ebuild @@ -52,3 +52,12 @@ RDEPEND="${COMMON_DEPEND} !kde-apps/kdepim-common-libs:4 !kde-apps/kdepim-l10n " + +src_test() { + # bugs 641730, 661330 + local myctestargs=( + -E "(autocorrectiontest|pimcommon-translator-translatortest)" + ) + + kde5_src_test +}