]> 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)
commitf21100b7f9290d3090add036cc852df2995334d5
tree3161098793839d8637ed502bcfc7781d07088260
parent8533e37d0cd65aa34390c6c2bfe30ace72de30a7
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