aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * win32/win32.c (rb_w32_uchmod): typo. [Bug#5671] [ruby-dev:44898]usa2011-11-281-0/+9
* An address can be negative.naruse2011-11-271-1/+1
* Run the test only if /dev/tty exists.naruse2011-11-271-0/+1
* * test/openssl/test_engine.rb: remove side effect of generic engineemboss2011-11-261-16/+14
* * io.c (ioctl_narg_len, linux_iocparm_len): reinstantiate linuxkosaki2011-11-251-0/+13
* * test/openssl/test_engine.rb: use IO#reopen to restore stderr.akr2011-11-242-1/+13
* add a test.akr2011-11-241-0/+35
* * test/openssl/test_engine.rb: Suppress output from 'openssl'emboss2011-11-241-14/+16
* increase difference of priority to avoid false nagative test result.naruse2011-11-241-2/+2
* * io.c (ioctl_narg_len): don't use _IOC_SIZE macro on Linux.naruse2011-11-231-0/+9
* Fix for r33811.naruse2011-11-221-0/+2
* * bignum.c (): refix of r33536. Don't change behavior of Bignum#/.naruse2011-11-221-0/+6
* * numeric.c (ruby_float_step): improve floating point calculations.naruse2011-11-221-0/+29
* * test/ruby/test_io.rb (test_fcntl_dupfd): there is no known platformakr2011-11-211-1/+1
* * test/ruby/test_io.rb (test_fcntl_dupfd): the argument of F_DUPFD isakr2011-11-211-1/+1
* * cont.c (fiber_switch): ignore fiber context switchnaruse2011-11-201-0/+5
* * lib/pathname.rb (Pathname#find): return an enumerator ifakr2011-11-191-0/+4
* * time.c (TIME_COPY_GMT): copy vtm.utc_offset and vtm.zone too.akr2011-11-191-0/+7
* * test/net/http/test_http.rb: remove temporally files in ensure clause.akr2011-11-191-2/+4
* * test/net/http/test_http.rb: remove temporally files.akr2011-11-181-0/+2
* * ext/io/console/console.c (console_cooked, console_set_cooked):nobu2011-11-181-0/+15
* Imported minitest 2.8.1ryan2011-11-172-4/+61
* infinite loop seems to be fixed, so I can uncomment this assertion.tenderlove2011-11-171-3/+1
* * test/webrick/test_cgi.rb (TestWEBrickCGI#start_cgi_server): there areusa2011-11-162-2/+2
* * test/ruby/test_thread.rb (test_condvar_timed_wait): useakr2011-11-151-1/+2
* * test/ruby/test_sleep.rb (test_sleep_5sec): 0.1sec tolerance is tooakr2011-11-151-1/+2
* * test/ruby/test_io.rb (TestIO#test_fcntl_dupfd): fix OpenBSD testkosaki2011-11-151-2/+2
* revert r33752 and fix test case based [ruby-dev:44866].ayumin2011-11-141-4/+3
* * test/ruby/test_io.rb (test_fcntl_dupfd): fix test error onayumin2011-11-141-1/+2
* * bignum.c (rb_big2ull): fix 32bit platform breakage. we mustkosaki2011-11-141-6/+4
* * include/ruby/ruby.h: add NUM2SHORT(), NUM2USHORT() macros.kosaki2011-11-141-0/+40
* * bignum.c (rb_big2ull): fix off-by-twice bug of NUM2ULL.kosaki2011-11-141-12/+3
* * test/-ext-/num2int/test_num2int.rb (class TestNum2int):kosaki2011-11-141-0/+53
* * numeric.c (check_uint): fix off-by-one bug of NUM2UINT.kosaki2011-11-141-0/+145
* * test/webrick/test_cgi.rb (class TestWEBrickCGI): respectkosaki2011-11-122-0/+2
* * test/ruby/test_io.rb (test_fcntl_dupfd): skip if Fcntl::DUPFDkosaki2011-11-121-1/+1
* * test/ruby/test_io.rb (test_fcntl_dupfd): add another fcntl test.kosaki2011-11-121-0/+11
* * test/ruby/test_io.rb (test_fcntl_lock_freebsd): add a testcasekosaki2011-11-121-1/+36
* * io.c (ioctl_req_t): Type of req argument of ioctl() depend on platform.kosaki2011-11-121-0/+12
* * test/ruby/test_file.rb (TestFile#test_utime_with_minus_time_segv):usa2011-11-091-1/+2
* * test/ruby/test_file.rb (TestFile#test_utime_with_minus_time_segv):usa2011-11-091-0/+13
* * test/ruby/test_fiber.rb: add tests for r33684 (Fiber#resume).ko12011-11-091-0/+23
* * ext/psych/lib/psych/tree_builder.rb: dump complex numbers,tenderlove2011-11-081-0/+67
* FreeBSD 8.2 sticks this [ruby-dev:44726] [Bug #5524]naruse2011-11-081-0/+3
* * test/dbm/test_dbm.rb: split tests for read only database.akr2011-11-082-24/+60
* * include/ruby/encoding.h (ECONV_NEWLINE_DECORATOR_READ_MASK,usa2011-11-071-0/+57
* * ext/psych/lib/psych/scalar_scanner.rb: make sure strings that looktenderlove2011-11-071-0/+6
* * test/psych/test_yamlstore.rb: make test case inherit from MiniTest,tenderlove2011-11-071-4/+3
* * test/psych/test_yamldbm.rb: Test case should inherit from MiniTest,tenderlove2011-11-071-4/+5
* * test/ruby/test_io_m17n.rbusa2011-11-071-0/+20