-
Notifications
You must be signed in to change notification settings - Fork 7.8k
Lots of fiber tests are failing on x86 (32-bits) 8.2.0beta3 #9357
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
the whole list is https://gitlab.alpinelinux.org/alpine/aports/-/jobs/805549
|
Math failures are old and related to misused FPU control https://bugs.php.net/bug.php?id=79595 |
Hmm, are these tests segfaulting? |
No, just wrong results |
Just got results from 8.1.10RC1 and there's 3 more tests failed on ppc64le arch
not sure it's related but diffs are https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/37880#note_256882 |
Starting with 8.2.0rc1 started to fail in CI and builders - arch ppc64le
diff is
|
@cmb69 should I file separate issue? |
Started to build today 8.2.0_rc4 for Alpinelinux MR and
I used to retry and the same 3 tests failed
|
I added PR as patch and in 1h tests will show https://gitlab.alpinelinux.org/alpine/aports/-/jobs/965476 Also I enabled all previously failed x86 tests for fibers |
@cmb69 please suggest a way to report https://gitlab.alpinelinux.org/alpine/aports/-/issues/14381 maybe after asm upgrades libc will has less effect |
Thank you! (For the readers who only check this thread, it is fixed indeed: #10407 (comment))
I looked at the metaphone case and the slowdown was because of a lot of libc calls. I optimized it here: #10501 by removing redundant libc calls. I could also take a look at the other string functions in the near future. |
Yes, it fixed all this x86 tests, probably ppc 3 tests could use separate issue |
The failed tests are #10407 (comment) |
Follow-up for fibers on ppc64le #10512 |
Description
The following code:
PHP Version
PHP 8.2.0beta3
Operating System
Alpinelinux edge
The text was updated successfully, but these errors were encountered: