summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2015-07-23parse.y: pop cmdargnobu
2015-07-22* ext/openssl/ossl_ssl.c: add ECDH callback support. [Feature #11356]tenderlove
2015-07-22* ext/openssl/ossl_ssl.c: add ALPN support. [Feature #9390]tenderlove
2015-07-22string.c: fix coderange of reversenobu
2015-07-22* test/webrick/test_utils.rb (TestWEBrickUtils#test_nested_timeout_outer): seemsusa
2015-07-22* test/ruby/test_range.rb: Add test case for Range#end withhsbt
2015-07-21suppress warningsnaruse
2015-07-21* gc.c (internal_object_p): Now a singleton classes appear byko1
2015-07-21* test/ruby/test_range.rb: Add test for Range#hashhsbt
2015-07-21test/socket/test_nonblock.rb: increase buffer sizes to OpenBSD limitsnormal
2015-07-21test_process.rb: split a testnobu
2015-07-18test/ruby/test_process.rb: test thread+sigs work after failed execnormal
2015-07-17test/socket/test_nonblock: use smaller buffer for sendmsgnormal
2015-07-17io.c (argf_read_nonblock): support `exception: false'normal
2015-07-17test_range.rb: add Range#new testnobu
2015-07-17test_range.rb: add Range#last assertionsnobu
2015-07-17remove unnecessary enumerator requiresnormal
2015-07-16vm.c: fix mark with rewinding cfpnobu
2015-07-15* test/ruby/test_process.rb (test_exec_close_reserved_fd): test forngoto
2015-07-15* test/ruby/test_process.rb (test_deadlock_by_signal_at_forking):ngoto
2015-07-15encoding.c: drop dummy encoding flagnobu
2015-07-15-test-/string: movenobu
2015-07-14test_filehandler.rb: fix UNC path failurenobu
2015-07-14webrick/test_utils.rb: no timeout during assertionnobu
2015-07-14webrick/utils.rb: wakeup immediatelynobu
2015-07-14test_utils.rb: splitnobu
2015-07-14webrick/server.rb: stop immediatelynobu
2015-07-13use Timeout.timeoutnobu
2015-07-11Simple testing for StringIO#sysreadnobu
2015-07-10test_timeout.rb: add an assertionnobu
2015-07-10timeout.rb: removed and use Timeout::Errornobu
2015-07-09test_process.rb: test for [Bug #11340]nobu
2015-07-08leakchecker.rb: close consolenobu
2015-07-07iseq.c (iseq_data_to_ary): dump kw_arg as symbolnormal
2015-07-07* test/ruby/test_method.rb (TestMethod#test_{instance,define}_method): assumedusa
2015-07-07* test/ruby/test_array.rbusa
2015-07-07file.c: skip invalid bytenobu
2015-07-07symbol.c: preserve encodingnobu
2015-07-06string.c: ensure String#freeze resizes internal buffernormal
2015-07-06* vm_core.h: remove rb_iseq_t::klass to reduce dynamic data.ko1
2015-07-06* test/ruby/test_array.rbusa
2015-07-06* vm_insnhelper.c (vm_search_super_method): do not skip callingko1
2015-07-06* test/lib/memory_status.rb: removed redundant path.hsbt
2015-07-05fix multiple loadnobu
2015-07-05test/ruby/test_array.rb: longer timeout for memory leak testnormal
2015-07-05parallel.rb: upper directorynobu
2015-07-05test_process.rb: reap pidnobu
2015-07-05array.c: fix memory leaknobu
2015-07-05test/ruby/test_process.rb: test for fd=3 usability in childnormal
2015-07-04all?, any?, one?, none? of empty Enumerablenobu