Skip to content

Test ext/zend_test/tests/optimizer_register_pass.phpt fails when opcache is disabled #18551

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

Open
Girgias opened this issue May 14, 2025 · 0 comments

Comments

@Girgias
Copy link
Member

Girgias commented May 14, 2025

Description

The following command:

make test TEST_PHP_ARGS="--asan -q -j22 -d opcache.jit_buffer_size=16M -d opcache.jit=disable -d opcache.enable=0 -d opcache.enable_cli=1 -d opcache.file_update_protection=0 -d opcache.protect_memory=1 -x" TESTS="ext/zend_test"

Resulted in this output:

FAILED TEST SUMMARY
---------------------------------------------------------------------
Optimizer: Pass Registration [ext/zend_test/tests/optimizer_register_pass.phpt]

But I expected this output instead:

nothing

This is probably missing some sort of condition in SKIPIF.

Should be easy but currently doing something else and don't want to forget about it.

PHP Version

master

Operating System

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant