From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1051814-garchives=archives.gentoo.org@lists.gentoo.org> 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 6DC63138334 for <garchives@archives.gentoo.org>; Sat, 13 Oct 2018 19:16:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5D7F9E09A7; Sat, 13 Oct 2018 19:16:54 +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 3A334E09A7 for <gentoo-commits@lists.gentoo.org>; Sat, 13 Oct 2018 19:16:53 +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 1B05D335C5A for <gentoo-commits@lists.gentoo.org>; Sat, 13 Oct 2018 19:16:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 27BFC3FB for <gentoo-commits@lists.gentoo.org>; Sat, 13 Oct 2018 19:16:49 +0000 (UTC) From: "Andreas Sturmlechner" <asturm@gentoo.org> 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" <asturm@gentoo.org> Message-ID: <1539458099.5284a79926734b4dcae1362c9d64588054755a54.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.2.4-r1.ebuild X-VCS-Directories: dev-util/kdevelop-php/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 5284a79926734b4dcae1362c9d64588054755a54 X-VCS-Branch: master Date: Sat, 13 Oct 2018 19:16:49 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 1ff44959-c736-4185-9438-a9f43a8545af X-Archives-Hash: 992d878a9be867aab3a91bd6272c89c2 commit: 5284a79926734b4dcae1362c9d64588054755a54 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sat Oct 13 19:14:59 2018 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sat Oct 13 19:14:59 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5284a799 dev-util/kdevelop-php: Restrict remaining tests... Closes: https://bugs.gentoo.org/668530 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-util/kdevelop-php/kdevelop-php-5.2.4-r1.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-util/kdevelop-php/kdevelop-php-5.2.4-r1.ebuild b/dev-util/kdevelop-php/kdevelop-php-5.2.4-r1.ebuild index 9b59bf0dfaf..2e370b7418d 100644 --- a/dev-util/kdevelop-php/kdevelop-php-5.2.4-r1.ebuild +++ b/dev-util/kdevelop-php/kdevelop-php-5.2.4-r1.ebuild @@ -43,8 +43,11 @@ DEPEND="${COMMON_DEPEND} PATCHES=( "${FILESDIR}/${P}-tests-optional.patch" ) +# remaining tests fail for some, bug 668530 +RESTRICT+=" test" + src_test() { - # tests hang + # tests hang, bug 667922 local myctestargs=( -E "(completionbenchmark|duchain_multiplefiles)" )