aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* rexml: add close tag check on end of document to StreamParserkou2017-06-071-0/+32
* thread.c: avoid busy looping on rb_thread_fd_closenormal2017-06-071-0/+23
* 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-032-2/+16
* 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-302-4/+2
* test/erb/test_erb.rb: Fix unused variable warningk0kubun2017-05-291-0/+1
* test/ruby/test_io.rb: adjust CPU usage check to 10%normal2017-05-281-1/+2
* tests: increase CPU percentage threshold for assert_cpu_usage_lownormal2017-05-281-1/+1
* rb_wait_for_single_fd: do not OOM or segfault with invalid FD on select()normal2017-05-271-0/+7
* test for IO.copy_stream CPU usage (r58534)normal2017-05-272-0/+19
* 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-252-6/+14
* erb.rb: Add ERB#result_with_hashk0kubun2017-05-251-0/+29
* 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
* test_http.rb: fix r58855nobu2017-05-241-3/+3
* enum.c: respect method visibilitynobu2017-05-241-0/+19
* test_enum.rb: test_inject_array_op_redefinednobu2017-05-241-7/+16
* assertions.rb: AllFailures#foreachnobu2017-05-241-0/+19
* 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
* fix FD leaksnobu2017-05-231-3/+15