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
ruby_3_3
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bootstraptest
/
test_io.rb
Age
Commit message (
Expand
)
Author
2014-10-07
normalize reference to Timeout::Error
normal
2014-06-07
bootstraptest/test_{fork,io,thread}.rb: reduce sleep times
nobu
2014-04-29
* (lib/tmpdir.rb): Rescue LoadError on etc.so for miniruby.
akr
2014-04-24
* bootstraptest/test_io.rb: Add etc.so to $" before require 'tmpdir'.
akr
2014-04-24
revert r45709.
akr
2014-04-24
* bootstraptest/test_io.rb: Don't use tmpdir because etc.so is not
akr
2013-01-06
* bootstraptest/test_io.c: add a test for [ruby-dev:46834].
yugui
2013-01-03
Fix failures on btest for NativeClient.
yugui
2010-05-05
* bootstraptest/test_io.rb (megacontent-copy_stream): get rid of
nobu
2010-04-18
* bootstraptest/test_io.rb: reduced megacontent test.
nobu
2009-11-25
* bootsraptest/test_io.rb: skip the test of io/nonblock on Windows.
usa
2009-07-21
* bootstraptest/test_io.rb: block write may block for long time.
matz
2009-04-26
* bootstraptest/test_io.rb: test for [ruby-dev:38131].
nobu
2008-08-28
* bootstraptest/test_io.rb: no need to create real file.
usa
2008-07-11
* io.c (rb_io_wait_readable, rb_io_wait_writable): check if the file
nobu
2008-02-21
* io.c (argf_set_encoding): uses current_file after check for next
nobu
2008-02-14
* io.c (io_reopen): check STDIN, STDOUT and STDERR mode according to
akr
2008-02-07
* io.c (io_reopen): don't change access mode for stdin, stdout and
akr
2007-12-26
remove p.
akr
2007-12-25
* io.c (appendline): move RS comparison to rb_io_getline_1().
matz
2007-12-21
* bootstraptest/test_fork.rb: skip if fork is not unsupported.
ko1
2007-12-21
* io.c: write() should be in blocking region.
ko1
2007-11-27
longer timeout.
akr
2007-11-26
* bootstraptest/test_{io,marshal}.rb, lib/rubygems/require_paths_builder.rb t...
nobu
2007-11-23
* bootstraptest/test_knownbug.rb: move solved tests.
ko1