aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* string.c: check just before modificationnobu2017-06-181-0/+8
* test_string.rb: chomp! frozen stringnobu2017-06-181-0/+3
* proc.c: infect inspect resultnobu2017-06-141-0/+3
* test/ruby/test_method.rb: refined [ruby-core:81666] [Bug #13656]nobu2017-06-141-5/+6
* proc.c: skip prepended modulesnobu2017-06-141-0/+11
* remove ruby_kill() introduced for [Bug #7951].ko12017-06-121-0/+14
* iseq.c: preserve encodingnobu2017-06-121-0/+8
* * proc.c (get_local_variable_ptr): return found env ptr. Returned envko12017-06-121-0/+14
* enumerator.c: fix nested mapsnobu2017-06-101-1/+17
* check break target correctly.ko12017-06-081-0/+4
* IO#close: do not enqueue redundant interrupts (take #2)normal2017-06-061-0/+22
* add test_ill_formed_utf_8_replace to test recommended number of \uFFFDduerst2017-06-061-0/+74
* re-revert r59020ko12017-06-061-22/+0
* revert r59023 because it contans unrelated developping codeko12017-06-061-0/+22
* revert r59020 because it may fail some tests sometimes on some environment (h...ko12017-06-061-22/+0
* IO#close: do not enqueue redundant interruptsnormal2017-06-061-0/+22
* test_require.rb: fix expected pathnobu2017-06-041-1/+1
* test_require.rb: ignore EPERM at UNCnobu2017-06-031-7/+14
* file.c: preserve encodingnobu2017-06-031-0/+3
* test/ruby/test_require.rb: remove duplicate assertionnobu2017-06-031-7/+0
* test_require.rb: untouch default internal encodingnobu2017-06-031-2/+5
* test: attempt to reduce failures in assert_cpu_usage_lownormal2017-06-031-1/+1
* test_require.rb: assert_require_insecure_pathnobu2017-06-021-17/+48
* test_require.rb: fallback encodingnobu2017-06-021-1/+2
* test_require.rb: filesystem encodingnobu2017-06-021-2/+2
* file.c: preserve encodingnobu2017-06-021-0/+22
* fix failure on r58981ko12017-06-011-1/+1
* enum.c: check if reenterednobu2017-05-301-0/+16
* test_rubyoptions.rb: ruby-runner sets $0 to install name nownobu2017-05-301-1/+2
* 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