summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2011-12-08* test/rexml/test_order.rb (OrderTester#test_more_ordering): useusa
2011-12-08* test/ruby/test_process.rb (TestProcess#test_sete[gu]id): silentlyusa
2011-12-07It is fixed in FreeBSD 9.0 RC3, not RC2.naruse
2011-12-07* vm.c (vm_set_top_stack, vm_set_eval_stack): check for stacknobu
2011-12-07FreeBSD 9.0 RC2 fixes the bug.naruse
2011-12-06* ext/psych/lib/psych.rb (module Psych): parse and load methods taketenderlove
2011-12-06See the string "GDBM version".naruse
2011-12-06Fix copy and paste miss of r33960.naruse
2011-12-06Skip tests when the lib is with gdbm 1.8.0.naruse
2011-12-05Comment out tests which fails with GDBM-DBM compat mode.naruse
2011-12-05* process.c (proc_seteuid_m): fix argument.nobu
2011-12-04* lib/delegate.rb (Delegator#methods): Kernel#methods receivesnaruse
2011-12-04Introduce NEED_READCONV and NEED_WRITECONV to replace universal newline decor...luislavena
2011-12-03* variable.c (set_const_visibility): Module#private_constant hasmame
2011-11-30Fix 33906: remove JSON::Ext::Generator::GeneratorMethods::String.naruse
2011-11-30* variable.c (rb_path2class): don't raise NameError when the middlenaruse
2011-11-30* test/ruby/test_module.rb (TestModule): removed remove_*_mixins methods.nobu
2011-11-30* lib/mkmf.rb: Use MakeMakefile's rm_f to avoid conflict with Rake ordrbrain
2011-11-30* lib/rdoc/encoding.rb (RDoc::Encoding.read_file): fixup newline charsusa
2011-11-30* ext/psych/parser.c (parse): parse method can take an option filetenderlove
2011-11-29Don't break tests.naruse
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