summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2014-10-15* test/ruby/envutil.rb (assert_pattern_list) Renamed fromakr
2014-10-15enum.c: nil if no iterationnobu
2014-10-15test_rubyoptions.rb: split regexpsnobu
2014-10-15* test/ruby/envutil.rb (assert_regexp_list): New assertion method.akr
2014-10-15Extract assert_segv and split the big regexp.akr
2014-10-14test/ruby/test_optimization.rb (test_string_size): new testnormal
2014-10-14test/ruby/test_optimization.rb: redefinition tests for Stringnormal
2014-10-14test/ruby/test_optimization.rb (test_hash_aset_with): assert assignmentnormal
2014-10-14test new optimizations for redefinesnormal
2014-10-13* enum.c (nmin_run): max(n) and max_by(n) returns an array inakr
2014-10-12parse.y: should not eliminate value nodesnobu
2014-10-11vm.c: precedence of duplicated keysnobu
2014-10-11parse.y: precedence of duplicated keysnobu
2014-10-08* test/ruby/test_syntax.rb: added syntax tests of underscore arguments.hsbt
2014-10-07normalize reference to Timeout::Errornormal
2014-10-07test/ruby/test_process.rb (TestProcess#test_setsid): AIX does not allow Proce...odaira
2014-10-07test/ruby/test_rubyoptions.rb (TestRubyOptions#test_encoding): On AIX, locale...odaira
2014-10-07signal.c: get rid of deadlock by discarded signalsnobu
2014-10-06signal.c: send signal unless handlednobu
2014-10-06test_string.rb: enable huge test only on possible platformsnobu
2014-10-03* test/ruby/test_io.rb (TestIO#test_advise): avoid to infinite loop.hsbt
2014-10-03* test/ruby/test_io.rb (TestIO#test_advise): added workaround of fadvise(2)hsbt
2014-10-02test_advice show OS and filesystem when failed.akr
2014-09-25object.c (rb_class_real): do not dereference 0 VALUEnormal
2014-09-23parse.y: label cannot be followed by a modifiernobu
2014-09-22Fix a typo.akr
2014-09-22test_thread.rb: thread for Queuenobu
2014-09-22* test/ruby/test_time_tz.rb: Fix test error with tzdata-2014g.akr
2014-09-21* time.c: raise exception when minutes of utc_offset is out of 00-59.glass
2014-09-21signal.c: SIGEXIT is not a system signalnobu
2014-09-21(test_main_thread_status_at_exit) wait until the thread enter the begin clause. akr
2014-09-21test_signal.rb: remove stale testnobu
2014-09-21signal.c: EINVAL is a failurenobu
2014-09-20* enum.c (enum_slice_when): New method: Enumerable#slice_when.akr
2014-09-20* .travis.yml: added new configurations for osx on travis ci.hsbt
2014-09-20parse.y: quoted ID keynobu
2014-09-20compile.c: store IDs as Symbolsnobu
2014-09-19vm_eval.c: fix super from eval with scopenobu
2014-09-19symbol.c: fix dynamic attrset IDnobu
2014-09-19test_math.rb: use Float#infinite?nobu
2014-09-19error.c: preserve encodingnobu
2014-09-19class.c: do not freeze meta-meta-classnobu
2014-09-14sprintf.c: improve rational 'f' formatnobu
2014-09-13class.c: freeze meta class onlynobu
2014-09-13eval.c: fix message as same as previous versionsnobu
2014-09-13test_yield.rb: use temporary instancenobu
2014-09-12Process.detach: avoid singleton class creationnormal
2014-09-12vm_method.c: should not modify frozen objectsnobu
2014-09-11* string.c (sym_find): remove Symbol.find because we have Symbol GC now.naruse
2014-09-11test_object.rb: add assertionsnobu