aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * parse.y (assoc, parser_yylex): add syntax to splat keyword hash.nobu2012-04-282-0/+21
* * test/readline/test_readline.rb (setup): avoid affected by user'snobu2012-04-271-0/+7
* test/readline/test_readline.rb: suppress bellnobu2012-04-271-0/+10
* * ext/socket/raddrinfo.c (init_unix_addrinfo): support the longestakr2012-04-261-3/+4
* * test/optparse/test_summary.rb (test_summary_containing_space): addnagachika2012-04-251-0/+8
* * lib/optparse.rb (OptionParser#to_a): split for each lines.nobu2012-04-241-1/+1
* Cent OS 5.6 wakes up in 4.989596sec from sleep(5).naruse2012-04-241-1/+1
* * enc/euc_jp.c: added EUC-JP-2004 and its alias EUC-JISX0213.usa2012-04-241-0/+69
* * compile.c: fix to output warning when the same literalsko12012-04-241-0/+23
* * parse.y (parser_yylex): EXPR_BEG by keywords is a start point ofnobu2012-04-241-0/+32
* * lib/optparse.rb (OptionParser#to_a): should split by end-of-linenobu2012-04-241-3/+3
* * lib/optparse.rb (OptionParser#to_a): String#to_a is no longernobu2012-04-241-0/+17
* * hash.c, object.c, struct.c, lib/ostruct.rb: add to_h methods.nobu2012-04-244-1/+47
* * test/drb/drbtest.rb ({DRbCore,DRbAry}#teardown}: cannot pass SIGTERMusa2012-04-241-2/+4
* fix condition to set yaml enginenobu2012-04-241-1/+1
* * parse.y (primary): remove wrong "fixpos" that caused incorrectmame2012-04-231-0/+14
* Wait until the server stops.naruse2012-04-231-0/+3
* * ext/iconv: deprecated. [Feature #6322]nobu2012-04-234-172/+0
* test with psychnobu2012-04-231-2/+5
* ignore unnecessary testnobu2012-04-231-3/+1
* skip OpenSSL dependent tests if not availablenobu2012-04-234-32/+34