Edit report at https://bugs.php.net/bug.php?id=78626&edit=1
ID: 78626 Updated by: c...@php.net Reported by: d...@php.net Summary: bug27023.phpt never finishes -Status: Open +Status: Feedback Type: Bug Package: Testing related Operating System: OSX PHP Version: 7.4.0RC2 -Assigned To: +Assigned To: cmb Block user comment: N Private report: N New Comment: Is this issue still unresolved? If so, could you do some debugging? See ext/curl/tests/server.inc[1] for a start; maybe the usleep(50000) is not long enough; maybe the server can't start for other reasons; you could try to run the proc_open() $cmd manually. [1] <https://github.com/php/php-src/blob/php-7.4.10/ext/curl/tests/server.inc#L32> Previous Comments: ------------------------------------------------------------------------ [2019-11-07 18:54:56] d...@php.net Fresh build, and I get this : --TEST-- Bug #27023 (CURLOPT_POSTFIELDS does not parse content types for files) --INI-- error_reporting = E_ALL & ~E_DEPRECATED --SKIPIF-- --FILE-- Server is not running On the other hand, make test TESTS=ext/curl/tests/bug27023.phpt still hangs. ------------------------------------------------------------------------ [2019-11-07 10:52:01] ni...@php.net Is there any useful error output if you run the test directly? I.e. via "sapi/cli/php ext/curl/tests/bug27023.phpt"? ------------------------------------------------------------------------ [2019-10-04 17:32:37] d...@php.net Yes, my bad. Test bug48203 passes, while bug27023 (and others) still hang. Let me compile against the last RC for 7.4 ------------------------------------------------------------------------ [2019-10-04 10:41:32] c...@php.net > bug27023 runs and passes. Is this a typo, or does the test pass, if you run it as single test? In the latter case the used run-tests.php might not support CONFLICT files - did you use a recent run-tests.php from the 7.4 branch? ------------------------------------------------------------------------ [2019-10-04 10:19:19] d...@php.net bug27023 runs and passes. The list of hanging tests is complete. I checked again with a new pull and build (just in case). ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at https://bugs.php.net/bug.php?id=78626 -- Edit this bug report at https://bugs.php.net/bug.php?id=78626&edit=1