-
Notifications
You must be signed in to change notification settings - Fork 7.8k
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
Broken tests with opcache loaded in ZTS #8588
Comments
arnaud-lb
added a commit
to arnaud-lb/php-src
that referenced
this issue
May 20, 2022
arnaud-lb
added a commit
to arnaud-lb/php-src
that referenced
this issue
May 20, 2022
* PHP-8.0: XFAIL tests (phpGH-8588) Stop closing stderr and stdout streams (php#8569)
arnaud-lb
added a commit
to arnaud-lb/php-src
that referenced
this issue
May 20, 2022
This reverts commit f2ac4f2.
arnaud-lb
added a commit
to arnaud-lb/php-src
that referenced
this issue
May 20, 2022
* PHP-8.1: Stop closing stderr and stdout streams (php#8570) Revert "XFAIL tests (phpGH-8588)" XFAIL tests (phpGH-8588) Stop closing stderr and stdout streams (php#8569)
Merged
arnaud-lb
changed the title
Broken tests with JIT enabled in ZTS
Broken tests with opcache loaded in ZTS
May 20, 2022
arnaud-lb
added
Extension: opcache
Status: Verified
and removed
Status: Needs Triage
labels
May 20, 2022
I tried reproducing this but I can't, the tests pass: it's in the warn summary "XFAIL section but test passes". |
Indeed. These tests do not appear to fail in PHP-8.1. According to bisect, this was fixed in 36d2dd0. I will remove the xfails and close this bug. |
Thank you ! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
The following tests are broken in ZTS builds with
JIT enabledopcache:They fail when executed with
-d zend_extension=opcache.so -d opcache.enable_cli=1
in non-debug ZTS builds.See #8569 (comment)
I'm going to mark these tests as XFAIL so that #8569 can be merged. I'm opening this issue to keep track of this.
PHP Version
PHP 8.0 8735ae9
Operating System
No response
The text was updated successfully, but these errors were encountered: