aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * test/ruby/test_io.rb (TestIO): revert r35631. it broke the intent ofnagachika2012-05-131-8/+0
* * test/ruby/test_io.rb (class TestIO): Disable GC during IO tests toluislavena2012-05-121-0/+8
* Revert r35622.naruse2012-05-111-1/+1
* * thread.c (rb_threadptr_execute_interrupts_common): th->errinfo isnaruse2012-05-111-1/+1
* Add a test: BigDecimal("0").div(BigDecimal("Infinity")).naruse2012-05-111-0/+4
* Bug #6419: fix cmdarg beginnobu2012-05-111-0/+5
* adding a few tests surrounding file open argumentstenderlove2012-05-101-0/+30
* fix the path of ifconfig.naruse2012-05-101-1/+1
* skip addresses whose interface is set as POINTOPOINT.naruse2012-05-101-3/+11
* Skip IPv6 addresses whose interface is set as IFDISABLED.naruse2012-05-101-8/+26
* test/minitest: Correct requiring path to metametameta.rb.nobu2012-05-102-2/+2
* * lib/net/imap.rb (decode_utf7, encode_utf7): refactored byshugo2012-05-091-2/+12
* * test/rubygems/test_gem_remote_fetcher.rb: skip OpenSSL dependentnobu2012-05-091-7/+10
* Imported minitest 3.0.0 (r7435) w/ fixes for rubygems. 10955 tests, 2253343 a...ryan2012-05-095-58/+117
* * include/ruby/win32.h (FD_SET): change function to macro.shirosaki2012-05-081-0/+25
* * io.c (io_unread): fix IO#pos with mode 'r' bug on Windows.shirosaki2012-05-081-0/+16
* test/mkmf/base.rb: hide compiler outputnobu2012-05-081-2/+6
* test: fix test conditionsnobu2012-05-083-7/+16
* test: why believe source directories are writable always?nobu2012-05-085-26/+29
* * test/minitest/metametameta.rb (MetaMetaMetaTestCase#assert_report):usa2012-05-081-2/+7
* test/testunit: fix for recent minitestnobu2012-05-072-4/+4
* * lib/minitest/unit.rb (assert_match): refix of r35563.naruse2012-05-071-0/+9
* Correct requiring path to metametameta.rb.naruse2012-05-071-1/+1
* test_ssl.rb: test only if necessary option is available.nobu2012-05-071-6/+6
* * ext/json: Merge JSON 1.7.1.naruse2012-05-077-10/+22
* * ext/openssl/ossl_ssl.c: add support for option flagsemboss2012-05-072-155/+208
* * lib/net/imap.rb (body_type_attachment): parse body typeshugo2012-05-071-0/+10
* * ext/bigdecimal/bigdecimal.c (Init_bigdecimal): define IDs beforenaruse2012-05-071-0/+6
* use assert_equal, assert_match, and so on.nobu2012-05-077-69/+34
* test_gem_installer.rb: fix argument ordernobu2012-05-071-1/+1
* * ext/openssl/ossl_ssl.c: support TLSv1.1 & TLSv1.1. Add emboss2012-05-061-0/+29
* Revert r35443.naruse2012-05-052-36/+36
* * test/rubygems/test_gem_installer.rb: fix broken test for r35541.ayumin2012-05-052-36/+36
* Imported minitest 2.12.1 (r7323)ryan2012-05-045-190/+740
* * test/zlib/test_zlib.rb (test_inflate): add a test for Zlib.inflate.naruse2012-05-041-0/+8
* * io.c (parse_mode_enc): remove warnings 'Ignoring internal encoding'.naruse2012-05-041-7/+8
* rescue if it cannnot load psych.naruse2012-05-041-1/+5
* Embed backtrace to debug.naruse2012-05-031-1/+2
* * lib/rdoc/parser.rb (RDoc.binary?): fix wrong regexp.naruse2012-05-031-0/+3
* rdoc: --extension option fixnobu2012-05-032-0/+16
* rdoc: non-binary multibytenobu2012-05-032-1/+1
* * parse.y (parser_yylex): allow spaces between lambda arrow andnobu2012-05-021-0/+5
* * ext/readline/readline.c (Readline.special_prefixes=)kouji2012-05-021-0/+4
* * ext/readline/readline.c (Readline.pre_input_hook)kouji2012-05-011-29/+51
* * test/ruby/test_settracefunc.rb: ignore traces from another threadsusa2012-05-011-17/+26
* add an assertion.akr2012-04-301-1/+3
* * lib/fileutils.rb (copy_metadata): use File.lchown and File.lchmod toakr2012-04-301-0/+11
* * test/ruby/test_continuation.rb (tracing_with_set_trace_func): don'tnagachika2012-04-301-2/+5
* * test/net/http/test_https.rb: update test for r35494ayumin2012-04-301-1/+1
* add a test for yaml ast roundtrippingtenderlove2012-04-281-0/+7