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 EEDB51382C5 for ; Sun, 17 May 2020 11:17:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E854CE08EC; Sun, 17 May 2020 11:17:23 +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 AE756E08EC for ; Sun, 17 May 2020 11:17:23 +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 17A0B34F82D for ; Sun, 17 May 2020 11:17:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AC5F818F for ; Sun, 17 May 2020 11:17:19 +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: <1589706877.6355ef488bfb7b17462d861caaf5f6b68a60ff56.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-desktop/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/plasma-desktop/plasma-desktop-5.18.90.ebuild kde-plasma/plasma-desktop/plasma-desktop-5.19.49.9999.ebuild kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild X-VCS-Directories: kde-plasma/plasma-desktop/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 6355ef488bfb7b17462d861caaf5f6b68a60ff56 X-VCS-Branch: master Date: Sun, 17 May 2020 11:17:19 +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: 6d0caab2-cc06-4f55-a39f-5b217ad7ce7c X-Archives-Hash: 6ac0f65f6acd63308297b5452ef1bdcf commit: 6355ef488bfb7b17462d861caaf5f6b68a60ff56 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun May 17 09:14:37 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun May 17 09:14:37 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=6355ef48 kde-plasma/plasma-desktop: Disable unreliable lookandfeel-kcmTest Bug: https://bugs.gentoo.org/607918 Bug: https://bugs.gentoo.org/607918 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/plasma-desktop/plasma-desktop-5.18.90.ebuild | 5 +++-- kde-plasma/plasma-desktop/plasma-desktop-5.19.49.9999.ebuild | 5 +++-- kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild | 5 +++-- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/kde-plasma/plasma-desktop/plasma-desktop-5.18.90.ebuild b/kde-plasma/plasma-desktop/plasma-desktop-5.18.90.ebuild index ede2d1e463..3fcd4e7ba5 100644 --- a/kde-plasma/plasma-desktop/plasma-desktop-5.18.90.ebuild +++ b/kde-plasma/plasma-desktop/plasma-desktop-5.18.90.ebuild @@ -154,10 +154,11 @@ src_configure() { src_test() { # parallel tests fail, foldermodeltest,positionertest hang, bug #646890 - # needs D-Bus, bug #634166 + # test_kio_fonts needs D-Bus, bug #634166 + # lookandfeel-kcmTest is unreliable for a long time, bug #607918 local myctestargs=( -j1 - -E "(foldermodeltest|positionertest|test_kio_fonts)" + -E "(foldermodeltest|positionertest|test_kio_fonts|lookandfeel-kcmTest)" ) ecm_src_test diff --git a/kde-plasma/plasma-desktop/plasma-desktop-5.19.49.9999.ebuild b/kde-plasma/plasma-desktop/plasma-desktop-5.19.49.9999.ebuild index 518f80a090..a771687358 100644 --- a/kde-plasma/plasma-desktop/plasma-desktop-5.19.49.9999.ebuild +++ b/kde-plasma/plasma-desktop/plasma-desktop-5.19.49.9999.ebuild @@ -154,10 +154,11 @@ src_configure() { src_test() { # parallel tests fail, foldermodeltest,positionertest hang, bug #646890 - # needs D-Bus, bug #634166 + # test_kio_fonts needs D-Bus, bug #634166 + # lookandfeel-kcmTest is unreliable for a long time, bug #607918 local myctestargs=( -j1 - -E "(foldermodeltest|positionertest|test_kio_fonts)" + -E "(foldermodeltest|positionertest|test_kio_fonts|lookandfeel-kcmTest)" ) ecm_src_test diff --git a/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild b/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild index 9bef640c13..669af4fa28 100644 --- a/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild +++ b/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild @@ -154,10 +154,11 @@ src_configure() { src_test() { # parallel tests fail, foldermodeltest,positionertest hang, bug #646890 - # needs D-Bus, bug #634166 + # test_kio_fonts needs D-Bus, bug #634166 + # lookandfeel-kcmTest is unreliable for a long time, bug #607918 local myctestargs=( -j1 - -E "(foldermodeltest|positionertest|test_kio_fonts)" + -E "(foldermodeltest|positionertest|test_kio_fonts|lookandfeel-kcmTest)" ) ecm_src_test