]> granicus.if.org Git - php/commit
fixed 6 tests to pass on non-linux os, by removing the generic linux error string...
authorEyal Teutsch <eyalt@php.net>
Sun, 26 Dec 2010 13:10:23 +0000 (13:10 +0000)
committerEyal Teutsch <eyalt@php.net>
Sun, 26 Dec 2010 13:10:23 +0000 (13:10 +0000)
commit8e47365a97892780444bf331642fbdd8d269790a
tree472fdc645aef7ed2137eea8ef007a76f114ffcc0
parent5b5e89bb367157cbf81b52517e4779d82e71247f
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
ext/sockets/tests/socket_connect_params.phpt
ext/sockets/tests/socket_create_listen_used.phpt
ext/sockets/tests/socket_getpeername.phpt
ext/sockets/tests/socket_read_params.phpt
ext/sockets/tests/socket_sentto_recvfrom_ipv4_udp.phpt
ext/sockets/tests/socket_strerror.phpt
ext/sockets/tests/socket_write_params.phpt