php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #72810 Missing SKIP_ONLINE_TESTS checks
Submitted: 2016-08-11 09:09 UTC Modified: -
From: vhu at iki dot fi Assigned:
Status: Closed Package: Testing related
PHP Version: master-Git-2016-08-11 (Git) OS: All
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
37 - 29 = ?
Subscribe to this entry?

 
 [2016-08-11 09:09 UTC] vhu at iki dot fi
Description:
------------
Following test scripts do not check for SKIP_ONLINE_TESTS and hence fail when build environment doesn't allow direct internet access:

ext/sockets/tests/socket_send.phpt
ext/sockets/tests/socket_shutdown.phpt
ext/standard/tests/streams/stream_context_tcp_nodelay.phpt
ext/standard/tests/streams/stream_context_tcp_nodelay_fopen.phpt


Patches

Add a Patch

Pull Requests

Pull requests:

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2016-08-11 10:02 UTC] nikic@php.net
Automatic comment on behalf of vhu@iki.fi
Revision: http://git.php.net/?p=php-src.git;a=commit;h=283b0cc8a5eeb69b8d77195549b385d1db4f6955
Log: Fix #72810. Add check for SKIP_ONLINE_TESTS
 [2016-08-11 10:02 UTC] nikic@php.net
-Status: Open +Status: Closed
 [2016-10-17 10:10 UTC] bwoebi@php.net
Automatic comment on behalf of vhu@iki.fi
Revision: http://git.php.net/?p=php-src.git;a=commit;h=283b0cc8a5eeb69b8d77195549b385d1db4f6955
Log: Fix #72810. Add check for SKIP_ONLINE_TESTS
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 19:01:30 2024 UTC