diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2024-04-11 15:50:37 -0400 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2024-04-11 16:55:06 -0400 |
commit | 7d56cd36ac6b6d468e20d6333ae2917c6c39c146 (patch) | |
tree | 5ebde90c0e273e5d3da6b2dd58515f5460196d15 /dev-lang | |
parent | app-office/libreoffice: drop 24.2.2.2 (diff) | |
download | gentoo-7d56cd36ac6b6d468e20d6333ae2917c6c39c146.tar.gz gentoo-7d56cd36ac6b6d468e20d6333ae2917c6c39c146.tar.bz2 gentoo-7d56cd36ac6b6d468e20d6333ae2917c6c39c146.zip |
dev-lang/php: skip doomed test in 8.2.15, too
Bug: https://bugs.gentoo.org/927461
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/php/php-8.2.15.ebuild | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dev-lang/php/php-8.2.15.ebuild b/dev-lang/php/php-8.2.15.ebuild index 38a2c837e671..f5ce99221a72 100644 --- a/dev-lang/php/php-8.2.15.ebuild +++ b/dev-lang/php/php-8.2.15.ebuild @@ -308,6 +308,12 @@ src_prepare() { # https://github.com/php/php-src/issues/12801 rm ext/pcre/tests/gh11374.phpt || die + + # This is a memory usage test with hard-coded limits. Whenever the + # limits are surpassed... they get increased... but in the meantime, + # the tests fail. This is not really a test that end users should + # be running pre-install, in my opinion. Bug 927461. + rm ext/fileinfo/tests/bug78987.phpt || die } src_configure() { |