summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2014-05-27Wrap REXML test classes by REXML module.akr
2014-05-27* io.c (rb_io_autoclose_p): Don't raise on frozen IO.akr
2014-05-27* test/openssl/test_pair.rb: Modify TestSSL#test_read_and_writehsbt
2014-05-27* remove trailing spaces.svn
2014-05-27* test/openssl/test_pkcs7.rb: Add tests for PKCS7#type= and add_data.hsbt
2014-05-27* test/openssl/test_hmac.rb (test_binary_update): Added Test forhsbt
2014-05-27* test/runner.rb: fixed randomly test failure.hsbt
2014-05-27* test/test_timeout.rb (test_timeout): inverted test condition.hsbt
2014-05-27* test/lib/minitest/unit.rb: Show leaked file descriptors.akr
2014-05-27io.c: no error on frozen IOnobu
2014-05-26Use Tempfile.create instead of Tempfile.new.akr
2014-05-26test/unit.rb: reduce error messagesnobu
2014-05-26test/rdoc: avoid tempfile leaksnobu
2014-05-26test/rubygems: remove tempfilesnobu
2014-05-26test/rdoc: avoid tempfile leaksnobu
2014-05-26test/rdoc: remove tempfilesnobu
2014-05-26test_rinda.rb: revert stop_servicenobu
2014-05-26test_rinda.rb: fix leaked threadsnobu