summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2014-05-30* test/lib/minitest/unit.rb (check_fd_leak): Sort the inspectedakr
2014-05-30* test/lib/minitest/unit.rb (check_fd_leak): Try GC to delete leakedakr
2014-05-30force_encoding to get the log of failure by Encoding::CompatibilityErrornaruse
2014-05-30minitest/unit.rb: defer requiring -test-nobu
2014-05-30* test/lib/test/unit/parallel.rb (_run_suite): orig_stdout may be nilnaruse
2014-05-30test_string.rb: move and add assertionsnobu
2014-05-30string.c: reset code rangenobu
2014-05-30test_beginendblock.rb: avoid leaking threadsnobu
2014-05-29* ext/-test-/dir: Dir#fileno implemented.akr
2014-05-29test/test_syslog.rb: Close fds.akr
2014-05-29test/readline/test_readline.rb: Close fds.akr
2014-05-29* io.c (pipe_open): Close pipes when rb_execarg_fixup() raisesakr
2014-05-29test/test_pty.rb: Close fds.akr
2014-05-29* test/lib/minitest/unit.rb (capture_subprocess_io): Close fds.akr
2014-05-29test/logger/test_logdevice.rb: Close fds.akr
2014-05-29test/io/nonblock/test_flush.rb: Close fds.akr
2014-05-29test/fileutils/test_fileutils.rb: Close fds.akr
2014-05-29* io.c (rb_io_s_pipe): Close pipes if io_encoding_set() raises anakr
2014-05-29* lib/csv.rb (CSV.open): Close the opened file when an exception occur.akr
2014-05-29* ext/openssl/lib/openssl/ssl.rb (SSLServer#accept): Close a socketakr
2014-05-28Suppress warnings.akr
2014-05-28* ext/socket/unixsocket.c (rsock_init_unixsock): Open a socketakr
2014-05-28Close fds.akr
2014-05-28* test/ruby/test_io.rb (test_flush_in_finalizer1): Useakr
2014-05-28No need to kill a thread.akr
2014-05-28* lib/net/imap.rb (Net::IMAP#initialize): Close the opened socket whenakr
2014-05-28* ext/openssl/ossl_ssl.c (ossl_ssl_close): Fix sync_close to workakr
2014-05-28drbtest.rb: avoid leaking threadsnobu
2014-05-28test/rake: avoid leaking threadsnobu
2014-05-28test/rake: avoid leaking threadsnobu
2014-05-28test_socket.rb: ignore interface without addressnobu
2014-05-28test_dir_m17n.rb: assert_raw_file_namenobu
2014-05-28envutil.rb: connect caller to backtracenobu
2014-05-28test_thread.rb: move thread switch testnobu
2014-05-27Use Tempfile#close!.akr
2014-05-27* test/lib/minitest/unit.rb: Use Tempfile#close! instead ofakr
2014-05-27Avoid a shadowing warning.akr
2014-05-27* lib/cgi/core.rb: Use Tempfile#close(true) instead of Tempfile#unlinkakr
2014-05-27parallel.rb: do not split messagesnobu
2014-05-27parse.y: refine error messagenobu
2014-05-27* test/rexml: Avoid fd leaks.akr
2014-05-27* test/rexml/test_document.rb: Indent.kou
2014-05-27* test/rexml/test_document.rb: Wrap by REXMLTests module.kou
2014-05-27* test/rexml/test_encoding_2.rb: Remove a needless file.kou
2014-05-27* test/rexml/test_contrib.rb: Indent.kou
2014-05-27use Socket.getifaddrs to show interface names and so onnaruse
2014-05-27* test/rexml/: Use REXMLTests as wrapping module for REXML tests.kou
2014-05-27* test/rexml/test_comment.rb: Remove needless REXML module wrapping.kou
2014-05-27* test/openssl/test_pkcs7.rb: Fix inverted expected and actual values.kou
2014-05-27* test/ruby/test_io.rb (test_flush_in_finalizer1): some opened fds areusa