OlderDiff < 20110205T041653Z < ThisDiff > 20110206T041853Z > NewerDiff
=================================================================== +++ 20110206T041853Z @@ 31275 @@ /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3-pth/<buildtime>/rubyspec/library/socket/basicsocket/close_read_spec.rb Socket::BasicSocket#close_read +- closes the reading end of the socket (ERROR - <n>) +- it works on sockets with closed ends (ERROR - <n>) +- does not close the socket (ERROR - <n>) +- fully closes the socket if it was already closed for writing (ERROR - <n>) +- raises IOError on closed socket (ERROR - <n>) +- returns nil (ERROR - <n>) /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3-pth/<buildtime>/rubyspec/library/socket/basicsocket/close_write_spec.rb Socket::BasicSocket#close_write +- closes the writing end of the socket (ERROR - <n>) +- works on sockets with closed write ends (ERROR - <n>) +- does not close the socket (ERROR - <n>) +- fully closes the socket if it was already closed for reading (ERROR - <n>) +- raises IOError on closed socket (ERROR - <n>) +- returns nil (ERROR - <n>) /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3-pth/<buildtime>/rubyspec/library/socket/basicsocket/do_not_reverse_lookup_spec.rb BasicSocket.do_not_reverse_lookup +- defaults to false (ERROR - <n>) +- causes 'peeraddr' to avoid name lookups (ERROR - <n>) +- looks for hostnames when set to false (ERROR - <n>) +- looks for numeric addresses when set to true (ERROR - <n>) /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3-pth/<buildtime>/rubyspec/library/socket/basicsocket/for_fd_spec.rb BasicSocket#for_fd +- return a Socket instance wrapped around the descriptor (ERROR - <n>) /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3-pth/<buildtime>/rubyspec/library/socket/basicsocket/getpeername_spec.rb Socket::BasicSocket#getpeername +- returns the sockaddr of the other end of the connection (ERROR - <n>) +- raises an error if socket's not connected (ERROR - <n>) /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3-pth/<buildtime>/rubyspec/library/socket/basicsocket/getsockname_spec.rb Socket::BasicSocket#getsockname +- returns the sockaddr associacted with the socket (ERROR - <n>) +- returns the sockaddr associacted with the socket (ERROR - <n>) +- works on sockets listening in ipaddr_any (ERROR - <n>) +- works on sockets listening in ipaddr_any (ERROR - <n>) - returns empty sockaddr for unbinded sockets /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3-pth/<buildtime>/rubyspec/library/socket/basicsocket/getsockopt_spec.rb @@ 31331 @@ /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3-pth/<buildtime>/rubyspec/library/socket/basicsocket/recv_spec.rb BasicSocket#recv +- receives a specified number of bytes of a message from another socket (ERROR - <n>) +- accepts flags to specify unusual receiving behaviour (ERROR - <n>) +- gets lines delimited with a custom separator (ERROR - <n>) /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3-pth/<buildtime>/rubyspec/library/socket/basicsocket/send_spec.rb BasicSocket#send +- sends a message to another socket and returns the number of bytes sent (ERROR - <n>) +- accepts flags to specify unusual sending behaviour (ERROR - <n>) +- accepts a sockaddr as recipient address (ERROR - <n>) /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3-pth/<buildtime>/rubyspec/library/socket/basicsocket/setsockopt_spec.rb BasicSocket#setsockopt @@ 31362 @@ /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3-pth/<buildtime>/rubyspec/library/socket/ipsocket/addr_spec.rb Socket::IPSocket#addr +- returns an array with the socket's information (ERROR - <n>) +- returns an address in the array if do_not_reverse_lookup is true (ERROR - <n>) /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3-pth/<buildtime>/rubyspec/library/socket/ipsocket/getaddress_spec.rb Socket::IPSocket#getaddress @@ 31372 @@ /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3-pth/<buildtime>/rubyspec/library/socket/ipsocket/peeraddr_spec.rb Socket::IPSocket#peeraddr +- raises error if socket is not connected (ERROR - <n>) +- returns an array of information on the peer (ERROR - <n>) +- returns an IP instead of hostname if do_not_reverse_lookup is true (ERROR - <n>) /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3-pth/<buildtime>/rubyspec/library/socket/ipsocket/recvfrom_spec.rb Socket::IPSocket#recvfrom +- reads data from the connection (ERROR - <n>) +- reads up to len bytes (ERROR - <n>) +- returns an array with the data and connection info (ERROR - <n>) /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3-pth/<buildtime>/rubyspec/library/socket/socket/accept_spec.rb /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3-pth/<buildtime>/rubyspec/library/socket/socket/bind_spec.rb @@ 31392 @@ - raises Errno::EACCES when the current user does not have permission to bind Socket#bind on SOCK_STREAM socket +- binds to a port (FAILED - <n>) +- returns 0 if successful (ERROR - <n>) +- raises Errno::EINVAL when binding to an already bound port (ERROR - <n>) - raises Errno::EADDRNOTAVAIL when the specified sockaddr is not available from the local machine - raises Errno::EACCES when the current user does not have permission to bind /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3-pth/<buildtime>/rubyspec/library/socket/socket/connect_nonblock_spec.rb Socket#connect_nonblock - takes an encoded socket address and starts the connection to it +- connects the socket to the remote sidetimeout: output interval exceeds 1800.0 seconds. timeout: the process group <pgid> is alive. timeout: INT signal sent. |output interval exceeds 1800.0 seconds. (CommandTimeout) =================================================================== --- 20110205T041653Z @@ 31501 @@ /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3-pth/<buildtime>/rubyspec/library/socket/tcpserver/gets_spec.rb TCPServer#gets -- raises Errno::ENOTCONN on getstimeout: output interval exceeds 1800.0 seconds. timeout: the process group <pgid> is alive. timeout: INT signal sent. |output interval exceeds 1800.0 seconds. (CommandTimeout)
OlderDiff < 20110205T041653Z < ThisDiff > 20110206T041853Z > NewerDiff