php-src/ext/sockets/tests
2015-06-08 08:13:30 +02:00
..
bug46360.phpt More tests from 2009 testfest 2009-08-30 09:30:13 +00:00
bug49341.phpt fix failing test on Linux build 2012-12-19 10:23:57 +01:00
bug51958.phpt - Fixed SKIPIF section of bug51958.phpt. 2011-03-20 22:12:11 +00:00
bug63000.phpt Bug #63000: MCAST_JOIN_GROUP on OSX is broken 2012-09-19 22:17:35 +02:00
ipv4loop.phpt Harden loopback tests 2013-04-30 19:30:55 -07:00
ipv6_skipif.inc Fix overbroad skipif include 2013-02-02 14:06:23 +01:00
ipv6loop.phpt Oops 2013-04-30 19:43:52 -07:00
mcast_helpers.php.inc - Fixed ext/sockets build on Mac OS X (hopefully). 2011-06-11 20:20:50 +00:00
mcast_ipv4_recv.phpt - Fixed ext/sockets build on Mac OS X (hopefully). 2011-06-11 20:20:50 +00:00
mcast_ipv4_send_error.phpt - Small ajustments to some multicast options. 2011-11-26 17:48:52 +00:00
mcast_ipv4_send.phpt Fix skipif test here 2014-11-10 10:41:18 -08:00
mcast_ipv6_recv_limited.phpt - Fixed ext/sockets build on Mac OS X (hopefully). 2011-06-11 20:20:50 +00:00
mcast_ipv6_recv.phpt Fix test (skip on unable to create socket) 2013-03-03 11:24:45 +08:00
mcast_ipv6_send.phpt Fix mcast_ipv6_send test 2013-02-02 16:38:07 +01:00
socket_abstract_path_sendmsg.phpt socket: support unix paths in the abstract namespace 2013-07-15 23:57:51 +02:00
socket_abstract_path.phpt socket: support unix paths in the abstract namespace 2013-07-15 23:57:51 +02:00
socket_accept-wrongparams.phpt
socket_bind_params.phpt Test from 2009 testfest 2009-08-26 17:17:58 +00:00
socket_bind.phpt Mark this test as requiring internet connecion. 2013-01-31 14:38:39 +01:00
socket_close_params.phpt Test from 2009 testfest 2009-08-26 17:17:58 +00:00
socket_cmsg_credentials.phpt Add test for CMSG_CREDENTIALS message 2013-02-02 16:38:06 +01:00
socket_cmsg_rights.phpt socket: fix bug #65260 (SCM_RIGHTS) 2013-07-15 23:57:49 +02:00
socket_connect_error.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
socket_connect_params.phpt fixed 6 tests to pass on non-linux os, by removing the generic linux error string from the exp result. on socket_strerror on the other hand, added to the SKIPIF a condition to run on linux only, as the test checks specifically various error strings 2010-12-26 13:10:23 +00:00
socket_create_listen_params.phpt Test from 2009 testfest 2009-08-26 17:17:58 +00:00
socket_create_listen_used.phpt fixed 6 tests to pass on non-linux os, by removing the generic linux error string from the exp result. on socket_strerror on the other hand, added to the SKIPIF a condition to run on linux only, as the test checks specifically various error strings 2010-12-26 13:10:23 +00:00
socket_create_listen-nobind.phpt
socket_create_listen-win32.phpt Fixed bug #61632 Test ext\sockets\tests\socket_create_listen.phpt fails 2012-04-10 13:06:14 +02:00
socket_create_listen-wrongparams.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
socket_create_listen.phpt Fixed bug #61632 Test ext\sockets\tests\socket_create_listen.phpt fails 2012-04-10 13:06:14 +02:00
socket_create_pair-wrongparams-win32.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
socket_create_pair-wrongparams.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
socket_create_pair.phpt
socket_create_params.phpt Test from 2009 testfest 2009-08-26 17:17:58 +00:00
socket_getpeername_ipv4loop.phpt Harden loopback tests 2013-04-30 19:30:55 -07:00
socket_getpeername_ipv6loop.phpt Harden loopback tests 2013-04-30 19:30:55 -07:00
socket_getpeername.phpt fixed 6 tests to pass on non-linux os, by removing the generic linux error string from the exp result. on socket_strerror on the other hand, added to the SKIPIF a condition to run on linux only, as the test checks specifically various error strings 2010-12-26 13:10:23 +00:00
socket_getsockname.phpt Test from 2009 testfest 2009-08-26 17:17:58 +00:00
socket_import_stream-1.phpt - Added socket_import_stream(). 2011-03-22 00:44:23 +00:00
socket_import_stream-2.phpt Finish ext/sockets 2014-05-18 12:02:05 +08:00
socket_import_stream-3.phpt test fixes 2011-12-26 03:22:07 +00:00
socket_import_stream-4-win.phpt fixed language dependent Windows socket tests 2015-06-08 08:13:30 +02:00
socket_import_stream-4.phpt Finish ext/sockets 2014-05-18 12:02:05 +08:00
socket_import_stream-5.phpt - Fixed SKIPIF section missing a semicolon. 2011-04-30 15:54:44 +00:00
socket_listen_params.phpt Test from 2009 testfest 2009-08-26 17:17:58 +00:00
socket_listen-wrongparams.phpt Fixed bug #61634 Test ext\sockets\tests\socket_listen-wrongparams.phpt fails 2012-04-10 13:08:57 +02:00
socket_read_params.phpt fixed 6 tests to pass on non-linux os, by removing the generic linux error string from the exp result. on socket_strerror on the other hand, added to the SKIPIF a condition to run on linux only, as the test checks specifically various error strings 2010-12-26 13:10:23 +00:00
socket_recvmsg.phpt skip if no IPv6 support 2013-03-05 17:18:13 +08:00
socket_select-wrongparams-1-win32.phpt Fixed bug #61635 ext\sockets\tests\socket_select-wrongparams-1.phpt 2012-04-10 14:00:50 +02:00
socket_select-wrongparams-1.phpt Fixed bug #61635 ext\sockets\tests\socket_select-wrongparams-1.phpt 2012-04-10 14:00:50 +02:00
socket_select-wrongparams-2.phpt
socket_select-wrongparams-3.phpt
socket_select-wrongparams-4.phpt
socket_select.phpt
socket_sendrecvmsg_multi_msg-win32.phpt send/recvmsg() support for Windows 2013-02-02 16:38:09 +01:00
socket_sendrecvmsg_multi_msg.phpt skip if no IPv6 support 2013-03-05 17:18:13 +08:00
socket_sentto_recvfrom_ipv4_udp.phpt Fix test on Windows. 2013-02-03 02:03:00 +01:00
socket_sentto_recvfrom_ipv6_udp-win32.phpt fixed language dependent Windows socket tests 2015-06-08 08:13:30 +02:00
socket_sentto_recvfrom_ipv6_udp.phpt Ignore warnings on EAGAIN/EWOULDBLOCK/EINPROGRESS 2013-02-02 15:43:05 +01:00
socket_sentto_recvfrom_unix.phpt Ignore warnings on EAGAIN/EWOULDBLOCK/EINPROGRESS 2013-02-02 15:43:05 +01:00
socket_set_block-retval.phpt Finish ext/sockets 2014-05-18 12:02:05 +08:00
socket_set_block-wrongparams.phpt
socket_set_nonblock-retval.phpt Finish ext/sockets 2014-05-18 12:02:05 +08:00
socket_set_nonblock-wrongparams.phpt
socket_set_nonblock.phpt Test from 2009 testfest 2009-08-26 17:17:58 +00:00
socket_set_option_bindtodevice.phpt Implements feature Bug #63472 ability to set SO_BINDTODEVICE on socket. 2013-06-23 15:20:54 -07:00
socket_set_option_error_socket_option.phpt Skip test on Apple 2013-03-05 14:02:28 +08:00
socket_set_option_in6_pktinfo.phpt skip if no IPv6 support 2013-03-05 17:18:13 +08:00
socket_set_option_rcvtimeo.phpt - Fix bad section names (extra - in the end..) 2009-11-09 17:08:48 +00:00
socket_set_option_seolinger.phpt test fixes 2011-12-26 03:22:07 +00:00
socket_set_option_sndtimeo.phpt - Fix bad section names (extra - in the end..) 2009-11-09 17:08:48 +00:00
socket_strerror.phpt Fix failed test: sys_errlist[116] have changed on recent glibc (Fedora 18) 2013-01-31 14:22:56 +01:00
socket_write_params.phpt fixed 6 tests to pass on non-linux os, by removing the generic linux error string from the exp result. on socket_strerror on the other hand, added to the SKIPIF a condition to run on linux only, as the test checks specifically various error strings 2010-12-26 13:10:23 +00:00
unixloop.phpt Fixed bug #61638 Test ext\sockets\tests\unixloop.phpt fails 2012-04-10 14:00:51 +02:00