-
-
Notifications
You must be signed in to change notification settings - Fork 339
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
Test it_can_select_a_specific_fragment#single row
failing with 9.22.0 (php 8.4.4)
#556
Comments
it_can_select_a_specific_fragment#single row
failing with 9.22.0it_can_select_a_specific_fragment#single row
failing with 9.22.0 (php 8.4.4)
Hi @tenzap, The test does not seem to fail:
all tested with the latest PHPUnit11 version 🤔 . Could it be related to some extension not being correctly setup like Xdebug or OpCache 🤔 ? |
If I uninstall When |
So it is a problem between |
Can you try to reproduce with I created a bugreport at https://bugs.xdebug.org/view.php?id=2328 |
tried |
In the meantime I found that on PHP 8.4 + Xdebug 3.4.1: test suite succeeds with test suite crashes when xdebug.mode is not set, which corresponds to |
Bug Report
(Fill in the relevant information below to help triage your issue.)
Summary
While running the test suite, phpunit fails/crashes
Standalone code, or other way to reproduce the problem
However, the same command on PHP 8.2.26 succeeds
I also checked your github actions job, which succeeds, so I reported a bug to Debian php8.4 package maintainer as well.
Moreover, I found that if I invoke phpunit with
XDEBUG_MODE=coverage
there is no failure.(Please complete the text below to help us fix the issue)
Expected result
Test succeeds
Actual result
See above
Checks before submitting
The text was updated successfully, but these errors were encountered: