-
Notifications
You must be signed in to change notification settings - Fork 7.8k
2 tests fail on Alpinelinux s390x #16528
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
Comments
@andypost Can you check if this if (!function_exists('zend_test_zend_call_stack_get')) die("skip zend_test_zend_call_stack_get() is not available"); I'm assuming the other stack limit tests also get skipped? E.g. Zend/tests/stack_limit/stack_limit_001.phpt |
I bet the function should exist as I do build Moreover both tests passing in CI but fails on builder... so I'm lost a bit |
@iluuu1994 you can see full log from CI - all tests are executed and passed |
And here's a build log from builder |
@andypost These methods exist conditionally, namely when I can't see |
Yes, it's here in raw log
|
But the two new tests are also passing in this build. Do you have one where:
|
Here it was but env is the same just tests removed, in CI it passed as you see in full log |
Ok, gotcha. Unfortunately, I don't know then. |
What does |
A possibility is that the test is overflowing the stack during dtor of @andypost are you able to run the test suite with this patch? https://github.com/arnaud-lb/php-src/commit/5a279639bbc1fd9a34e48c359612e40c0b98e162.diff |
As I get PHP 8.3.13 and 8.4RC3 both randomly fails this test, used to build with clang 19.1.1 but gh15168 still fail - log @arnaud-lb gonna apply patch and will report |
@arnaud-lb thank you! patch works somehow) |
[ commit 0f0a48250e2806c6a97c5dd0eb926d4a8bd2f1bc ] ref php/php-src#16528
[ commit 8477ec2c4b478f3d3e986e296676ffa87fe6fa1f ] ref php/php-src#16528
Description
Preparing a next release the rebuild required to upgrade to RC1 for new libxml but 2 tests fail using clang 18.1.8
The following failure #15168
and another one #15169
PHP Version
PHP 8.3.13RC1
Operating System
Alpinelinux
The text was updated successfully, but these errors were encountered: