summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2017-06-14proc.c: infect inspect resultnobu
2017-06-14test/ruby/test_method.rb: refined [ruby-core:81666] [Bug #13656]nobu
2017-06-14proc.c: skip prepended modulesnobu
2017-06-12remove ruby_kill() introduced for [Bug #7951].ko1
2017-06-12iseq.c: preserve encodingnobu
2017-06-12* proc.c (get_local_variable_ptr): return found env ptr. Returned envko1
2017-06-10enumerator.c: fix nested mapsnobu
2017-06-08check break target correctly.ko1
2017-06-06IO#close: do not enqueue redundant interrupts (take #2)normal
2017-06-06add test_ill_formed_utf_8_replace to test recommended number of \uFFFDduerst
2017-06-06re-revert r59020ko1
2017-06-06revert r59023 because it contans unrelated developping codeko1
2017-06-06revert r59020 because it may fail some tests sometimes on some environment (h...ko1
2017-06-06IO#close: do not enqueue redundant interruptsnormal
2017-06-04test_require.rb: fix expected pathnobu
2017-06-03test_require.rb: ignore EPERM at UNCnobu
2017-06-03file.c: preserve encodingnobu
2017-06-03test/ruby/test_require.rb: remove duplicate assertionnobu
2017-06-03test_require.rb: untouch default internal encodingnobu
2017-06-03test: attempt to reduce failures in assert_cpu_usage_lownormal
2017-06-02test_require.rb: assert_require_insecure_pathnobu
2017-06-02test_require.rb: fallback encodingnobu
2017-06-02test_require.rb: filesystem encodingnobu
2017-06-02file.c: preserve encodingnobu
2017-06-01fix failure on r58981ko1
2017-05-30enum.c: check if reenterednobu
2017-05-30test_rubyoptions.rb: ruby-runner sets $0 to install name nownobu
2017-05-28test/ruby/test_io.rb: adjust CPU usage check to 10%normal
2017-05-27test for IO.copy_stream CPU usage (r58534)normal
2017-05-27apply timeout scaleko1
2017-05-27numeric.c: fix for small numbernobu
2017-05-26dir.c: yield without base partnobu
2017-05-25use timeout scale.ko1
2017-05-25Raise ArgumentError if sprintf format string ends with %eregon
2017-05-25dir.c: Dir.each_child and Dir.childrennobu
2017-05-25test_dir.rb: test Dir.entriesnobu
2017-05-24string.c: fix String#crypt leak introduced in r58866normal
2017-05-24enum.c: respect method visibilitynobu
2017-05-24test_enum.rb: test_inject_array_op_redefinednobu
2017-05-24duplicate methodnobu
2017-05-23skip on Solaris 11naruse
2017-05-23Dir as base optionnobu
2017-05-23test_dir.rb: sortnobu
2017-05-23Dir.glob base optionnobu
2017-05-21string.c: fix String#{casecmp,casecmp?} for non-string argumentsstomar
2017-05-21test_string.rb,test_symbol.rb: add some testsstomar
2017-05-20compile.c: fix catch-table labels optimizationnobu
2017-05-19fix off-by-one in r58806normal
2017-05-19test/ruby/test_io.rb: new test for IO.select exception setnormal
2017-05-19Merge latest dtoa.c [Bug #13545]naruse