Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/xdebug/
Date: Thu, 03 Sep 2020 17:00:28
Message-Id: 1599152418.9fc1f00738d06e9176cfa433f83a9d4dd1cec731.whissi@gentoo
1 commit: 9fc1f00738d06e9176cfa433f83a9d4dd1cec731
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 3 16:52:24 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 3 17:00:18 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fc1f007
7
8 dev-php/xdebug: disable tests
9
10 Tests requiring xdebug.remote_enable=1 are failing for yet unknown reason
11 and other tests have hardcoded paths like /tmp, ignoring $T, causing
12 test failures.
13
14 Package-Manager: Portage-3.0.4, Repoman-3.0.1
15 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
16
17 dev-php/xdebug/xdebug-2.9.6.ebuild | 3 +++
18 1 file changed, 3 insertions(+)
19
20 diff --git a/dev-php/xdebug/xdebug-2.9.6.ebuild b/dev-php/xdebug/xdebug-2.9.6.ebuild
21 index 95745e2c779..2edd756ef66 100644
22 --- a/dev-php/xdebug/xdebug-2.9.6.ebuild
23 +++ b/dev-php/xdebug/xdebug-2.9.6.ebuild
24 @@ -27,6 +27,9 @@ LICENSE="Xdebug"
25 SLOT="0"
26 IUSE=""
27
28 +# Tests are known to fail
29 +RESTRICT="test"
30 +
31 DEPEND=""
32 RDEPEND="${DEPEND}
33 ~dev-php/xdebug-client-${PV}"