summaryrefslogtreecommitdiff
path: root/spec/ruby/library/yaml/load_file_spec.rb
AgeCommit message (Expand)Author
2018-03-04Update to ruby/spec@c1b568beregon
2017-09-20Move spec/rubyspec to spec/ruby for consistencyeregon
an>test_nonblock.rb: use assert_predicatenobu 2015-06-16test_nonblock.rb: fix failure on OSXnobu 2015-06-15socket: allow explicit buffer for recv and recv_nonblocknormal 2015-06-15socket: allow exception-free nonblocking sendmsg/recvmsgnormal 2015-06-05test/socket/test_nonblock.rb: try to avoid EMSGSIZEnormal 2015-06-04FreeBSD raises Errno::EMSGSIZEnaruse 2015-06-02use assert_raisenobu 2015-06-02test_nonblock.rb: skip if EPROTONOSUPPORTnobu 2015-06-02test/socket/test_nonblock.rb: new test for sendmsg_nonblocknormal 2015-05-18test_nonblock.rb: refine failure messagenobu 2015-05-17ext/socket/init.c: use SOCK_NONBLOCK if availablenormal 2015-04-20connect_nonblock(..., exception: false) does not raise EISCONNnormal 2015-04-12connect_nonblock supports "exception: false"normal 2015-03-12accept_nonblock supports "exception: false"normal 2014-02-18* test/socket/test_addrinfo.rb: remove unused variables.hsbt 2013-08-26* io.c (io_read_nonblock): support non-blocking reads without raisingtenderlove 2013-05-09* ext/socket/ancdata.c (bsock_sendmsg_internal): Always setakr 2010-06-14* test/socket/test_socket.rb (test_udp_server): rescue Errno::ENOSYSakr 2009-07-19Use UDP for sendmsg/recvmsg tests.akr 2009-07-17 * ext/socket/socket.c (socket_s_ip_address_list): drop inactiveusa 2009-03-19use IO::WaitWritable.akr 2009-03-19* io.c (rb_mWaitReadable): defined.akr 2009-03-06* {ext,lib,test}/**/*.rb: removed trailing spaces.nobu 2009-02-21* io.c (io_getpartial): error message describes what should beakr 2009-02-17care EWOULDBLOCK of accept_nonblock.akr 2009-02-11rename tests classes.akr