summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2011-11-28* lib/mkmf.rb: Wrap mkmf.rb in module MakeMakefile to clean up Objectdrbrain
2011-11-28* test/rake/test_rake_directory_task.rbusa
2011-11-28* win32/win32.c (rb_w32_uchmod): typo. [Bug#5671] [ruby-dev:44898]usa
2011-11-27An address can be negative.naruse
2011-11-27Run the test only if /dev/tty exists.naruse
2011-11-26* test/openssl/test_engine.rb: remove side effect of generic engineemboss
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-24* test/openssl/test_engine.rb: Suppress output from 'openssl'emboss
2011-11-24increase difference of priority to avoid false nagative test result.naruse
2011-11-23* io.c (ioctl_narg_len): don't use _IOC_SIZE macro on Linux.naruse
2011-11-22Fix for r33811.naruse
2011-11-22* bignum.c (): refix of r33536. Don't change behavior of Bignum#/.naruse
2011-11-22* numeric.c (ruby_float_step): improve floating point calculations.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-20* cont.c (fiber_switch): ignore fiber context switchnaruse
2011-11-19* lib/pathname.rb (Pathname#find): return an enumerator ifakr
2011-11-19* time.c (TIME_COPY_GMT): copy vtm.utc_offset and vtm.zone too.akr
2011-11-19* test/net/http/test_http.rb: remove temporally files in ensure clause.akr
2011-11-18* test/net/http/test_http.rb: remove temporally files.akr
2011-11-18* ext/io/console/console.c (console_cooked, console_set_cooked):nobu
2011-11-17Imported minitest 2.8.1ryan
2011-11-17infinite loop seems to be fixed, so I can uncomment this assertion.tenderlove
2011-11-16* test/webrick/test_cgi.rb (TestWEBrickCGI#start_cgi_server): there areusa
2011-11-15* test/ruby/test_thread.rb (test_condvar_timed_wait): useakr
2011-11-15* test/ruby/test_sleep.rb (test_sleep_5sec): 0.1sec tolerance is tooakr
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-14* bignum.c (rb_big2ull): fix 32bit platform breakage. we mustkosaki
2011-11-14* include/ruby/ruby.h: add NUM2SHORT(), NUM2USHORT() macros.kosaki
2011-11-14* bignum.c (rb_big2ull): fix off-by-twice bug of NUM2ULL.kosaki
2011-11-14* test/-ext-/num2int/test_num2int.rb (class TestNum2int):kosaki
2011-11-14* numeric.c (check_uint): fix off-by-one bug of NUM2UINT.kosaki
2011-11-12* test/webrick/test_cgi.rb (class TestWEBrickCGI): respectkosaki
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
2011-11-09* test/ruby/test_file.rb (TestFile#test_utime_with_minus_time_segv):usa
2011-11-09* test/ruby/test_file.rb (TestFile#test_utime_with_minus_time_segv):usa
2011-11-09* test/ruby/test_fiber.rb: add tests for r33684 (Fiber#resume).ko1
2011-11-08* ext/psych/lib/psych/tree_builder.rb: dump complex numbers,tenderlove
2011-11-08FreeBSD 8.2 sticks this [ruby-dev:44726] [Bug #5524]naruse
2011-11-08* test/dbm/test_dbm.rb: split tests for read only database.akr
2011-11-07* include/ruby/encoding.h (ECONV_NEWLINE_DECORATOR_READ_MASK,usa
2011-11-07* ext/psych/lib/psych/scalar_scanner.rb: make sure strings that looktenderlove
2011-11-07* test/psych/test_yamlstore.rb: make test case inherit from MiniTest,tenderlove