-
Notifications
You must be signed in to change notification settings - Fork 7.8k
4 test failures on 8.3beta3 on M1 macOS #12024
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
The DOM issue looks like a libxml2 bug, the encoding bit of that test is meant to check if the removal of the XML declaration isn't influenced by that. I guess I can adapt to use UTF-8 instead of BIG5 to work around the issue... |
As reported in phpGH-12024, the test fails in the encoding part of the test file. This is due to a libxml2 bug (that's been fixed in modern versions, but of course various systems and distros are always behind). The goal of this part of the test is to check if an encoding declaration is outputted. So the actual encoding used doesn't matter. Switch to UTF-8, which seems to always work, to work around the issue.
@nielsdos OK let's see! I am going to test in another machine! Thanks 😊 |
As reported in GH-12024, the test fails in the encoding part of the test file. This is due to a libxml2 bug (that's been fixed in modern versions, but of course various systems and distros are always behind). The goal of this part of the test is to check if an encoding declaration is outputted. So the actual encoding used doesn't matter. Switch to UTF-8, which seems to always work, to work around the issue.
As reported in phpGH-12024, the test fails in the encoding part of the test file. This is due to a libxml2 bug (that's been fixed in modern versions, but of course various systems and distros are always behind). The goal of this part of the test is to check if an encoding declaration is outputted. So the actual encoding used doesn't matter. Switch to UTF-8, which seems to always work, to work around the issue.
The commit 0fd226c also fixed the test |
Hi, Compiling from source with the following options:
All goes through until make test, where it fails:
|
The last test issue appears to have been fixed by #14311 |
Description
I am building PHP 8.3.0 beta 3 from the source on a macOS 16.5.1 machine running Apple M1 Pro Processor.
After finishing the build process, I have run
make TEST_PHP_ARGS=-j4 test
which ends with the following test errors:Thanks!
PHP Version
8.3.0 beta 3
Operating System
macOS 16.5.1
The text was updated successfully, but these errors were encountered: