We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ext/zend_test/tests/optimizer_register_pass.phpt
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
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.
master
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
The following command:
Resulted in this output:
But I expected this output instead:
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
Operating System
No response
The text was updated successfully, but these errors were encountered: