summaryrefslogtreecommitdiff
path: root/test/ruby/test_io.rb
AgeCommit message (Expand)Author
2013-03-30* test/ruby/test_class.rb: Simplify warning checksmarcandre
2013-03-16* thread.c: disabled _FORTIFY_SOURCE for avoid to hit glibc bug.kosaki
2013-01-25* test/ruby/test_io.rb (test_ioctl_linux): skip if a platform iskosaki
2012-12-22Deprecate #{lines,bytes,chars,codepoints} of IO-likes.knu
2012-12-01io.c: recurse for the argumentnobu
2012-11-06* ruby.c (load_file_internal): set default source encoding asnaruse
2012-10-12use tty(1) to check if /dev/tty is usable or notnaruse
2012-10-12Fix wrong condition of skipping test_ioctl_linuxnaruse
2012-10-03io.c: improved IO#reopennobu
2012-09-28io.c: IO#reopen int modenobu
2012-09-16io.c: io_set_read_lengthnobu
2012-09-09* test/ruby/test_io.rb (test_advise_pipe): new test to checkkosaki
2012-07-19* test/ruby/test_io.rb: remove temporally files early.akr
2012-06-25add tests for IO#seek.akr
2012-06-05Split one big test to seven tests.naruse
2012-05-13* test/ruby/test_io.rb (test_flush_in_finalizer1): don't use IO.for_fdnagachika
2012-05-13* test/ruby/test_io.rb (TestIO): revert r35631. it broke the intent ofnagachika
2012-05-12* test/ruby/test_io.rb (class TestIO): Disable GC during IO tests toluislavena
2012-04-19Fix multithread issue in the test of r35391naruse
2012-04-18* io.c (io_readpartial): Document the output buffer parameter isdrbrain
2012-04-08Decrease the default level of try_fdopen.naruse
2012-03-23* test/ruby/test_io.rb (try_fdopen): more GCable.nobu
2012-03-22* test/ruby/test_io.rb (TestIO#test_pos_with_getc): updated.usa
2012-03-21* test/ruby/test_io.rb (TestIO#test_pos_with_getc): added.usa
2012-03-09Rescue even if it test_readpartial_locktmp RuntimeError. [Bug#6099]naruse
2012-02-29* test/ruby/test_io.rb (TestIO#test_readpartial_locktmp): skip onusa
2012-02-28* io.c (io_fread, io_getpartial, rb_io_sysread): set buffer sizenobu
2012-02-27forgotten to commit at r34834.usa
2012-02-22* io.c (rb_io_extract_modeenc): fail only if conflictingnobu
2012-02-22* io.c (rb_io_s_foreach): argument check before making Enumerator.nobu
2012-02-22* io.c (rb_io_s_foreach): return enumerator including kerwordnobu
2012-02-15Add test for r34624.naruse
2012-02-13* io.c (io_setstrbuf): defer resizing buffer string until data isnobu
2012-01-18Suppress warnings.naruse
2012-01-09* test/ruby/test_io.rb (test_autoclose_true_closed_by_finalizer,nagachika
2011-12-26* test/ruby/test_io.rb (TestIO#test_autoclose): Tempfile.new doesn'tusa
2011-11-27Run the test only if /dev/tty exists.naruse
2011-11-25* io.c (ioctl_narg_len, linux_iocparm_len): reinstantiate linuxkosaki
2011-11-24* test/openssl/test_engine.rb: use IO#reopen to restore stderr.akr
2011-11-24add a test.akr
2011-11-23* io.c (ioctl_narg_len): don't use _IOC_SIZE macro on Linux.naruse
2011-11-21* test/ruby/test_io.rb (test_fcntl_dupfd): there is no known platformakr
2011-11-21* test/ruby/test_io.rb (test_fcntl_dupfd): the argument of F_DUPFD isakr
2011-11-15* test/ruby/test_io.rb (TestIO#test_fcntl_dupfd): fix OpenBSD testkosaki
2011-11-14revert r33752 and fix test case based [ruby-dev:44866].ayumin
2011-11-14* test/ruby/test_io.rb (test_fcntl_dupfd): fix test error onayumin
2011-11-12* test/ruby/test_io.rb (test_fcntl_dupfd): skip if Fcntl::DUPFDkosaki
2011-11-12* test/ruby/test_io.rb (test_fcntl_dupfd): add another fcntl test.kosaki
2011-11-12* test/ruby/test_io.rb (test_fcntl_lock_freebsd): add a testcasekosaki
2011-11-12* io.c (ioctl_req_t): Type of req argument of ioctl() depend on platform.kosaki