commit: 0dc2770237b56c442795cbbfcd28ef4d893e6f8e Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org> AuthorDate: Wed May 29 14:08:02 2024 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Wed May 29 14:08:02 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dc27702
dev-lang/php: disable failing test for >=glibc-2.39 Closes: https://bugs.gentoo.org/933095 Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org> dev-lang/php/php-8.2.18.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev-lang/php/php-8.2.18.ebuild b/dev-lang/php/php-8.2.18.ebuild index 5b90e1767bb8..9bd4d38c38c4 100644 --- a/dev-lang/php/php-8.2.18.ebuild +++ b/dev-lang/php/php-8.2.18.ebuild @@ -328,6 +328,10 @@ src_prepare() { # 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 + + # glibc-2.39 compatibility, fixed upstream in + # https://github.com/php/php-src/pull/14097 + rm ext/standard/tests/strings/setlocale_variation3.phpt || die } src_configure() {
