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 180571382C5 for ; Sun, 13 May 2018 18:58:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C00CE0B47; Sun, 13 May 2018 18:58:29 +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 2D32DE0B47 for ; Sun, 13 May 2018 18:58: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 2FD76335C9A for ; Sun, 13 May 2018 18:58:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 456293A for ; Sun, 13 May 2018 18:58: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: <1526237882.294e9b59c4cfea3f03ec96a85f1f1080c7adbf7f.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.5.ebuild X-VCS-Directories: kde-plasma/plasma-desktop/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 294e9b59c4cfea3f03ec96a85f1f1080c7adbf7f X-VCS-Branch: master Date: Sun, 13 May 2018 18:58: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-Archives-Salt: 7c1682d0-a731-45f7-8bfb-ffa45beb04c1 X-Archives-Hash: 1322671f55ce0479e7535f6005c12dfa commit: 294e9b59c4cfea3f03ec96a85f1f1080c7adbf7f Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun May 13 17:52:19 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun May 13 18:58:02 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=294e9b59 kde-plasma/plasma-desktop: Disable foldermodeltest Hangs. Bug: https://bugs.gentoo.org/654740 Package-Manager: Portage-2.3.36, Repoman-2.3.9 kde-plasma/plasma-desktop/plasma-desktop-5.12.5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-plasma/plasma-desktop/plasma-desktop-5.12.5.ebuild b/kde-plasma/plasma-desktop/plasma-desktop-5.12.5.ebuild index 649b3d4be61..9329a4c6a0c 100644 --- a/kde-plasma/plasma-desktop/plasma-desktop-5.12.5.ebuild +++ b/kde-plasma/plasma-desktop/plasma-desktop-5.12.5.ebuild @@ -140,11 +140,11 @@ src_configure() { } src_test() { - # parallel tests hang, bug #646890 + # parallel tests fail, foldermodeltest hangs, bug #646890 # needs D-Bus, bug #634166 local myctestargs=( -j1 - -E "(test_kio_fonts)" + -E "(foldermodeltest|test_kio_fonts)" ) kde5_src_test