|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2019-10-03 08:05 UTC] dams@php.net
Description: ------------ when running make test on OSX, bug27023.phpt never ends. Compilation is fine, and all tests until then works (fail or success, but they end). Compilation without curl works, and all tests work (fail or success, but they end). Test script: --------------- make test, after compilation Expected result: ---------------- test runs (I'll let know if test fail or pass after by submitting the results then). Actual result: -------------- test hangs PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 01 18:00:01 2025 UTC |
> what is the way to run one phpt ? If you've built yourself, you can do make test TESTS=ext/curl/tests/bug48203.phpt But I don't think that's necessary. Given the list of stalling tests, this looks to be a general issue with ext/curl/tests/server.inc.