summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2018-05-09Use `&.` instead of modifier ifkazu
2018-05-08Remove unreachable breakkazu
2018-05-08Modify spaces [ci skip]kazu
2018-05-07_mjit_compile_send.erb: inline recursive callk0kubun
2018-05-07Remove needless require [ci skip]kazu
2018-05-07Use `&.` instead of modifier if and remove needless closed?kazu
2018-05-07Fix a typo [ci skip]kazu
2018-05-04object.c: raise on long invalid float stringnobu
2018-05-03_mjit_compile_send.erb: retry inlining attr_readerk0kubun
2018-05-02test_jit.rb: test local variablesk0kubun
2018-05-02test_jit.rb: test opt_aref_with againk0kubun
2018-05-02test_jit.rb: make it possible to automatically findk0kubun
2018-05-02test_jit.rb: verify tested insnsk0kubun
2018-05-02object.c: fix exponent with underscorenobu
2018-05-02test_jit.rb: add missing dependencyk0kubun
2018-05-02compile.c: mark catch_except_p of iseqk0kubun
2018-04-28test_rubyoptions.rb: let all tests work with --jitk0kubun
2018-04-28test_bug_reporter.rb: make it work with --jitk0kubun
2018-04-28test_rubyoptions.rb: let test_verbose work w/ --jitk0kubun
2018-04-28range.c: each on endless rangenobu
2018-04-27mjit.c: clean so file on Windowsnobu
2018-04-26test_numeric.rb: loose precision assertionnobu
2018-04-25compile.c: fix unconditional branch optimizationnobu
2018-04-24string.c: fix scanned substring with `\K`nobu
2018-04-23test/ruby/test_io.rb: add extra Thread#join to delay closenormal
2018-04-21test/ruby/test_io.rb: try to diagnose stuck test_recycled_fd_closenormal
2018-04-21test_jit.rb: follow the change of instructionk0kubun
2018-04-21test/ruby/test_io.rb: add closing recycled FD testnormal
2018-04-20_mjit_compile_send.erb: inline attr_reader callk0kubun
2018-04-20variable.c: fix thread + fork errors in autoloadnormal
2018-04-20range.c: step in bignumnobu
2018-04-20range.c: fix fixnum loop conditionnobu
2018-04-19range.c: Make Range#bsearch support endless rangesmame
2018-04-19Make Range#min, max, include?, cover?, and === to support endless rangemame
2018-04-19Introduce endless range [Feature#12912]mame
2018-04-19dir.c: warning for NULnobu
2018-04-19Add slice method to ENV like Hash#slicenobu
2018-04-17test/ruby/test_super.rb: Remove unused assertionsmame
2018-04-17The test for TracePoint with thread had never worked correctlymame
2018-04-17The test for TracePoint#raised_exception had never worked correctlymame
2018-04-17Remove the old disabled assertions for 1.8/1.9mame
2018-04-17Enable the assertions that had been disabled for historical reasonmame
2018-04-17Remove the assertions that have no meaningmame
2018-04-17Remove the disabled old tests for Ruby 1.8/1.9 feature changemame
2018-04-17Use assert(false) for the path that is expected unreachablemame
2018-04-17parse.y: fix cmdarg in command_argsnobu
2018-04-16compile.c: align rangenobu
2018-04-16string.c: fix dumped suffixnobu
2018-04-16string.c: fix checking ordernobu
2018-04-14Extend timeoutnaruse