aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* test/ruby/test_io.rb: adjust CPU usage check to 10%normal2017-05-281-1/+2
* test for IO.copy_stream CPU usage (r58534)normal2017-05-271-0/+12
* apply timeout scaleko12017-05-271-1/+1
* numeric.c: fix for small numbernobu2017-05-271-0/+4
* dir.c: yield without base partnobu2017-05-261-4/+4
* use timeout scale.ko12017-05-251-2/+2
* Raise ArgumentError if sprintf format string ends with %eregon2017-05-251-0/+10
* dir.c: Dir.each_child and Dir.childrennobu2017-05-251-2/+12
* test_dir.rb: test Dir.entriesnobu2017-05-251-0/+1
* string.c: fix String#crypt leak introduced in r58866normal2017-05-241-0/+4
* enum.c: respect method visibilitynobu2017-05-241-0/+19
* test_enum.rb: test_inject_array_op_redefinednobu2017-05-241-7/+16
* duplicate methodnobu2017-05-241-5/+0
* skip on Solaris 11naruse2017-05-231-0/+4
* Dir as base optionnobu2017-05-231-0/+6
* test_dir.rb: sortnobu2017-05-231-1/+1
* Dir.glob base optionnobu2017-05-231-0/+6
* string.c: fix String#{casecmp,casecmp?} for non-string argumentsstomar2017-05-211-0/+14
* test_string.rb,test_symbol.rb: add some testsstomar2017-05-212-1/+8
* compile.c: fix catch-table labels optimizationnobu2017-05-201-0/+8
* fix off-by-one in r58806normal2017-05-191-1/+1
* test/ruby/test_io.rb: new test for IO.select exception setnormal2017-05-191-0/+12
* Merge latest dtoa.c [Bug #13545]naruse2017-05-191-0/+2
* test_dir_m17n.rb: read in filesystem encodingnobu2017-05-171-3/+3
* test_process.rb: compare in UTF-8nobu2017-05-161-2/+3
* object.c: use a sized enumerator with #yield_selfnobu2017-05-141-1/+3
* array.c: fix position in messagenobu2017-05-121-0/+1
* array.c: check position to insertnobu2017-05-121-0/+1
* test_exception.rb: test_machine_stackoverflow_by_tracenobu2017-05-102-24/+24
* parse.y: brace after literal argnobu2017-05-091-0/+10
* parse.y: do after cmdarg in parennobu2017-05-091-0/+4
* test_syntax.rb: test_brace_after_local_variablenobu2017-05-091-0/+9
* variable.c: cleanup waitq upon thread deathnormal2017-05-072-0/+25
* make Integer#{round,floor,ceil,truncate} always return integerstomar2017-05-061-8/+20
* parse.y: make shared string modifiablenobu2017-05-041-0/+10
* object.c: Kernel#yield_selfnobu2017-05-011-0/+8
* node.h: sign-extendnobu2017-04-291-0/+10
* parse.y: fix line in rescuenobu2017-04-281-0/+13
* Send the backtrace of the circular require warning as a single String to Warn...eregon2017-04-271-2/+2
* refactor newhash (revision 58463 another try) [fix GH-1600]shyouhei2017-04-272-1/+73
* error.c: send as a single stringnobu2017-04-261-0/+4
* add timeout.ko12017-04-251-2/+11
* no longer rescue exceptions of #<=> when initializing a Rangeeregon2017-04-251-0/+8
* no longer rescue exceptions of #coerce in Integer#steperegon2017-04-252-3/+3
* no longer rescue exceptions in numeric comparison operationseregon2017-04-251-6/+4
* load.c: backtrace of circular requirenobu2017-04-251-5/+29
* parse.y: args tail at errornobu2017-04-241-0/+7
* Fix space flag when Inf/NaN and width==3nobu2017-04-231-0/+52
* test_file_exhaustive.rb: check case-sensitive fsnobu2017-04-221-2/+4
* define PACKED_STRUCT_UNALIGNED correctlynormal2017-04-221-0/+17