aboutsummaryrefslogtreecommitdiffstats
path: root/test/io/wait
Commit message (Expand)AuthorAgeFilesLines
* Add explicitly require for Dir.mktmpdirHiroshi SHIBATA2020-07-301-0/+1
* Scale sleeping times to wait for the OS operationsNobuyoshi Nakada2019-12-241-0/+4
* Synchronize with a Queue instead of sleepingNobuyoshi Nakada2019-12-241-4/+12
* Revert "Scale sleeping times"Koichi Sasada2019-12-241-4/+0
* Scale sleeping timesNobuyoshi Nakada2019-12-241-0/+4
* test_io_wait.rb: try to stabilize test_wait_readablek0kubun2018-12-311-1/+1
* test/io/wait/test_io_wait_uncommon.rb: relax /dev/random checknormal2018-08-251-1/+7
* test/io/wait/test_io_wait_uncommon.rb (test_tty_wait): increase timeoutnormal2018-08-091-1/+1
* test_io_wait_uncommon: new test for uncommon file typesnormal2018-05-151-0/+72
* * test/io/wait/test_io_wait.rb (test_wait_readwrite_timeout):odaira2016-03-091-1/+8
* test: use assert_not_*nobu2016-02-191-3/+3
* wait readable/writablenobu2016-01-241-0/+12
* test_io_wait.rb: wait_readablenobu2016-01-241-0/+31
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* test/io/wait/test_io_wait.rb (test_wait_eof): test return valuenormal2015-10-221-1/+3
* use assert_raisenobu2015-06-021-1/+1
* test_io_wait.rb: no EOF testnobu2015-04-121-1/+3
* io/wait: fix return value for buffered readnormal2015-03-011-1/+1
* Join threads.akr2014-05-301-2/+6
* * test/io/wait/test_io_wait.rb (TestIOWait#test_wait_writable_timeout): giveusa2013-01-111-3/+3
* test_io_wait.rb: Bug #7420nobu2012-11-291-1/+1
* io/wait: add IO#wait_writable methodnobu2012-11-211-0/+36
* * test/io/wait/test_io_wait.rb (TestIOWait#setup): of course, theusa2011-09-211-1/+1
* * test/io/wait/test_io_wait.rb (TestIOWait#{test_nread,test_ready?,usa2011-05-311-2/+5
* * test/io/wait/test_io_wait.rb: Linux socketpair(2) only supportkosaki2011-05-071-1/+5
* * test/io/wait/test_io_wait.rb: use Socket.pair instaed of pipe.kosaki2011-05-071-8/+2
* * test/io/wait/test_io_wait.rb: skip tests if the platform iskosaki2011-05-071-0/+7
* fix commit mistake of r31389.kosaki2011-04-301-0/+64