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 6D2B31382C5 for ; Thu, 1 Feb 2018 01:34:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4597EE09CC; Thu, 1 Feb 2018 01:34:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 25035E09CC for ; Thu, 1 Feb 2018 01:34:10 +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 650B8335C7C for ; Thu, 1 Feb 2018 01:34:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ECA521DB for ; Thu, 1 Feb 2018 01:34:07 +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: <1517448792.d9816a04ab7586e34e0aafb2dc3a6bc0dc42572c.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/okular/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/okular/okular-17.12.1.ebuild X-VCS-Directories: kde-apps/okular/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d9816a04ab7586e34e0aafb2dc3a6bc0dc42572c X-VCS-Branch: master Date: Thu, 1 Feb 2018 01:34:07 +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: 200eef3b-9e66-4ca2-bf14-aa0a98272045 X-Archives-Hash: 4a0a282ed56757b4e29a8b6aa588ab0d commit: d9816a04ab7586e34e0aafb2dc3a6bc0dc42572c Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Feb 1 00:08:02 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Feb 1 01:33:12 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9816a04 kde-apps/okular: Disable hanging test Reported-by: Paolo Pedroni iol.it> Closes: https://bugs.gentoo.org/641728 Package-Manager: Portage-2.3.21, Repoman-2.3.6 kde-apps/okular/okular-17.12.1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kde-apps/okular/okular-17.12.1.ebuild b/kde-apps/okular/okular-17.12.1.ebuild index 09b182c5def..e4166ea80ff 100644 --- a/kde-apps/okular/okular-17.12.1.ebuild +++ b/kde-apps/okular/okular-17.12.1.ebuild @@ -93,8 +93,9 @@ src_configure() { src_test() { # mainshelltest hangs, chmgeneratortest fails, bug #603116 + # parttest hangs, bug #641728 local myctestargs=( - -E "(mainshelltest|chmgeneratortest)" + -E "(mainshelltest|chmgeneratortest|parttest)" ) kde5_src_test