summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2015-07-16vm.c: fix mark with rewinding cfpnobu
2015-07-15* test/ruby/test_process.rb (test_exec_close_reserved_fd): test forngoto
2015-07-15* test/ruby/test_process.rb (test_deadlock_by_signal_at_forking):ngoto
2015-07-13use Timeout.timeoutnobu
2015-07-09test_process.rb: test for [Bug #11340]nobu
2015-07-07* test/ruby/test_method.rb (TestMethod#test_{instance,define}_method): assumedusa
2015-07-07* test/ruby/test_array.rbusa
2015-07-07symbol.c: preserve encodingnobu
2015-07-06string.c: ensure String#freeze resizes internal buffernormal
2015-07-06* vm_core.h: remove rb_iseq_t::klass to reduce dynamic data.ko1
2015-07-06* test/ruby/test_array.rbusa
2015-07-06* vm_insnhelper.c (vm_search_super_method): do not skip callingko1
2015-07-05test/ruby/test_array.rb: longer timeout for memory leak testnormal
2015-07-05test_process.rb: reap pidnobu
2015-07-05array.c: fix memory leaknobu
2015-07-05test/ruby/test_process.rb: test for fd=3 usability in childnormal
2015-07-04all?, any?, one?, none? of empty Enumerablenobu
2015-07-04* Add test case for empty array and first method with args.hsbt
2015-07-04* Add test for `Enumerable#sort` with block. Patch by @yui-knkhsbt
2015-07-03transcode.c: empty encoding namenobu
2015-07-01test_object.rb: use assert_separatelynobu
2015-07-01* Add test for Enumerable#none? [fix GH-950] Patch by @yui-knkhsbt
2015-06-30io.c: reopen OS encoding pathnobu
2015-06-30test_io.rb: skip method definitionsnobu
2015-06-29io.c: reopen stdio streams correctly when given "w+"normal
2015-06-28insns.def: preserve encodingnobu
2015-06-28insns.def: preserve encodingnobu
2015-06-28insns.def: preserve encodingnobu
2015-06-28test_redefinition_mismatchnobu
2015-06-28class.c: preserve encodingnobu
2015-06-28class.c: TypeError when superclass mismatchnobu
2015-06-26transcode.c: fix race conditionnobu
2015-06-25enum.c (enum_minmax): simplify return value creationnormal
2015-06-19test_method.rb: fix commit missnobu
2015-06-19proc.c: ArgumentError if no blocknobu
2015-06-19test_method.rb: split testnobu
2015-06-18* include/ruby/ruby.h: $SAFE=2 is now obsolete.hsbt
2015-06-18error.c: NameError#receivernobu
2015-06-17* include/ruby/ruby.h: $SAFE=3 is now obsolete.hsbt
2015-06-14test_require.rb: wait loadignobu
2015-06-14* test/ruby/test_require.rb (TestRequire#test_loading_fifo_threading): omit onusa
2015-06-14* enum.c (enum_chunk_while): New method Enumerable#chunk_while.akr
2015-06-14file.c: open without gvlnobu
2015-06-13* test/ruby/test_io.rb: add test for IO.binread fd leak.eregon
2015-06-13* file.c (rb_stat_ino): get inode from the interval of struct st.naruse
2015-06-13sleep thread until assertionsnaruse
2015-06-13* vm_core.h (rb_thread_t): add th->name.naruse
2015-06-12fix errorkazu
2015-06-12vm.c: break from orphan blocknobu
2015-06-12* pack.c (pack_{un,}pack): new template character `j` and `J`, pointerusa