Skip to content
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

Fix run-tests.php for explicitly given test cases #9617

Closed
wants to merge 1 commit into from

Conversation

cmb69
Copy link
Contributor

@cmb69 cmb69 commented Sep 27, 2022

The recent improvement to list skipped extensions explicitly[1] missed to properly initialize $ignored_by_ext for the case where an explicit set of test cases are given; this was not a problem previously, since the undefined global variable was coerced to int. We fix this by initializing the variable earlier.

[1] baef47e

The recent improvement to list skipped extensions explicitly[1] missed
to properly initialize `$ignored_by_ext` for the case where an explicit
set of test cases are given; this was not a problem previously, since
the undefined *global* variable was coerced to int.  We fix this by
initializing the variable earlier.

[1] <php@baef47e>
@iluuu1994
Copy link
Member

Thank you Christoph!

@cmb69 cmb69 closed this in 4ed01e3 Sep 27, 2022
@cmb69
Copy link
Contributor Author

cmb69 commented Sep 27, 2022

Thank you, Ilija!

@cmb69 cmb69 deleted the cmb/run-tests-init branch September 27, 2022 13:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants