aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Merge rdoc-6.0.4 from upstream.hsbt2018-05-081-59/+0
* 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
* optparse: Suppress warningsnobu2018-05-061-0/+2
* object.c: raise on long invalid float stringnobu2018-05-041-0/+6
* _mjit_compile_send.erb: retry inlining attr_readerk0kubun2018-05-031-0/+31
* Revert "ext/cgi/escape: preserve String subclass in result"normal2018-05-031-21/+0
* ext/cgi/escape: preserve String subclass in resultnormal2018-05-021-0/+21
* 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/thread/test_cv.rb: test CV usability inside forked childnormal2018-04-301-2/+8
* io.c: workaround for EPROTOTYPEnobu2018-04-302-2/+2
* test_open3.rb: let test_popen2 work with --jitk0kubun2018-04-282-1/+10
* test_rubyoptions.rb: let all tests work with --jitk0kubun2018-04-281-4/+9
* test_bug_reporter.rb: make it work with --jitk0kubun2018-04-282-2/+4
* test_rubyoptions.rb: let test_verbose work w/ --jitk0kubun2018-04-281-1/+3
* test_parallel.rb: extend timeout for --jit-waitk0kubun2018-04-281-12/+13
* test_ftp.rb: extend read_timeout for --jit-waitk0kubun2018-04-281-1/+1
* range.c: each on endless rangenobu2018-04-281-0/+26
* Merge Pysch 3.0.3.pre1.hsbt2018-04-282-0/+53
* rexml: disable XPath 1.0 compatible "#{ELEMENT_NAME}" processing by defaultkou2018-04-285-18/+10
* mjit.c: clean so file on Windowsnobu2018-04-272-4/+17
* Revert "Fix use of `rb_profile_frames` start parameter"tenderlove2018-04-271-4/+0
* Fix use of `rb_profile_frames` start parametertenderlove2018-04-261-0/+4
* 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
* rescue Errno::EPROTOTYPEnobu2018-04-231-1/+1
* test/ruby/test_io.rb: add extra Thread#join to delay closenormal2018-04-231-2/+3
* Skip some tests to make CI healthy.ko12018-04-222-0/+10
* rexml: Fix XPath bug of //#{ELEMENT_NAME}[#{POSITION}]kou2018-04-222-5/+8
* rexml: Fix XPath bug of /#{ELEMENT_NAME}kou2018-04-224-11/+14
* 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
* rexml: Enable more testskou2018-04-211-3/+3
* rexml: Fix XPath concat() implementationkou2018-04-211-1/+1
* rexml: Fix XPath string() implementationkou2018-04-211-22/+5
* rexml: Make more readablekou2018-04-211-2/+2
* rexml: Fix a test bugkou2018-04-211-1/+1
* rexml: Make more readablekou2018-04-211-1/+6
* test/ruby/test_io.rb: add closing recycled FD testnormal2018-04-211-0/+32