summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-10-13 21:14:59 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-10-13 21:14:59 +0200
commit5284a79926734b4dcae1362c9d64588054755a54 (patch)
tree44ee80414164217d357a666d2bc559188addb921 /dev-util/kdevelop-php/kdevelop-php-5.2.4-r1.ebuild
parentmedia-gfx/kphotoalbum: 5.4 version bump (diff)
downloadgentoo-5284a79926734b4dcae1362c9d64588054755a54.tar.gz
gentoo-5284a79926734b4dcae1362c9d64588054755a54.tar.bz2
gentoo-5284a79926734b4dcae1362c9d64588054755a54.zip
dev-util/kdevelop-php: Restrict remaining tests...
Closes: https://bugs.gentoo.org/668530 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'dev-util/kdevelop-php/kdevelop-php-5.2.4-r1.ebuild')
-rw-r--r--dev-util/kdevelop-php/kdevelop-php-5.2.4-r1.ebuild5
1 files changed, 4 insertions, 1 deletions
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 9b59bf0dfaf0..2e370b7418da 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)"
)