aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* math.c: adjust cbrtnobu2018-06-061-0/+1
* test_ast.rb: Add test cases of heredoc columnsyui-knk2018-06-051-0/+12
* Move a test fileyui-knk2018-06-051-0/+141
* Add TracePoint#parametersmame2018-06-031-0/+39
* Fixed wrong variable name.hsbt2018-06-021-1/+1
* Added test for default gems validation.hsbt2018-06-021-0/+15
* fix the conditionnobu2018-05-311-2/+2
* test_rubyoptions.rb: relax timeoutnobu2018-05-311-4/+4
* fake.rb: fix RUBY_DESCRIPTION for MJITnobu2018-05-291-5/+1
* test_rubyoptions.rb: RbConfig::CONFIG['cppflags'] can be nilk0kubun2018-05-241-1/+1
* test_rubyoptions.rb: allow passing test_verbosek0kubun2018-05-241-1/+5
* remove VM_ENV_DATA_INDEX_ENV_PROC.ko12018-05-231-0/+8
* test_jit.rb: propagate suspicious stderrk0kubun2018-05-221-4/+16
* range.c: === by cover?nobu2018-05-171-0/+10
* Split TestThread#test_join_limits into peacesngoto2018-05-151-9/+25
* error.c: check redefined backtrace resultnobu2018-05-141-0/+10
* Use `&.` instead of modifier ifkazu2018-05-111-2/+2
* variable.c: fix multiple autoload with identical file (again)normal2018-05-101-0/+36
* revert r63387 and r63389 for nownormal2018-05-101-36/+0
* variable.c: fix autoload object lifetimes and leaknormal2018-05-101-0/+12
* variable.c: fix multiple autoload with identical filenormal2018-05-101-0/+24
* _mjit_compile_send.erb: revert r63350k0kubun2018-05-091-10/+0
* Use `&.` instead of modifier ifkazu2018-05-091-1/+1
* Remove unreachable breakkazu2018-05-081-1/+0
* Modify spaces [ci skip]kazu2018-05-081-5/+3
* _mjit_compile_send.erb: inline recursive callk0kubun2018-05-071-0/+10
* Remove needless require [ci skip]kazu2018-05-071-2/+0
* Use `&.` instead of modifier if and remove needless closed?kazu2018-05-071-6/+6
* Fix a typo [ci skip]kazu2018-05-071-1/+1
* object.c: raise on long invalid float stringnobu2018-05-041-0/+6
* _mjit_compile_send.erb: retry inlining attr_readerk0kubun2018-05-031-0/+31
* test_jit.rb: test local variablesk0kubun2018-05-021-4/+17
* test_jit.rb: test opt_aref_with againk0kubun2018-05-021-1/+4
* test_jit.rb: make it possible to automatically findk0kubun2018-05-021-7/+43
* test_jit.rb: verify tested insnsk0kubun2018-05-021-68/+102
* object.c: fix exponent with underscorenobu2018-05-021-0/+2
* test_jit.rb: add missing dependencyk0kubun2018-05-021-0/+1
* compile.c: mark catch_except_p of iseqk0kubun2018-05-021-0/+11
* test_rubyoptions.rb: let all tests work with --jitk0kubun2018-04-281-4/+9
* test_bug_reporter.rb: make it work with --jitk0kubun2018-04-281-1/+1
* test_rubyoptions.rb: let test_verbose work w/ --jitk0kubun2018-04-281-1/+3
* range.c: each on endless rangenobu2018-04-281-0/+26
* mjit.c: clean so file on Windowsnobu2018-04-271-1/+11
* test_numeric.rb: loose precision assertionnobu2018-04-261-1/+0
* compile.c: fix unconditional branch optimizationnobu2018-04-251-0/+7
* string.c: fix scanned substring with `\K`nobu2018-04-241-0/+2
* test/ruby/test_io.rb: add extra Thread#join to delay closenormal2018-04-231-2/+3
* test/ruby/test_io.rb: try to diagnose stuck test_recycled_fd_closenormal2018-04-211-3/+7
* test_jit.rb: follow the change of instructionk0kubun2018-04-211-1/+1
* test/ruby/test_io.rb: add closing recycled FD testnormal2018-04-211-0/+32