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 5F012138331 for ; Thu, 1 Feb 2018 01:05:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91288E0AA1; Thu, 1 Feb 2018 01:05:40 +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 6BA02E0AA1 for ; Thu, 1 Feb 2018 01:05:40 +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 04D53335C63 for ; Thu, 1 Feb 2018 01:05:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 020301DA for ; Thu, 1 Feb 2018 01:05:37 +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: <1517446082.82c0906f11831c07009836f5d4d807b27973a5c2.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-17.12.49.9999.ebuild 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: 82c0906f11831c07009836f5d4d807b27973a5c2 X-VCS-Branch: master Date: Thu, 1 Feb 2018 01:05:37 +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: bc6a8ece-48f5-43b1-949e-c85a9f409f3a X-Archives-Hash: fb080fb928f4a7aa7e0c2e85a0e229e5 commit: 82c0906f11831c07009836f5d4d807b27973a5c2 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Feb 1 00:48:02 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Feb 1 00:48:02 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=82c0906f kde-apps/pimcommon: Disable broken test Reported-by: Paolo Pedroni iol.it> Bug: https://bugs.gentoo.org/641730 Package-Manager: Portage-2.3.21, Repoman-2.3.6 kde-apps/pimcommon/pimcommon-17.12.49.9999.ebuild | 9 +++++++++ kde-apps/pimcommon/pimcommon-9999.ebuild | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/kde-apps/pimcommon/pimcommon-17.12.49.9999.ebuild b/kde-apps/pimcommon/pimcommon-17.12.49.9999.ebuild index 3002282f52..8a4a3ff7ea 100644 --- a/kde-apps/pimcommon/pimcommon-17.12.49.9999.ebuild +++ b/kde-apps/pimcommon/pimcommon-17.12.49.9999.ebuild @@ -52,3 +52,12 @@ RDEPEND="${COMMON_DEPEND} !kde-apps/kdepim-common-libs:4 !kde-apps/kdepim-l10n " + +src_test() { + # bug 641730 + local myctestargs=( + -E "(autocorrectiontest)" + ) + + kde5_src_test +} diff --git a/kde-apps/pimcommon/pimcommon-9999.ebuild b/kde-apps/pimcommon/pimcommon-9999.ebuild index 3002282f52..8a4a3ff7ea 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() { + # bug 641730 + local myctestargs=( + -E "(autocorrectiontest)" + ) + + kde5_src_test +}