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 7E246138334 for ; Mon, 1 Apr 2019 19:33:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5DF96E0917; Mon, 1 Apr 2019 19:33:19 +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 333E4E0917 for ; Mon, 1 Apr 2019 19:33:19 +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 4BC01335D1F for ; Mon, 1 Apr 2019 19:33:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BBF575A6 for ; Mon, 1 Apr 2019 19:33:14 +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: <1554147003.7e544d7f934ef8adcb602a5c462eccff254a23c2.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/kdevelop-php/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/kdevelop-php/kdevelop-php-5.3.2.ebuild X-VCS-Directories: dev-util/kdevelop-php/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 7e544d7f934ef8adcb602a5c462eccff254a23c2 X-VCS-Branch: master Date: Mon, 1 Apr 2019 19:33:14 +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: ea6c585b-ca6b-421c-b692-7a10295ccf28 X-Archives-Hash: 35eb554955a7f2849995cc347650d70f commit: 7e544d7f934ef8adcb602a5c462eccff254a23c2 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Apr 1 19:19:22 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Apr 1 19:30:03 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e544d7f dev-util/kdevelop-php: Re-restrict tests Bug: https://bugs.gentoo.org/682274 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-util/kdevelop-php/kdevelop-php-5.3.2.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-util/kdevelop-php/kdevelop-php-5.3.2.ebuild b/dev-util/kdevelop-php/kdevelop-php-5.3.2.ebuild index 7b49bafddee..92578923592 100644 --- a/dev-util/kdevelop-php/kdevelop-php-5.3.2.ebuild +++ b/dev-util/kdevelop-php/kdevelop-php-5.3.2.ebuild @@ -43,8 +43,11 @@ RDEPEND="${DEPEND} !dev-util/kdevelop-php-docs " +# remaining tests fail for some, bug 668530 +RESTRICT+=" test" + src_test() { - # tests hang + # tests hang, bug 667922 local myctestargs=( -E "(completionbenchmark|duchain_multiplefiles)" )