aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* test_io.rb: IO.write testnobu2013-12-161-0/+16
* * vm_method.c (rb_method_entry_make): fix WB miss.ko12013-12-161-0/+13
* * process.c (make_clock_result): add :second as a unit fornaruse2013-12-161-0/+23
* suppress warning: SAFE=3 does no sandboxingnaruse2013-12-161-1/+7
* * gc.c: introduce GC.verify_internal_consistency method to verify GCko12013-12-161-0/+4
* test_dir.rb: fix system dependent testnobu2013-12-151-1/+6
* envutil.rb: reduce waitnobu2013-12-141-2/+2
* test_process.rb: handshakenobu2013-12-141-7/+18
* test_thread.rb: timing issuesnobu2013-12-142-46/+67
* test_thread.rb: assert_operator for comparisonnobu2013-12-141-1/+1
* test_fiber.rb: remove corenobu2013-12-141-1/+4
* [DOC] Correct a couple of typos in comments by @dvsuresh [Fixes GH-482]a_matsuda2013-12-141-1/+1
* vm_insnhelper.c: post arguments as mandatorynobu2013-12-141-0/+10
* envutil.rb: refine messagesnobu2013-12-141-1/+1
* Additional test coverage to Enumerator#peek.nobu2013-12-141-0/+9
* Additional test coverage to Dir class. Dir['**/*'] should not resolve symlinks.nobu2013-12-141-0/+12
* proc.c: method by respond_to_missing?nobu2013-12-141-0/+11
* object.c: check const namesnobu2013-12-141-4/+17
* object.c: nested path const_defined?nobu2013-12-141-0/+20
* object.c: fix typonobu2013-12-141-1/+1
* proc.c: fix inherited ownernobu2013-12-131-0/+9
* test_weakmap.rb: fix testnobu2013-12-131-1/+2
* test/ruby: better assertionsnobu2013-12-131-1/+1
* test_weakmap.rb: fix testnobu2013-12-131-1/+1
* proc.c, vm_method.c: fix super and aliasnobu2013-12-132-1/+58
* test_weakmap.rb: fix testnobu2013-12-131-5/+6
* test/ruby: better assertionsnobu2013-12-1345-513/+535
* assertions.rb: last match in assert_raise_with_messagenobu2013-12-131-3/+1
* * error.c: add Exception#backtrace_locations.ko12013-12-131-0/+30
* * doc/contributing.rdoc: [DOC] Fix typo in comments by @dvsuresh [Fixes GH-475]a_matsuda2013-12-121-1/+1
* * eval.c (rb_raise_jump): call c_return hook immediately afterko12013-12-111-3/+3
* revert r44133. See https://bugs.ruby-lang.org/issues/8886 detailsko12013-12-112-3/+3
* hash.c: reject should return a plain hashnobu2013-12-111-1/+36
* * eval.c (rb_raise_jump): pop frame after setup exception.ko12013-12-112-3/+3
* envutil.rb: backtrace may not be presentnobu2013-12-111-2/+4
* * insns.def: Fix optimization bug of Float#/ [Bug #9238]marcandre2013-12-101-0/+1
* array.c, hash.c: add saltnobu2013-12-102-0/+4
* test_exception.rb: ignore SystemStackErrornobu2013-12-101-0/+1
* envutil.rb: ensure errorsnobu2013-12-101-4/+4
* gc.c: check arguments firstnobu2013-12-101-0/+14
* gc.c: fix WeakMap#inspectnobu2013-12-101-0/+8
* * compile.c, insns.def, test/ruby/test_rubyvm.rb, vm.c, vm_core.h,charliesome2013-12-091-2/+2
* hash.c: fix segv in Hash#replacetmm12013-12-091-0/+10
* gc.c: ObjectSpace::WeakMap#sizenobu2013-12-091-0/+14
* test_weakmap.rb: addnobu2013-12-091-0/+96
* hash.c: reject shoult infectnobu2013-12-081-0/+2
* class.c, vm_insnhelper.c: check unknown keywordsnobu2013-12-081-0/+2
* test_keyword.rb: check error messagesnobu2013-12-081-6/+8
* * array.c (rb_ary_shuffle_bang, rb_ary_sample): checkktsj2013-12-081-0/+11
* vm.c: add RubyVM.stat for accessing cache serialstmm12013-12-081-0/+16