Open remicollet opened 1 year ago
I need to disable 2 more tests related to building on Alpinelinux additionally to this one
@andypost Could you please include details like @remicollet?
I totally missed this issue somehow, will have a look.
@kelunik sure, here's details
PHP 8.3 additionally to ares_getaddrinfo
fails:
TEST 6/53 [tests/005-uv_listen_cb-not-destroyed.phpt]
========DIFF========
OK
002- OK
003- OK
004- OK
========DONE========
FAIL Check for uv_listen callback is not destroyed by gc [tests/005-uv_listen_cb-not-destroyed.phpt]
and in CI (no tty)
TEST 42/53 [tests/800-uv_tty.phpt]
========DIFF========
001- OK
002- OK
001+ Fatal error: Uncaught TypeError: uv_tty_init(): Argument #2 ($fd) must be of type resource, int given in /builds/alpine/aports/testing/php84-pecl-uv/src/uv-0.3.0/tests/800-uv_tty.php:3
002+ Stack trace:
003+ #0 /builds/alpine/aports/testing/php84-pecl-uv/src/uv-0.3.0/tests/800-uv_tty.php(3): uv_tty_init(Object(UVLoop), -6, 1)
004+ #1 [internal function]: {closure:/builds/alpine/aports/testing/php84-pecl-uv/src/uv-0.3.0/tests/800-uv_tty.php:2}(-6)
005+ #2 /builds/alpine/aports/testing/php84-pecl-uv/src/uv-0.3.0/tests/800-uv_tty.php(13): uv_run()
006+ #3 {main}
007+ thrown in /builds/alpine/aports/testing/php84-pecl-uv/src/uv-0.3.0/tests/800-uv_tty.php on line 3
========DONE========
FAIL Check for uv_tty [tests/800-uv_tty.phpt]
moreover on PPC64LE ARCH additionally fails
TEST 52/53 [tests/999-uv_resident_set_memory.phpt]
========DIFF========
001- OK
001+ FAILED: {resident_mem} should be greater than 0 (maybe)
========DONE========
FAIL Check for uv_resident_set_memory [tests/999-uv_resident_set_memory.phpt]
btw building for PHP 8.4 the original test is not fail anymore but ones from previous comment reproducible