index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
io
/
wait
Age
Commit message (
Expand
)
Author
2022-12-15
Remove `require 'io/wait'` where it's no longer necessary. (#6932)
Samuel Williams
2022-09-17
Skip test_wait on MinGW CI
Takashi Kokubun
2022-06-25
[ruby/io-wait] Fix usage of `assert_raises` -> `assert_raise`. (https://githu...
Samuel Williams
2022-06-25
* remove trailing spaces. [ci skip]
git
2022-06-25
[ruby/io-wait] Don't add `IO#wait*` methods when `RUBY_IO_WAIT_METHODS` is de...
Samuel Williams
2022-01-12
[ruby/io-wait] Use omit instead of skip for test-unit
Hiroshi SHIBATA
2021-11-16
[ruby/io-wait] Disable ractor test which is meaningless on earlier versions
Nobuyoshi Nakada
2021-11-16
[ruby/io-wait] Use `omit` as per test-unit
Nobuyoshi Nakada
2021-03-07
[ruby/io-wait] Declare as Ractor-safe
Nobuyoshi Nakada
2021-03-07
[ruby/io-wait] Refined uncommon device type tests
Nobuyoshi Nakada
2020-07-30
Add explicitly require for Dir.mktmpdir
Hiroshi SHIBATA
2019-12-24
Scale sleeping times to wait for the OS operations
Nobuyoshi Nakada
2019-12-24
Synchronize with a Queue instead of sleeping
Nobuyoshi Nakada
2019-12-24
Revert "Scale sleeping times"
Koichi Sasada
2019-12-24
Scale sleeping times
Nobuyoshi Nakada
2018-12-31
test_io_wait.rb: try to stabilize test_wait_readable
k0kubun
2018-08-25
test/io/wait/test_io_wait_uncommon.rb: relax /dev/random check
normal
2018-08-09
test/io/wait/test_io_wait_uncommon.rb (test_tty_wait): increase timeout
normal
2018-05-15
test_io_wait_uncommon: new test for uncommon file types
normal
2016-03-09
* test/io/wait/test_io_wait.rb (test_wait_readwrite_timeout):
odaira
2016-02-19
test: use assert_not_*
nobu
2016-01-24
wait readable/writable
nobu
2016-01-24
test_io_wait.rb: wait_readable
nobu
2015-12-16
Add frozen_string_literal: false for all files
naruse
2015-10-22
test/io/wait/test_io_wait.rb (test_wait_eof): test return value
normal
2015-06-02
use assert_raise
nobu
2015-04-12
test_io_wait.rb: no EOF test
nobu
2015-03-01
io/wait: fix return value for buffered read
normal
2014-05-30
Join threads.
akr
2013-01-11
* test/io/wait/test_io_wait.rb (TestIOWait#test_wait_writable_timeout): give
usa
2012-11-29
test_io_wait.rb: Bug #7420
nobu
2012-11-21
io/wait: add IO#wait_writable method
nobu
2011-09-21
* test/io/wait/test_io_wait.rb (TestIOWait#setup): of course, the
usa
2011-05-31
* test/io/wait/test_io_wait.rb (TestIOWait#{test_nread,test_ready?,
usa
2011-05-07
* test/io/wait/test_io_wait.rb: Linux socketpair(2) only support
kosaki
2011-05-07
* test/io/wait/test_io_wait.rb: use Socket.pair instaed of pipe.
kosaki
2011-05-07
* test/io/wait/test_io_wait.rb: skip tests if the platform is
kosaki
2011-04-30
fix commit mistake of r31389.
kosaki