mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
![]() Test incorrect behaviour of `rb_io_wait_readable/writable`. --- test/fiber/test_io.rb | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) Check errno before invoking scheduler in `rb_io_wait_readable/writable`. See <https://bugs.ruby-lang.org/issues/17527> for more details. --- io.c | 66 +++++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 35 insertions(+), 31 deletions(-) |
||
---|---|---|
.. | ||
http.rb | ||
scheduler.rb | ||
test_backtrace.rb | ||
test_enumerator.rb | ||
test_io.rb | ||
test_mutex.rb | ||
test_process.rb | ||
test_ractor.rb | ||
test_scheduler.rb | ||
test_sleep.rb |