summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2018-06-08ast.c: fix callsnobu
2018-06-07ast.c: refine AST#childrennobu
2018-06-07ast.c: Fix to raise `SyntaxError`yui-knk
2018-06-06math.c: adjust cbrtnobu
2018-06-05test_ast.rb: Add test cases of heredoc columnsyui-knk
2018-06-05Move a test fileyui-knk
2018-06-03Add TracePoint#parametersmame
2018-06-02Fixed wrong variable name.hsbt
2018-06-02Added test for default gems validation.hsbt
2018-05-31fix the conditionnobu
2018-05-31test_rubyoptions.rb: relax timeoutnobu
2018-05-29fake.rb: fix RUBY_DESCRIPTION for MJITnobu
2018-05-24test_rubyoptions.rb: RbConfig::CONFIG['cppflags'] can be nilk0kubun
2018-05-24test_rubyoptions.rb: allow passing test_verbosek0kubun
2018-05-23remove VM_ENV_DATA_INDEX_ENV_PROC.ko1
2018-05-22test_jit.rb: propagate suspicious stderrk0kubun
2018-05-17range.c: === by cover?nobu
2018-05-15Split TestThread#test_join_limits into peacesngoto
2018-05-14error.c: check redefined backtrace resultnobu
2018-05-11Use `&.` instead of modifier ifkazu
2018-05-10variable.c: fix multiple autoload with identical file (again)normal
2018-05-10revert r63387 and r63389 for nownormal
2018-05-10variable.c: fix autoload object lifetimes and leaknormal
2018-05-10variable.c: fix multiple autoload with identical filenormal
2018-05-09_mjit_compile_send.erb: revert r63350k0kubun
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