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 2FAF2138334 for ; Thu, 11 Oct 2018 18:36:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6658E095F; Thu, 11 Oct 2018 18:36:03 +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 A4ED7E0963 for ; Thu, 11 Oct 2018 18:36:03 +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 9C665335D1D for ; Thu, 11 Oct 2018 18:36:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9442643C for ; Thu, 11 Oct 2018 18:35:58 +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: <1539282910.5bce1097e255a148a5537880c5c7c6a1058c8a87.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-desktop/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/plasma-desktop/plasma-desktop-5.12.7.ebuild kde-plasma/plasma-desktop/plasma-desktop-5.13.5-r2.ebuild X-VCS-Directories: kde-plasma/plasma-desktop/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 5bce1097e255a148a5537880c5c7c6a1058c8a87 X-VCS-Branch: master Date: Thu, 11 Oct 2018 18:35:58 +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: efd9f8d0-7776-4acb-a05c-000f7af88079 X-Archives-Hash: cbdb9f517e628475a8853636743bc178 commit: 5bce1097e255a148a5537880c5c7c6a1058c8a87 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed May 16 09:53:53 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Oct 11 18:35:10 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bce1097 kde-plasma/plasma-desktop: Re-disable broken test... Bug: https://bugs.gentoo.org/665244 Package-Manager: Portage-2.3.36, Repoman-2.3.9 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/plasma-desktop/plasma-desktop-5.12.7.ebuild | 4 ++-- kde-plasma/plasma-desktop/plasma-desktop-5.13.5-r2.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/kde-plasma/plasma-desktop/plasma-desktop-5.12.7.ebuild b/kde-plasma/plasma-desktop/plasma-desktop-5.12.7.ebuild index 5afe6f0adf6..362030bf6b7 100644 --- a/kde-plasma/plasma-desktop/plasma-desktop-5.12.7.ebuild +++ b/kde-plasma/plasma-desktop/plasma-desktop-5.12.7.ebuild @@ -140,11 +140,11 @@ src_configure() { } src_test() { - # parallel tests fail, foldermodeltest hangs, bug #646890 + # parallel tests fail, foldermodeltest,positionertest hang, bug #646890 # needs D-Bus, bug #634166 local myctestargs=( -j1 - -E "(foldermodeltest|test_kio_fonts)" + -E "(foldermodeltest|positionertest|test_kio_fonts)" ) kde5_src_test diff --git a/kde-plasma/plasma-desktop/plasma-desktop-5.13.5-r2.ebuild b/kde-plasma/plasma-desktop/plasma-desktop-5.13.5-r2.ebuild index d771236bad5..b610d1f74f4 100644 --- a/kde-plasma/plasma-desktop/plasma-desktop-5.13.5-r2.ebuild +++ b/kde-plasma/plasma-desktop/plasma-desktop-5.13.5-r2.ebuild @@ -147,11 +147,11 @@ src_configure() { } src_test() { - # parallel tests fail, foldermodeltest hangs, bug #646890 + # parallel tests fail, foldermodeltest,positionertest hang, bug #646890 # needs D-Bus, bug #634166 local myctestargs=( -j1 - -E "(foldermodeltest|test_kio_fonts)" + -E "(foldermodeltest|positionertest|test_kio_fonts)" ) kde5_src_test