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 F0055138334 for ; Thu, 29 Nov 2018 11:41:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 136C7E094E; Thu, 29 Nov 2018 11:41:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 DD351E094E for ; Thu, 29 Nov 2018 11:41:29 +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 C99FC335C36 for ; Thu, 29 Nov 2018 11:41:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 234404D2 for ; Thu, 29 Nov 2018 11:41:26 +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: <1543491664.b7e554db56393dac3cecfc9376b0ddd32c8ebae3.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/pim-data-exporter/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/pim-data-exporter/pim-data-exporter-18.08.3.ebuild X-VCS-Directories: kde-apps/pim-data-exporter/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: b7e554db56393dac3cecfc9376b0ddd32c8ebae3 X-VCS-Branch: master Date: Thu, 29 Nov 2018 11:41:26 +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: fdeb6b70-cae6-400d-8d0b-83e1585b2d32 X-Archives-Hash: 534c7339976d64c9a1861a882d6a3f33 commit: b7e554db56393dac3cecfc9376b0ddd32c8ebae3 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Nov 29 11:08:21 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Nov 29 11:41:04 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7e554db kde-apps/pim-data-exporter: Disable broken selectiontypetreewidgettest Bug: https://bugs.gentoo.org/665690 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/pim-data-exporter/pim-data-exporter-18.08.3.ebuild | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/kde-apps/pim-data-exporter/pim-data-exporter-18.08.3.ebuild b/kde-apps/pim-data-exporter/pim-data-exporter-18.08.3.ebuild index 7858494a4dd..992ba691207 100644 --- a/kde-apps/pim-data-exporter/pim-data-exporter-18.08.3.ebuild +++ b/kde-apps/pim-data-exporter/pim-data-exporter-18.08.3.ebuild @@ -43,3 +43,12 @@ RDEPEND="${DEPEND} !kde-apps/kdepim-l10n !kde-apps/kmail:4 " + +src_test() { + # selectiontypetreewidgettest is broken, bug #665690 + local myctestargs=( + -E "(selectiontypetreewidgettest)" + ) + + kde5_src_test +}