aboutsummaryrefslogtreecommitdiffstats
path: root/test/io
Commit message (Expand)AuthorAgeFilesLines
...
* * test/io/console/test_io_console.rb (test_noctty): daemon() onnobu2011-08-041-8/+15
* * test/io/console/test_io_console.rb (TestIO_Console#test_sync):shyouhei2011-08-011-0/+3
* * test/io/console/test_io_console.rb (TestIO_Console#test_noctty):nobu2011-06-171-0/+2
* * test/io/console/test_io_console.rb (TestIO_Console#test_sync):nobu2011-06-161-3/+11
* Skip test_sync when there is no tty or something.naruse2011-06-141-0/+1
* * test/io/console/test_io_console.rb (TestIO_Console#test_noctty):nobu2011-06-141-7/+11
* * test/io/console/test_io_console.rb (TestIO_Console#test_noctty):nobu2011-06-131-5/+17
* * ext/io/console/console.c (console_dev): console should benobu2011-06-131-0/+4
* * ext/io/console/console.c (console_dev): take care of no-cttynobu2011-06-131-0/+10
* * 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
* * test/io/nonblock/test_flush.rb (TestIONonblock#flush_test):nobu2011-02-131-0/+1
* * lib/test/unit.rb (assert_include): add alias.nobu2011-02-121-2/+2
* * test/io/console/test_io_console.rb: Don't run test if the systemkosaki2011-01-231-4/+7
* * test/io/console/test_io_console.rb (TestIO_Console::helper):shyouhei2010-09-171-11/+23
* portability fix.akr2010-07-031-1/+4
* refine tests.akr2010-07-031-9/+60
* add sleep.akr2010-06-111-0/+11
* * test/io/nonblock/test_flush.rb (test_flush): try pipe andnobu2010-06-031-2/+11
* * ext/io/console/console.c (get_write_fd): return primary fd if nonobu2010-05-131-0/+9
* new test file.akr2010-05-121-0/+73
* * test/io/nonblock/test_flush.rb (TestIONonblock#test_flush):kazu2008-08-051-1/+5
* * test/io/nonblock/test_flush.rb: don't set Thread.abort_on_exception.akr2008-05-051-1/+0
* timeout larger area.akr2007-12-301-10/+10
* use timeout for thread join to avoid hang.akr2007-12-291-1/+4
* * test/io/nonblock/test_flush.rb: fix test for 1.9.ko12007-12-241-2/+1
* use ML ref. for assertion message.akr2007-11-181-2/+2
* * test/io/nonblock/test_flush.rb: YARV doesn't raise any errors ifko12007-02-201-0/+2
* * test/fileutils/test_fileutils.rb (check_singleton): fix to useko12007-02-141-1/+0
* * Merge YARVko12006-12-311-0/+1
* * test/io/nonblock/test_flush.rb (TestIONonblock#test_flush): writenobu2004-12-071-2/+2
* * test/io/nonblock/test_flush.rb: abandon tests when io/nonblock isnobu2004-11-291-2/+5
* * test/io/nonblock/test_flush.rb: test transferred data.nobu2004-11-291-3/+7
* * io.c (fptr_finalize): must not use FILE after fclose().nobu2004-11-291-0/+22