summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2011-11-07* test/psych/test_yamldbm.rb: Test case should inherit from MiniTest,tenderlove
2011-11-07* test/ruby/test_io_m17n.rbusa
2011-11-05* test/openssl/test_engine.rb: add test for engine cipher. RC4 is usedemboss
2011-11-04* ext/openssl/ossl_pkey_rsa.c (rsa_generate): [SECURITY] Set RSAnahi
2011-11-04* test/openssl/test_engine.rb: add first tests for builtin "openssl"emboss
2011-11-03Don't define tests if there is no psych.naruse
2011-11-03* test/ruby/test_process.rb: clean up a garbage character.nagachika
2011-11-03add test for close-on-exec.akr
2011-11-03close a socket in test_socket_new.akr
2011-11-02* test/openssl/test_engine.rb: call Engine::cleanup on exit.emboss
2011-11-02* complex.c (nucomp_rationalize): fix function. [ruby-core:40667]nobu
2011-11-01* test/psych/test_yamldbm.rb: avoid platform dependency.ayumin
2011-11-01* test/ruby/test_marshal.rb: renamed methods duplicated with thoseshugo
2011-11-01On some platforms, object_id can be negative value like NetBSD.naruse
2011-10-31* lib/resolv.rb (Resolv::DNS): retry IO.select for premature wakeup.akr
2011-10-31* test/resolv/test_dns.rb: don't check maximum sleeped time.akr
2011-10-28add a comment.akr
2011-10-28A test for r33542.naruse
2011-10-27* bignum.c (rb_big_divide): raise ZeroDivisionError if divisor isnobu
2011-10-27* test/ruby/test_bignum.rb: ensure constants to be Bignum.nobu
2011-10-26* file.c (rb_file_join): honor input encodings than ASCII-8BIT.nobu
2011-10-24Follow the error format changed by FreeBSD 9.naruse
2011-10-23* io.c (copy_stream_fallback_body): check nil for EOF of read method.akr
2011-10-22* test/openssl/test_ssl.rb (test_multibyte_read_write): start serverakr