ruby 1.9.2p232 (2011-05-30 revision 31804) [x86_64-linux] [1.9.2] (duet) 1569W 1NotOK 3F0E rubyspec:3F1E

chkbuild summary recent last

OlderDiff < 20110528T231004Z < ThisDiff > 20110529T225327Z > NewerDiff

OLDREV 31519
NEWREV 31804
CHG ChangeLog	31519->31804
CHG compile.c	31517->31765
CHG configure.in	31196->31798
CHG error.c	30692->31765
CHG io.c	30574->31800
CHG numeric.c	30045->31803
CHG parse.y	31510->31775
CHG strftime.c	27128->31770
CHG thread.c	31402->31765
CHG variable.c	27870->31765
CHG version.h	31519->31804
CHG vm.c	31514->31765
CHG vm_eval.c	30897->31765
CHG vm_insnhelper.c	31518->31765
CHG ext/openssl/ossl_ocsp.c	27437->31791
CHG ext/openssl/ossl_pkey_dh.c	27440->31796
CHG ext/openssl/ossl_pkey_dsa.c	27440->31796
CHG ext/openssl/ossl_pkey_ec.c	27645->31796
CHG ext/openssl/ossl_pkey_rsa.c	27440->31795
CHG ext/openssl/ossl_x509name.c	27440->31792
CHG ext/openssl/lib/openssl/buffering.rb	25189->31777
CHG ext/psych/lib/psych/scalar_scanner.rb	28602->31769
CHG ext/psych/lib/psych/json/tree_builder.rb	30566->31767
CHG ext/stringio/stringio.c	30565->31797
CHG include/ruby/intern.h	29791->31790
CHG include/ruby/win32.h	27732->31802
CHG lib/pstore.rb	26673->31776
CHG lib/tempfile.rb	28266->31768
CHG lib/uri/common.rb	30306->31799
CHG lib/uri/generic.rb	27350->31804
CHG test/test_pstore.rb	25184->31776
CHG test/test_syslog.rb	25189->31793
CHG test/test_time.rb	28498->31770
ADD test/openssl/test_buffering.rb	none->31777
CHG test/openssl/test_pkey_rsa.rb	25184->31796
CHG test/psych/test_json_tree.rb	30687->31767
CHG test/psych/test_scalar_scanner.rb	27095->31769
CHG test/ruby/test_float.rb	30692->31790
CHG test/ruby/test_process.rb	28067->31771
CHG test/ruby/test_range.rb	26426->31803
CHG test/stringio/test_stringio.rb	30565->31797
CHG test/uri/test_generic.rb	25184->31804
CHG win32/win32.c	30314->31798

===================================================================
+++ 20110529T225327Z
@@ 330 @@
 checking for eaccess... yes
 checking for truncate... yes
 checking for ftruncate... yes
+checking for ftello... yes
 checking for chsize... no
 checking for times... yes
 checking for utimes... yes
@@ 4063 @@
 "test/openssl/ssl_server.rb"
 "test/openssl/test_asn1.rb"
 "test/openssl/test_bn.rb"
+"test/openssl/test_buffering.rb"
 "test/openssl/test_cipher.rb"
 "test/openssl/test_config.rb"
 "test/openssl/test_digest.rb"
@@ 8626 @@
 
 
 Files:       514
+Classes:    1086 (  653 undocumented)
 Constants:  1365 ( 1142 undocumented)
 Modules:     240 (  138 undocumented)
+Methods:    7641 ( 2875 undocumented)
+ 53.46% documented
 
 Elapsed: <t>s
 == version # <time>
@@ 8915 @@
 /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/test/ruby/test_exception.rb:<line_b>: warning: statement not reached
 /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/test/ruby/test_primitive.rb:<line_a>: warning: literal in condition
 lib/rational.rb is deprecated
+/home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/test/openssl/test_buffering.rb:<line_a>: warning: `*' interpreted as argument prefix
+/home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/test/openssl/test_buffering.rb:<line_b>: warning: `*' interpreted as argument prefix
 /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/test/psych/test_deprecated.rb:148:in `<class:YamlAs>': yaml_as is deprecated, please use yaml_tag
 /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/test/json/test_json_rails.rb:<line_a>: warning: ambiguous first argument; put parentheses or even spaces
 /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/test/json/test_json_rails.rb:<line_b>: warning: ambiguous first argument; put parentheses or even spaces
@@ 9180 @@
 CGIMultipartTest#test_cgi_multipart_stringio: <elapsed> s: .
 CGIMultipartTest#test_cgi_multipart_tempfile: <elapsed> s: .
 CGISessionTest#test_cgi_session_filestore: <elapsed> s: .
+CGISessionTest#test_cgi_session_pstore: /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/lib/pstore.rb:441: warning: method redefined; discarding old marshal_dump_supports_canonical_option?
 /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/lib/pstore.rb:<line_a>: warning: previous definition of marshal_dump_supports_canonical_option? was here
 <elapsed> s: .
 CGISessionTest#test_cgi_session_specify_session_id: <elapsed> s: .
@@ 9726 @@
 OpenSSL::TestASN1#test_encode_integer: <elapsed> s: .
 OpenSSL::TestBN#test_integer_to_bn: <elapsed> s: .
 OpenSSL::TestBN#test_prime_p: <elapsed> s: .
+OpenSSL::TestBuffering#test_flush: <elapsed> s: .
+OpenSSL::TestBuffering#test_flush_error: <elapsed> s: .
 OpenSSL::TestCipher#test_AES: <elapsed> s: .
 OpenSSL::TestCipher#test_ciphers: <elapsed> s: .
 OpenSSL::TestCipher#test_crypt: <elapsed> s: .
@@ 9794 @@
 OpenSSL::TestPKCS7#test_detached_sign: <elapsed> s: .
 OpenSSL::TestPKCS7#test_enveloped: <elapsed> s: .
 OpenSSL::TestPKCS7#test_signed: <elapsed> s: .
+OpenSSL::TestPKeyRSA#test_new: <elapsed> s: .
 OpenSSL::TestPKeyRSA#test_padding: <elapsed> s: .
 OpenSSL::TestPKeyRSA#test_private: <elapsed> s: .
 OpenSSL::TestPair#test_connect_accept_nonblock: /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/test/openssl/test_pair.rb:211: warning: using default DH parameters.
@@ 9961 @@
 PStoreTest#test_changes_are_not_written_on_abort: <elapsed> s: .
 PStoreTest#test_data_should_be_loaded_correctly_when_in_readonly_mode: <elapsed> s: .
 PStoreTest#test_data_should_be_loaded_correctly_when_in_readwrite_mode: <elapsed> s: .
+PStoreTest#test_nested_transaction_raises_error: <elapsed> s: .
 PStoreTest#test_opening_new_file_in_readonly_mode_should_result_in_empty_values: <elapsed> s: .
 PStoreTest#test_opening_new_file_in_readwrite_mode_should_result_in_empty_values: <elapsed> s: .
+PStoreTest#test_thread_safe: <elapsed> s: .
 PStoreTest#test_writing_inside_readonly_transaction_raises_error: <elapsed> s: .
 PrettyPrintTest::Fill#test_00_06: <elapsed> s: .
 PrettyPrintTest::Fill#test_07_10: <elapsed> s: .
@@ 10110 @@
 Psych::TestJSONTree#test_list_to_json: <elapsed> s: .
 Psych::TestJSONTree#test_hash: <elapsed> s: .
 Psych::TestJSONTree#test_symbol: <elapsed> s: .
+Psych::TestJSONTree#test_json_list_dump_exclude_tag: <elapsed> s: .
 Psych::TestJSONTree#test_int: <elapsed> s: .
 Psych::TestJSONTree#test_float: <elapsed> s: .
 Psych::TestNull#test_null_list: <elapsed> s: .
@@ 12892 @@
 TestFixnum#test_sub: <elapsed> s: .
 TestFixnum#test_succ: <elapsed> s: .
 TestFixnum#test_to_s: <elapsed> s: .
+TestFloat#test_Float: /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/test/ruby/test_float.rb:431: warning: Float 11111111111111111111... out of range
 /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/test/ruby/test_float.rb:<line_a>: warning: Float 1e1000 out of range
 <elapsed> s: .
 TestFloat#test_ceil: <elapsed> s: .
@@ 17986 @@
 TestRange#test_range_string: <elapsed> s: .
 TestRange#test_range_symbol: <elapsed> s: .
 TestRange#test_step: <elapsed> s: .
+TestRange#test_step_ruby_core_35753: <elapsed> s: .
 TestRange#test_to_s: <elapsed> s: .
 TestRange#test_uninitialized_range: <elapsed> s: .
 TestRdocParserPerlPOD#test_perl_without_pod: <elapsed> s: .
@@ 19441 @@
 /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/test/json/test_json_rails.rb:<line_a>: warning: ambiguous first argument; put parentheses or even spaces
 /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/test/json/test_json_rails.rb:<line_b>: warning: ambiguous first argument; put parentheses or even spaces
 /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/test/json/test_json_rails.rb:<line_c>: warning: ambiguous first argument; put parentheses or even spaces
+/home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/test/openssl/test_buffering.rb:<line_a>: warning: `*' interpreted as argument prefix
+/home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/test/openssl/test_buffering.rb:<line_b>: warning: `*' interpreted as argument prefix
 /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/test/ruby/test_array.rb:<line_a>: warning: shadowing outer local variable - a
 /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/test/ruby/test_array.rb:<line_b>: warning: shadowing outer local variable - a
 /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/test/ruby/test_basicinstructions.rb:<line_a>: warning: literal in condition
@@ 19929 @@
 TestTimeExtension#test_encode_httpdate: <elapsed> s: .
 TestTimeExtension#test_encode_rfc2822: <elapsed> s: .
 TestTimeExtension#test_encode_xmlschema: <elapsed> s: .
+TestTimeExtension#test_huge_precision: <elapsed> s: .
 TestTimeExtension#test_invalid: <elapsed> s: .
 TestTimeExtension#test_nsec: <elapsed> s: .
 TestTimeExtension#test_parse_fraction: <elapsed> s: .
@@ 20502 @@
 <["/home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/lib/irb/ruby-lex.rb:<line_a>: warning: mismatched indentations at 'end' with 'while' at 1071"]>.
 
  <n>) Failure:
+test_optimize_last_anycharstar(TestRegexp) [/home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/test/ruby/test_regexp.rb:816]:
+Exception raised:
+<#<RegexpError: failed to allocate memory: /(\d) (.*)/>>.
 
  <n>) Failure:
 test_require_too_long_filename(TestRequire) [/home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/test/ruby/test_require.rb:23]:
@@ 20534 @@
  "/home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/lib/rubygems/gem_path_searcher.rb:<line_a>: warning: /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/lib/ruby/gems/1.9.1/gems/rdoc-2.5.8/lib/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/f",
  "/home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/lib/rubygems/gem_path_searcher.rb:<line_a>: warning: /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/lib/ruby/gems/1.9.1/gems/rdoc-2.5.8/lib/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/f"]>.
 
+8497 tests, <num> assertions, 3 failures, 0 errors, 0 skips
 
 Test run options: --seed <num> --verbose
 make: *** [yes-test-all] [e382a8e383a9e383bc] 1
@@ 42351 @@
 - creates a date with arguments
 - doesn't create dates for invalid arguments
 - creats a Date for different calendar reform dates
+- doesn't blow up (illegal instruction and segfault, respectively) when fed huge numbers (FAILED - <n>)
 
 Date#valid_civil?
 - should be able to determine if a date is valid
@@ 42687 @@
 - creates a date with arguments
 - doesn't create dates for invalid arguments
 - creats a Date for different calendar reform dates
+- doesn't blow up (illegal instruction and segfault, respectively) when fed huge numbers (FAILED - <n>)
 
 Date.new
 - needs to be reviewed for spec completeness
@@ 51584 @@
 /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/integer/chr_spec.rb:27:in `<top (required)>'
 
  <n>)
+Date#civil doesn't blow up (illegal instruction and segfault, respectively) when fed huge numbers FAILED
+Expected FloatDomainError but got NoMemoryError (failed to allocate memory)
+/home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/shared/civil.rb:72:in `block (4 levels) in <top (required)>'
+/home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/shared/civil.rb:71:in `each'
+/home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/shared/civil.rb:71:in `block (3 levels) in <top (required)>'
+/home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/civil_spec.rb:5:in `<top (required)>'
 
  <n>)
+Date#new doesn't blow up (illegal instruction and segfault, respectively) when fed huge numbers FAILED
+Expected FloatDomainError but got NoMemoryError (failed to allocate memory)
+/home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/shared/civil.rb:72:in `block (4 levels) in <top (required)>'
+/home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/shared/civil.rb:71:in `each'
+/home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/shared/civil.rb:71:in `block (3 levels) in <top (required)>'
+/home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/new_spec.rb:5:in `<top (required)>'
 
  <n>)
 Net::HTTP.get when passed URI yields each read part of the body to the passed block when passed a block ERROR
@@ 51607 @@
 
 Finished in <t> seconds
 
+3494 files, 17366 examples, <num> expectations, 3 failures, 1 error
 exit 1
 failed(rubyspec)
 == end # <time>

===================================================================
--- 20110528T231004Z
@@ 501 @@
 gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/x86_64-linux -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV   -o hash.o -c hash.c
 gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/x86_64-linux -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV   -o inits.o -c inits.c
 gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/x86_64-linux -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV   -o io.o -c io.c
-io.c:<line_a>:26: warning: "HAVE___SYSCALL" is not defined
 gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/x86_64-linux -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV   -o marshal.o -c marshal.c
 gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/x86_64-linux -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV   -o math.o -c math.c
 gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/x86_64-linux -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV   -o node.o -c node.c
@@ 8625 @@
 
 
 Files:       514
-Classes:    1087 (  654 undocumented)
 Constants:  1365 ( 1142 undocumented)
 Modules:     240 (  138 undocumented)
-Methods:    7642 ( 2876 undocumented)
- 53.45% documented
 
 Elapsed: <t>s
 == version # <time>
@@ 9177 @@
 CGIMultipartTest#test_cgi_multipart_stringio: <elapsed> s: .
 CGIMultipartTest#test_cgi_multipart_tempfile: <elapsed> s: .
 CGISessionTest#test_cgi_session_filestore: <elapsed> s: .
-CGISessionTest#test_cgi_session_pstore: /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/lib/pstore.rb:453: warning: method redefined; discarding old marshal_dump_supports_canonical_option?
 /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/lib/pstore.rb:<line_a>: warning: previous definition of marshal_dump_supports_canonical_option? was here
 <elapsed> s: .
 CGISessionTest#test_cgi_session_specify_session_id: <elapsed> s: .
@@ 9848 @@
 <elapsed> s: .
 OpenSSL::TestSSL#test_sslctx_set_params: /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/.ext/common/openssl/ssl-internal.rb:164: warning: using default DH parameters.
 <elapsed> s: .
-OpenSSL::TestSSL#test_starttls: /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/.ext/common/openssl/buffering.rb:36: warning: SSL session is not started yet.
 /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/.ext/common/openssl/buffering.rb:<line_a>: warning: SSL session is not started yet.
 /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/.ext/common/openssl/buffering.rb:<line_c>: warning: SSL session is not started yet.
 /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/.ext/common/openssl/buffering.rb:<line_a>: warning: SSL session is not started yet.
@@ 12883 @@
 TestFixnum#test_sub: <elapsed> s: .
 TestFixnum#test_succ: <elapsed> s: .
 TestFixnum#test_to_s: <elapsed> s: .
-TestFloat#test_Float: /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/test/ruby/test_float.rb:429: warning: Float 11111111111111111111... out of range
 /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/test/ruby/test_float.rb:<line_a>: warning: Float 1e1000 out of range
 <elapsed> s: .
 TestFloat#test_ceil: <elapsed> s: .
@@ 18444 @@
 TestShiftJIS#test_code_to_mbclen: <elapsed> s: .
 TestShiftJIS#test_mbc_case_fold: <elapsed> s: .
 TestShiftJIS#test_property: <elapsed> s: .
-TestSignal#test_exit_action: <elapsed> s: F
 TestSignal#test_interrupt: <elapsed> s: .
 TestSignal#test_invalid_signal_name: <elapsed> s: .
 TestSignal#test_kill_immediately_before_termination: <elapsed> s: .
@@ 20252 @@
 TestZlibGzipReader#test_ungetc: <elapsed> s: .
 TestZlibGzipReader#test_ungetc_paragraph: <elapsed> s: .
 TestZlibGzipReader#test_unused: <elapsed> s: .
-TestZlibGzipReader#test_unused2: /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/test/zlib/test_zlib.rb:486: [BUG] Segmentation fault
 ruby <version>
 
--- control frame ----------
-c:0014 p:---- s:0054 b:0054 l:000053 d:000053 CFUNC  :unused
-c:0013 p:0171 s:0051 b:0051 l:000050 d:000050 METHOD /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/test/zlib/test_zlib.rb:486
-c:0012 p:0063 s:0045 b:0045 l:000044 d:000044 METHOD /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/lib/minitest/unit.rb:695
-c:0011 p:0091 s:0039 b:0039 l:000498 d:000038 BLOCK  /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/lib/minitest/unit.rb:656
-c:0010 p:---- s:0034 b:0034 l:000033 d:000033 FINISH
-c:0009 p:---- s:0032 b:0032 l:000031 d:000031 CFUNC  :each
-c:0008 p:0026 s:0029 b:0029 l:000498 d:000028 BLOCK  /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/lib/minitest/unit.rb:650
-c:0007 p:---- s:0026 b:0026 l:000025 d:000025 FINISH
-c:0006 p:---- s:0024 b:0024 l:000023 d:000023 CFUNC  :each
-c:0005 p:0082 s:0021 b:0021 l:000498 d:000498 METHOD /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/lib/minitest/unit.rb:649
-c:0004 p:0188 s:0016 b:0016 l:0009b8 d:0009b8 METHOD /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/lib/minitest/unit.rb:609
-c:0003 p:0057 s:0007 b:0007 l:000798 d:001860 BLOCK  /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/lib/minitest/unit.rb:508
-c:0002 p:---- s:0004 b:0004 l:000003 d:000003 FINISH
-c:0001 p:0000 s:0002 b:0002 l:0007d8 d:0007d8 TOP
----------------------------
--- Ruby level backtrace information ----------------------------------------
-/home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/lib/minitest/unit.rb:508:in `block in autorun'
-/home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/lib/minitest/unit.rb:609:in `run'
-/home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/lib/minitest/unit.rb:649:in `run_test_suites'
-/home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/lib/minitest/unit.rb:649:in `each'
-/home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/lib/minitest/unit.rb:650:in `block in run_test_suites'
-/home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/lib/minitest/unit.rb:650:in `each'
-/home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/lib/minitest/unit.rb:656:in `block (2 levels) in run_test_suites'
-/home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/lib/minitest/unit.rb:695:in `run'
-/home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/test/zlib/test_zlib.rb:486:in `test_unused2'
-/home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/test/zlib/test_zlib.rb:486:in `unused'
 
--- C level backtrace information -------------------------------------------
-./ruby(rb_vm_bugreport+0x4f) [0x4f3aef]
-./ruby() [0x527a36]
-./ruby(rb_bug+0xb1) [0x527ba1]
-./ruby() [0x497f50]
-/lib/libpthread.so.0(+0xef60) [0x7f7357e0ef60]
-/home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/.ext/x86_64-linux/zlib.so(+0x6737) [0x7f7356577737]
-./ruby() [0x4ed3dd]
-./ruby() [0x4e5f7b]
-./ruby() [0x4ea26a]
-./ruby(rb_yield+0x233) [0x4f2b03]
-./ruby(rb_ary_each+0x45) [0x4feb95]
-./ruby() [0x4ed3dd]
-./ruby() [0x4e5f7b]
-./ruby() [0x4ea26a]
-./ruby(rb_yield+0x233) [0x4f2b03]
-./ruby(rb_ary_each+0x45) [0x4feb95]
-./ruby() [0x4ed3dd]
-./ruby() [0x4e5f7b]
-./ruby() [0x4ea26a]
-./ruby(rb_vm_invoke_proc+0x34b) [0x4ec0fb]
-./ruby(rb_exec_end_proc+0x238) [0x41c668]
-./ruby() [0x41c734]
-./ruby(ruby_cleanup+0x12e) [0x41caee]
-./ruby(ruby_run_node+0x25) [0x41cd25]
-./ruby(main+0x5b) [0x419d7b]
-/lib/libc.so.6(__libc_start_main+0xfd) [0x7f73571f8c4d]
-./ruby() [0x419c59]
 
-[NOTE]
-You may have encountered a bug in the Ruby interpreter or extension libraries.
-Bug reports are welcome.
-For details: http://www.ruby-lang.org/bugreport.html
 
-Aborted (core dumped)
-make: *** [yes-test-all] [e382a8e383a9e383bc] 134
 exit 2
 failed(test-all)
-== test/-ext- # <time>
-+ make test-all 'TESTS=-v test/-ext-' RUBYOPT=-w
-./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb  ./tool/runruby.rb --extout=.ext  -- "./test/runner.rb" -v test/-ext-
 /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/test/-ext-/string/test_cstr.rb: no such file to load -- -test-/string/string
 Loaded suite ./test/runner
 Started
@@ 20331 @@
 
 Finished in <t> seconds.
 
-1 tests, <num> assertions, 0 failures, 0 errors, 0 skips
 
 Test run options: --seed <num> --verbose
-== test/base64 # <time>
-+ make test-all 'TESTS=-v base64' RUBYOPT=-w
-./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb  ./tool/runruby.rb --extout=.ext  -- "./test/runner.rb" -v base64
 Loaded suite ./test/runner
 Started
 TestBase64#test_decode64: <elapsed> s: .
@@ 20349 @@
 
 Finished in <t> seconds.
 
-7 tests, <num> assertions, 0 failures, 0 errors, 0 skips
 
 Test run options: --seed <num> --verbose
-== test/benchmark # <time>
-+ make test-all 'TESTS=-v benchmark' RUBYOPT=-w
-./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb  ./tool/runruby.rb --extout=.ext  -- "./test/runner.rb" -v benchmark
 Loaded suite ./test/runner
 Started
 TestBenchmark#test_add!: <elapsed> s: .
 
 Finished in <t> seconds.
 
-1 tests, <num> assertions, 0 failures, 0 errors, 0 skips
 
 Test run options: --seed <num> --verbose
-== test/bigdecimal # <time>
-+ make test-all 'TESTS=-v bigdecimal' RUBYOPT=-w
-./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb  ./tool/runruby.rb --extout=.ext  -- "./test/runner.rb" -v bigdecimal
 Loaded suite ./test/runner
 Started
 TestBigDecimal#test_abs_bigdecimal: <elapsed> s: .
@@ 20437 @@
 
 Finished in <t> seconds.
 
-65 tests, <num> assertions, 0 failures, 0 errors, 0 skips
 
 Test run options: --seed <num> --verbose
-== test/cgi # <time>
-+ make test-all 'TESTS=-v cgi' RUBYOPT=-w
-./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb  ./tool/runruby.rb --extout=.ext  -- "./test/runner.rb" -v cgi
 Loaded suite ./test/runner
 Started
 CGICookieTest#test_cgi_cookie_arrayinterface: <elapsed> s: .
@@ 20660 @@
 CGIMultipartTest#test_cgi_multipart_stringio: <elapsed> s: .
 CGIMultipartTest#test_cgi_multipart_tempfile: <elapsed> s: .
 CGISessionTest#test_cgi_session_filestore: <elapsed> s: .
-CGISessionTest#test_cgi_session_pstore: /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/lib/pstore.rb:453: warning: method redefined; discarding old marshal_dump_supports_canonical_option?
 /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/lib/pstore.rb:<line_a>: warning: previous definition of marshal_dump_supports_canonical_option? was here
 <elapsed> s: .
 CGISessionTest#test_cgi_session_specify_session_id: <elapsed> s: .
@@ 20812 @@
 
 Finished in <t> seconds.
 
-38 tests, <num> assertions, 0 failures, 0 errors, 0 skips
 
 Test run options: --seed <num> --verbose
-== test/csv # <time>
-+ make test-all 'TESTS=-v csv' RUBYOPT=-w
-./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb  ./tool/runruby.rb --extout=.ext  -- "./test/runner.rb" -v csv
 Loaded suite ./test/runner
 Started
 TestCSVFeatures#test_col_sep: <elapsed> s: .
@@ 20963 @@
 
 Finished in <t> seconds.
 
-140 tests, <num> assertions, 0 failures, 0 errors, 0 skips
 
 Test run options: --seed <num> --verbose
-== test/date # <time>
-+ make test-all 'TESTS=-v date' RUBYOPT=-w
-./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb  ./tool/runruby.rb --extout=.ext  -- "./test/runner.rb" -v date
 Loaded suite ./test/runner
 Started
 TestDate#test__const: <elapsed> s: .
@@ 21102 @@
 
 Finished in <t> seconds.
 
-128 tests, <num> assertions, 0 failures, 0 errors, 0 skips
 
 Test run options: --seed <num> --verbose
-== test/dbm # <time>
-+ make test-all 'TESTS=-v dbm' RUBYOPT=-w
-./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb  ./tool/runruby.rb --extout=.ext  -- "./test/runner.rb" -v dbm
 Loaded suite ./test/runner
 Started
 TestDBM#test_aref: <elapsed> s: .
@@ 21152 @@
 
 Finished in <t> seconds.
 
-37 tests, <num> assertions, 0 failures, 0 errors, 0 skips
 
 Test run options: --seed <num> --verbose
-== test/digest # <time>
-+ make test-all 'TESTS=-v digest' RUBYOPT=-w
-./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb  ./tool/runruby.rb --extout=.ext  -- "./test/runner.rb" -v digest
 use of the experimetal library 'digest/hmac' is discouraged; require 'openssl' and use OpenSSL::HMAC instead.
 Loaded suite ./test/runner
 Started
@@ 21222 @@
 
 Finished in <t> seconds.
 
-58 tests, <num> assertions, 0 failures, 0 errors, 0 skips
 
 Test run options: --seed <num> --verbose
-== test/dl # <time>
-+ make test-all 'TESTS=-v dl' RUBYOPT=-w
-./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb  ./tool/runruby.rb --extout=.ext  -- "./test/runner.rb" -v dl
 Loaded suite ./test/runner
 Started
 DL::TestBase#test_empty: <elapsed> s: .
@@ 21342 @@
 
 Finished in <t> seconds.
 
-109 tests, <num> assertions, 0 failures, 0 errors, 0 skips
 
 Test run options: --seed <num> --verbose
-== test/drb # <time>
-+ make test-all 'TESTS=-v drb' RUBYOPT=-w
-./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb  ./tool/runruby.rb --extout=.ext  -- "./test/runner.rb" -v drb
 Loaded suite ./test/runner
 Started
 ACLEntryTest#test_all: <elapsed> s: .
@@ 21492 @@
 
 Finished in <t> seconds.
 
-102 tests, <num> assertions, 0 failures, 0 errors, 0 skips
 
 Test run options: --seed <num> --verbose
-== test/erb # <time>
-+ make test-all 'TESTS=-v erb' RUBYOPT=-w
-./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb  ./tool/runruby.rb --extout=.ext  -- "./test/runner.rb" -v erb
 Loaded suite ./test/runner
 Started
 TestERB#test___ENCODING__: <elapsed> s: .
@@ 21611 @@
 
 Finished in <t> seconds.
 
-34 tests, <num> assertions, 0 failures, 0 errors, 0 skips
 
 Test run options: --seed <num> --verbose
-== test/etc # <time>
-+ make test-all 'TESTS=-v etc' RUBYOPT=-w
-./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb  ./tool/runruby.rb --extout=.ext  -- "./test/runner.rb" -v etc
 Loaded suite ./test/runner
 Started
 TestEtc#test_getgrgid: <elapsed> s: .
@@ 21631 @@
 
 Finished in <t> seconds.
 
-9 tests, <num> assertions, 0 failures, 0 errors, 0 skips
 
 Test run options: --seed <num> --verbose
-== test/fiddle # <time>
-+ make test-all 'TESTS=-v fiddle' RUBYOPT=-w
-./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb  ./tool/runruby.rb --extout=.ext  -- "./test/runner.rb" -v fiddle
 Loaded suite ./test/runner
 Started
 Fiddle::TestClosure#test_argument_errors: <elapsed> s: .
@@ 21654 @@
 
 Finished in <t> seconds.
 
-12 tests, <num> assertions, 0 failures, 0 errors, 0 skips
 
 Test run options: --seed <num> --verbose
-== test/fileutils # <time>
-+ make test-all 'TESTS=-v fileutils' RUBYOPT=-w
-./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb  ./tool/runruby.rb --extout=.ext  -- "./test/runner.rb" -v fileutils
 Loaded suite ./test/runner
 Started
 TestFileUtils#test_cd: <elapsed> s: .
@@ 21741 @@
 TestFileUtilsDryRun#test_mkdir_p: <elapsed> s: .
 TestFileUtilsDryRun#test_mv: <elapsed> s: .
 TestFileUtilsDryRun#test_rm: <elapsed> s: .
-TestFileUtilsDryRun#test_rm_f: <elapsed> s: .
-TestFileUtilsDryRun#test_rm_rf: <elapsed> s: .
 TestFileUtilsDryRun#test_visibility: <elapsed> s: .
 TestFileUtilsNoWrite#test_copy_entry: <elapsed> s: .
 TestFileUtilsNoWrite#test_cp: <elapsed> s: .
@@ 21757 @@
 
 Finished in <t> seconds.
 
-92 tests, <num> assertions, 0 failures, 0 errors, 0 skips
 
 Test run options: --seed <num> --verbose
-== test/gdbm # <time>
-+ make test-all 'TESTS=-v gdbm' RUBYOPT=-w
-./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb  ./tool/runruby.rb --extout=.ext  -- "./test/runner.rb" -v gdbm
 Loaded suite ./test/runner
 Started
 TestGDBM#test_aref: <elapsed> s: .
@@ 21815 @@
 
 Finished in <t> seconds.
 
-47 tests, <num> assertions, 0 failures, 0 errors, 0 skips
 
 Test run options: --seed <num> --verbose
-== test/iconv # <time>
-+ make test-all 'TESTS=-v iconv' RUBYOPT=-w
-./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb  ./tool/runruby.rb --extout=.ext  -- "./test/runner.rb" -v iconv
 Loaded suite ./test/runner
 Started
 TestIconv::Basic#test_close: <elapsed> s: .
@@ 21834 @@
 
 Finished in <t> seconds.
 
-8 tests, <num> assertions, 0 failures, 0 errors, 0 skips
 
 Test run options: --seed <num> --verbose
-== test/io # <time>
-+ make test-all 'TESTS=-v io' RUBYOPT=-w
-./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb  ./tool/runruby.rb --extout=.ext  -- "./test/runner.rb" -v io
 Loaded suite ./test/runner
 Started
 TestIONonblock#test_flush: <elapsed> s: .
 
 Finished in <t> seconds.
 
-1 tests, <num> assertions, 0 failures, 0 errors, 0 skips
 
 Test run options: --seed <num> --verbose
-== test/irb # <time>
-+ make test-all 'TESTS=-v irb' RUBYOPT=-w
-./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb  ./tool/runruby.rb --extout=.ext  -- "./test/runner.rb" -v irb
 Loaded suite ./test/runner
 Started
 TestIRB::TestOption#test_end_of_option: <elapsed> s: F
@@ 21864 @@
 <[]> expected but was
 <["/home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/lib/irb/ruby-lex.rb:<line_a>: warning: mismatched indentations at 'end' with 'while' at 1071"]>.
 
-1 tests, <num> assertions, 1 failures, 0 errors, 0 skips
 
 Test run options: --seed <num> --verbose
 make: *** [yes-test-all] [e382a8e383a9e383bc] 1
 exit 2
-failed(test/irb)
-== test/json # <time>
-+ make test-all 'TESTS=-v json' RUBYOPT=-w
-./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb  ./tool/runruby.rb --extout=.ext  -- "./test/runner.rb" -v json
 /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/test/json/test_json_rails.rb:<line_a>: warning: ambiguous first argument; put parentheses or even spaces
 /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/test/json/test_json_rails.rb:<line_b>: warning: ambiguous first argument; put parentheses or even spaces
 /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/test/json/test_json_rails.rb:<line_c>: warning: ambiguous first argument; put parentheses or even spaces
@@ 21947 @@
 
 Finished in <t> seconds.
 
-46 tests, <num> assertions, 0 failures, 0 errors, 0 skips
 
 Test run options: --seed <num> --verbose
-== test/logger # <time>
-+ make test-all 'TESTS=-v logger' RUBYOPT=-w
-./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb  ./tool/runruby.rb --extout=.ext  -- "./test/runner.rb" -v logger
 Loaded suite ./test/runner
 Started
 TestLogDevice#test_close: <elapsed> s: .
@@ 21979 @@
 
 Finished in <t> seconds.
 
-20 tests, <num> assertions, 0 failures, 0 errors, 0 skips
 
 Test run options: --seed <num> --verbose
-== test/matrix # <time>
-+ make test-all 'TESTS=-v matrix' RUBYOPT=-w
-./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb  ./tool/runruby.rb --extout=.ext  -- "./test/runner.rb" -v matrix
 Loaded suite ./test/runner
 Started
 TestMatrix#test_add: <elapsed> s: .
@@ 22051 @@
 
 Finished in <t> seconds.
 
-61 tests, <num> assertions, 0 failures, 0 errors, 0 skips
 
 Test run options: --seed <num> --verbose
-== test/minitest # <time>
-+ make test-all 'TESTS=-v minitest' RUBYOPT=-w
-./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb  ./tool/runruby.rb --extout=.ext  -- "./test/runner.rb" -v minitest
 Loaded suite ./test/runner
 Started
 MinitestSpecSpec#test_0021_needs_to_be_sensible_about_wont_include_order: <elapsed> s: .
@@ 22192 @@
 
 Finished in <t> seconds.
 
-130 tests, <num> assertions, 0 failures, 0 errors, 0 skips
 
 Test run options: --seed <num> --verbose
-== test/mkmf # <time>
-+ make test-all 'TESTS=-v mkmf' RUBYOPT=-w
-./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb  ./tool/runruby.rb --extout=.ext  -- "./test/runner.rb" -v mkmf
 Loaded suite ./test/runner
 Started
 TestMkmf::TestFindExecutable#test_find_executable: <elapsed> s: .
@@ 22205 @@
 
 Finished in <t> seconds.
 
-2 tests, <num> assertions, 0 failures, 0 errors, 0 skips
 
 Test run options: --seed <num> --verbose
-== test/monitor # <time>
-+ make test-all 'TESTS=-v monitor' RUBYOPT=-w
-./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb  ./tool/runruby.rb --extout=.ext  -- "./test/runner.rb" -v monitor
 Loaded suite ./test/runner
 Started
 TestMonitor#test_cond: <elapsed> s: .
@@ 22222 @@
 
 Finished in <t> seconds.
 
-6 tests, <num> assertions, 0 failures, 0 errors, 0 skips
 
 Test run options: --seed <num> --verbose
-== test/net # <time>
-+ make test-all 'TESTS=-v net' RUBYOPT=-w
-./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb  ./tool/runruby.rb --extout=.ext  -- "./test/runner.rb" -v net
 Loaded suite ./test/runner
 Started
 HTTPHeaderTest#test_AREF: <elapsed> s: .
@@ 22392 @@
 
 Finished in <t> seconds.
 
-111 tests, <num> assertions, 0 failures, 0 errors, 0 skips
 
 Test run options: --seed <num> --verbose
-== test/nkf # <time>
-+ make test-all 'TESTS=-v nkf' RUBYOPT=-w
-./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb  ./tool/runruby.rb --extout=.ext  -- "./test/runner.rb" -v nkf
 Loaded suite ./test/runner
 Started
 TestKconv#test_eucjp: <elapsed> s: .
@@ 22410 @@
 
 Finished in <t> seconds.
 
-7 tests, <num> assertions, 0 failures, 0 errors, 0 skips
 
 Test run options: --seed <num> --verbose
-== test/objspace # <time>
-+ make test-all 'TESTS=-v objspace' RUBYOPT=-w
-./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb  ./tool/runruby.rb --extout=.ext  -- "./test/runner.rb" -v objspace
 Loaded suite ./test/runner
 Started
 TestObjSpace#test_count_nodes: <elapsed> s: .
@@ 22425 @@
 
 Finished in <t> seconds.
 
-4 tests, <num> assertions, 0 failures, 0 errors, 0 skips
 
 Test run options: --seed <num> --verbose
-== test/open-uri # <time>
-+ make test-all 'TESTS=-v open-uri' RUBYOPT=-w
-./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb  ./tool/runruby.rb --extout=.ext  -- "./test/runner.rb" -v open-uri
 Loaded suite ./test/runner
 Started
 TestOpenURI#test_200: <elapsed> s: .
@@ 22488 @@
 
 Finished in <t> seconds.
 
-37 tests, <num> assertions, 0 failures, 0 errors, 0 skips
 
 Test run options: --seed <num> --verbose
-== test/openssl # <time>
-+ make test-all 'TESTS=-v openssl' RUBYOPT=-w
-./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb  ./tool/runruby.rb --extout=.ext  -- "./test/runner.rb" -v openssl
 Loaded suite ./test/runner
 Started
 OpenSSL::TestASN1#test_decode: <elapsed> s: .
@@ 22703 @@
 
 Finished in <t> seconds.
 
-92 tests, <num> assertions, 0 failures, 0 errors, 0 skips
 
 Test run options: --seed <num> --verbose
-== test/optparse # <time>
-+ make test-all 'TESTS=-v optparse' RUBYOPT=-w
-./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb  ./tool/runruby.rb --extout=.ext  -- "./test/runner.rb" -v optparse
 Loaded suite ./test/runner
 Started
 TestOptionParser#test_order: <elapsed> s: .
@@ 22769 @@
 
 Finished in <t> seconds.
 
-55 tests, <num> assertions, 0 failures, 0 errors, 0 skips
 
 Test run options: --seed <num> --verbose
-== test/ostruct # <time>
-+ make test-all 'TESTS=-v ostruct' RUBYOPT=-w
-./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb  ./tool/runruby.rb --extout=.ext  -- "./test/runner.rb" -v ostruct
 Loaded suite ./test/runner
 Started
 TC_OpenStruct#test_equality: <elapsed> s: .
@@ 22783 @@
 
 Finished in <t> seconds.
 
-3 tests, <num> assertions, 0 failures, 0 errors, 0 skips
 
 Test run options: --seed <num> --verbose
-== test/pathname # <time>
-+ make test-all 'TESTS=-v pathname' RUBYOPT=-w
-./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb  ./tool/runruby.rb --extout=.ext  -- "./test/runner.rb" -v pathname
 Loaded suite ./test/runner
 Started
 TestPathname#test_ascend_1: <elapsed> s: .
@@ 23040 @@
 
 Finished in <t> seconds.
 
-246 tests, <num> assertions, 0 failures, 0 errors, 0 skips
 
 Test run options: --seed <num> --verbose
-== test/psych # <time>
-+ make test-all 'TESTS=-v psych' RUBYOPT=-w
-./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb  ./tool/runruby.rb --extout=.ext  -- "./test/runner.rb" -v psych
 /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/test/psych/test_deprecated.rb:148:in `<class:YamlAs>': yaml_as is deprecated, please use yaml_tag
 Loaded suite ./test/runner
 Started
@@ 23144 @@
 Psych::TestEncoding#test_default_internal: /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/test/psych/test_encoding.rb:35: warning: setting Encoding.default_internal
 /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/test/psych/test_encoding.rb:<line_a>: warning: setting Encoding.default_internal
 <elapsed> s: .
-Psych::TestEngineManager#test_bad_engine: /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/.ext/common/syck/rubytypes.rb:13: warning: method redefined; discarding old to_yaml_properties
-/home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/.ext/common/psych/deprecated.rb:<line_a>: warning: previous definition of to_yaml_properties was here
 <elapsed> s: .
 Psych::TestEngineManager#test_dump_types: <elapsed> s: .
 Psych::TestEngineManager#test_set_psych: <elapsed> s: .
@@ 23389 @@
 
 Finished in <t> seconds.
 
-306 tests, <num> assertions, 0 failures, 0 errors, 0 skips
 
 Test run options: --seed <num> --verbose
-== test/rake # <time>
-+ make test-all 'TESTS=-v rake' RUBYOPT=-w
-./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb  ./tool/runruby.rb --extout=.ext  -- "./test/runner.rb" -v rake
 Loaded suite ./test/runner
 Started
 Rake::TestAnEmptyInvocationChain#test_should_be_able_to_add_members: <elapsed> s: .
@@ 23747 @@
 
 Finished in <t> seconds.
 
-347 tests, <num> assertions, 0 failures, 0 errors, 0 skips
 
 Test run options: --seed <num> --verbose
-== test/rdoc # <time>
-+ make test-all 'TESTS=-v rdoc' RUBYOPT=-w
-./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb  ./tool/runruby.rb --extout=.ext  -- "./test/runner.rb" -v rdoc
 Loaded suite ./test/runner
 Started
 RDocAnyMethodTest#test_full_name: <elapsed> s: .
@@ 24371 @@
 
 Finished in <t> seconds.
 
-611 tests, <num> assertions, 0 failures, 0 errors, 0 skips
 
 Test run options: --seed <num> --verbose
-== test/readline # <time>
-+ make test-all 'TESTS=-v readline' RUBYOPT=-w
-./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb  ./tool/runruby.rb --extout=.ext  -- "./test/runner.rb" -v readline
 Loaded suite ./test/runner
 Started
 Readline::TestHistory#test_delete_at: <elapsed> s: .
@@ 24411 @@
 
 Finished in <t> seconds.
 
-29 tests, <num> assertions, 0 failures, 0 errors, 0 skips
 
 Test run options: --seed <num> --verbose
-== test/resolv # <time>
-+ make test-all 'TESTS=-v resolv' RUBYOPT=-w
-./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb  ./tool/runruby.rb --extout=.ext  -- "./test/runner.rb" -v resolv
 Loaded suite ./test/runner
 Started
 TestResolvAddr#test_invalid_ipv4_address: <elapsed> s: .
@@ 24424 @@
 
 Finished in <t> seconds.
 
-2 tests, <num> assertions, 0 failures, 0 errors, 0 skips
 
 Test run options: --seed <num> --verbose
-== test/rexml # <time>
-+ make test-all 'TESTS=-v rexml' RUBYOPT=-w
-./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb  ./tool/runruby.rb --extout=.ext  -- "./test/runner.rb" -v rexml
 /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/lib/rexml/doctype.rb:<line_a>: warning: `+' after local variable is interpreted as binary operator
 /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/lib/rexml/doctype.rb:<line_a>: warning: even though it seems like unary operator
 Loaded suite ./test/runner
@@ 24796 @@
 
 Finished in <t> seconds.
 
-359 tests, <num> assertions, 0 failures, 0 errors, 0 skips
 
 Test run options: --seed <num> --verbose
-== test/rinda # <time>
-+ make test-all 'TESTS=-v rinda' RUBYOPT=-w
-./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb  ./tool/runruby.rb --extout=.ext  -- "./test/runner.rb" -v rinda
 /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/test/rinda/test_rinda.rb:<line_a>: warning: instance variable @m not initialized
 Loaded suite ./test/runner
 Started
@@ 24840 @@
 
 Finished in <t> seconds.
 
-32 tests, <num> assertions, 0 failures, 0 errors, 0 skips
 
 Test run options: --seed <num> --verbose
-== test/ripper # <time>
-+ make test-all 'TESTS=-v ripper' RUBYOPT=-w
-./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb  ./tool/runruby.rb --extout=.ext  -- "./test/runner.rb" -v ripper
 Loaded suite ./test/runner
 Started
 TestRipper::Filter#test_filter_column: <elapsed> s: .
@@ 25043 @@
 
 Finished in <t> seconds.
 
-192 tests, <num> assertions, 0 failures, 0 errors, 0 skips
 
 Test run options: --seed <num> --verbose
-== test/rss # <time>
-+ make test-all 'TESTS=-v rss' RUBYOPT=-w
-./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb  ./tool/runruby.rb --extout=.ext  -- "./test/runner.rb" -v rss
 /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/lib/rexml/doctype.rb:<line_a>: warning: `+' after local variable is interpreted as binary operator
 /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/lib/rexml/doctype.rb:<line_a>: warning: even though it seems like unary operator
 Loaded suite ./test/runner
@@ 25360 @@
 
 Finished in <t> seconds.
 
-304 tests, <num> assertions, 0 failures, 0 errors, 0 skips
 
 Test run options: --seed <num> --verbose
-== test/ruby # <time>
-+ make test-all 'TESTS=-v ruby' RUBYOPT=-w
-./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb  ./tool/runruby.rb --extout=.ext  -- "./test/runner.rb" -v ruby
 /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/test/ruby/test_array.rb:<line_a>: warning: shadowing outer local variable - a
 /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/test/ruby/test_array.rb:<line_b>: warning: shadowing outer local variable - a
 /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/test/ruby/test_basicinstructions.rb:<line_a>: warning: literal in condition
@@ 26221 @@
 TestFixnum#test_sub: <elapsed> s: .
 TestFixnum#test_succ: <elapsed> s: .
 TestFixnum#test_to_s: <elapsed> s: .
-TestFloat#test_Float: /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/test/ruby/test_float.rb:429: warning: Float 11111111111111111111... out of range
 /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/test/ruby/test_float.rb:<line_a>: warning: Float 1e1000 out of range
 <elapsed> s: .
 TestFloat#test_ceil: <elapsed> s: .
@@ 27427 @@
 TestRegexp#test_match_values_at: <elapsed> s: .
 TestRegexp#test_matchdata: <elapsed> s: .
 TestRegexp#test_named_capture: <elapsed> s: .
-TestRegexp#test_optimize_last_anycharstar: <elapsed> s: .
 TestRegexp#test_options: <elapsed> s: .
 TestRegexp#test_parse: <elapsed> s: .
 TestRegexp#test_parse_comment: <elapsed> s: .
@@ 28755 @@
  "/home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/lib/rubygems/gem_path_searcher.rb:<line_a>: warning: /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/lib/ruby/gems/1.9.1/gems/rdoc-2.5.8/lib/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/f",
  "/home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/lib/rubygems/gem_path_searcher.rb:<line_a>: warning: /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/lib/ruby/gems/1.9.1/gems/rdoc-2.5.8/lib/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/f"]>.
 
-2614 tests, <num> assertions, 1 failures, 0 errors, 0 skips
 
 Test run options: --seed <num> --verbose
 make: *** [yes-test-all] [e382a8e383a9e383bc] 1
 exit 2
-failed(test/ruby)
-== test/rubygems # <time>
-+ make test-all 'TESTS=-v rubygems' RUBYOPT=-w
-./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb  ./tool/runruby.rb --extout=.ext  -- "./test/runner.rb" -v rubygems
 /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/.ext/common/psych/deprecated.rb:<line_a>: warning: method redefined; discarding old to_yaml_properties
 /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/.ext/common/syck/rubytypes.rb:<line_a>: warning: previous definition of to_yaml_properties was here
 Gem::Indexer tests are being skipped.  Install builder gem.
 Loaded suite ./test/runner
 Started
 TestConfig#test_datadir: <elapsed> s: .
-TestGem#test_self_all_load_paths: <elapsed> s: .
 TestGem#test_self_bindir_default_dir: <elapsed> s: .
 TestGem#test_ensure_ssl_available: <elapsed> s: .
 TestGem#test_self_path_APPLE_GEM_HOME_GEM_PATH: <elapsed> s: .
-TestGem#test_self_datadir: <elapsed> s: .
 TestGem#test_load_plugins: <elapsed> s: .
 TestGem#test_self_prefix: <elapsed> s: .
-TestGem#test_self_required_location: <elapsed> s: .
 TestGem#test_self_user_home: <elapsed> s: .
 TestGem#test_self_configuration: <elapsed> s: .
 TestGem#test_self_use_paths: <elapsed> s: .
@@ 28796 @@
 TestGem#test_self_path_ENV_PATH: <elapsed> s: .
 TestGem#test_self_default_exec_format_jruby: <elapsed> s: .
 TestGem#test_self_default_exec_format: <elapsed> s: .
-TestGem#test_self_available?: <elapsed> s: .
 TestGem#test_self_ruby_version_1_8_6p287: <elapsed> s: .
 TestGem#test_self_dir: <elapsed> s: .
 TestGem#test_self_ruby_escaping_spaces_in_path: <elapsed> s: .
-TestGem#test_self_loaded_specs: <elapsed> s: .
 TestGem#test_self_bin_path_name_version: <elapsed> s: .
 TestGem#test_self_find_files: <elapsed> s: .
 TestGem#test_self_source_index: <elapsed> s: .
 TestGem#test_self_ensure_gem_directories_write_protected_parents: <elapsed> s: .
-TestGem#test_self_refresh: <elapsed> s: .
 TestGem#test_self_set_paths: <elapsed> s: .
 TestGem#test_self_path: <elapsed> s: .
 TestGem#test_self_ensure_gem_directories: <elapsed> s: .
 TestGem#test_self_ruby_path_without_spaces: <elapsed> s: .
-TestGem#test_self_latest_load_paths: <elapsed> s: .
 TestGem#test_self_path_APPLE_GEM_HOME: <elapsed> s: .
 TestGem#test_self_default_dir: <elapsed> s: .
 TestGem#test_self_platforms: <elapsed> s: .
@@ 28827 @@
 TestGem#test_self_path_default: <elapsed> s: .
 TestGem#test_self_bin_path_name: <elapsed> s: .
 TestGem#test_self_sources: <elapsed> s: .
-TestGemBuilder#test_build: <elapsed> s: .
 TestGemBuilder#test_build_validates: <elapsed> s: .
 TestGemCommand#test_basic_accessors: <elapsed> s: .
 TestGemCommand#test_defaults: <elapsed> s: .
@@ 28849 @@
 TestGemCommandManager#test_process_args_install: <elapsed> s: .
 TestGemCommandManager#test_process_args_build: <elapsed> s: .
 TestGemCommandManager#test_process_args_query: <elapsed> s: .
-TestGemCommandsBuildCommand#test_execute: <elapsed> s: .
 TestGemCommandsBuildCommand#test_execute_bad_gem: <elapsed> s: .
-TestGemCommandsBuildCommand#test_execute_yaml: <elapsed> s: .
 TestGemCommandsCertCommand#test_execute_remove: <elapsed> s: .
 TestGemCommandsCertCommand#test_execute_private_key: <elapsed> s: .
 TestGemCommandsCertCommand#test_execute_certificate: <elapsed> s: .
@@ 28868 @@
 TestGemCommandsContentsCommand#test_execute_all: <elapsed> s: .
 TestGemCommandsContentsCommand#test_execute_no_prefix: <elapsed> s: .
 TestGemCommandsContentsCommand#test_handle_options: <elapsed> s: .
-TestGemCommandsDependencyCommand#test_execute_pipe_format: <elapsed> s: .
-TestGemCommandsDependencyCommand#test_execute_remote: <elapsed> s: .
-TestGemCommandsDependencyCommand#test_execute_reverse_remote: <elapsed> s: .
-TestGemCommandsDependencyCommand#test_execute_no_args: <elapsed> s: .
-TestGemCommandsDependencyCommand#test_execute_prerelease: <elapsed> s: .
-TestGemCommandsDependencyCommand#test_execute: <elapsed> s: .
-TestGemCommandsDependencyCommand#test_execute_no_match: <elapsed> s: .
-TestGemCommandsDependencyCommand#test_execute_reverse: <elapsed> s: .
-TestGemCommandsDependencyCommand#test_execute_regexp: <elapsed> s: .
 TestGemCommandsEnvironmentCommand#test_execute_gemdir: <elapsed> s: .
 TestGemCommandsEnvironmentCommand#test_execute_remotesources: <elapsed> s: .
 TestGemCommandsEnvironmentCommand#test_execute_gempath: <elapsed> s: .
@@ 28885 @@
 TestGemCommandsEnvironmentCommand#test_execute_packageversion: <elapsed> s: .
 TestGemCommandsEnvironmentCommand#test_execute_unknown: <elapsed> s: .
 TestGemCommandsEnvironmentCommand#test_execute_version: <elapsed> s: .
-TestGemCommandsFetchCommand#test_execute: <elapsed> s: .
-TestGemCommandsFetchCommand#test_execute_version: <elapsed> s: .
-TestGemCommandsFetchCommand#test_execute_prerelease: <elapsed> s: .
 TestGemCommandsInstallCommand#test_execute_no_gem: <elapsed> s: .
-TestGemCommandsInstallCommand#test_execute_local: <elapsed> s: .
-TestGemCommandsInstallCommand#test_execute_remote: <elapsed> s: .
-TestGemCommandsInstallCommand#test_execute_nonexistent: <elapsed> s: .
-TestGemCommandsInstallCommand#test_execute_two: <elapsed> s: .
 TestGemCommandsInstallCommand#test_execute_include_dependencies: <elapsed> s: .
-TestGemCommandsInstallCommand#test_execute_local_missing: <elapsed> s: .
-TestGemCommandsInstallCommand#test_execute_explicit_version_includes_prerelease: <elapsed> s: .
-TestGemCommandsInstallCommand#test_no_user_install: <elapsed> s: .
-TestGemCommandsInstallCommand#test_execute_prerelease: <elapsed> s: .
-TestGemCommandsInstallCommand#test_execute_exclude_prerelease: <elapsed> s: .
-TestGemCommandsListCommand#test_execute_installed: <elapsed> s: .
 TestGemCommandsLockCommand#test_execute_missing_dependency: <elapsed> s: .
 TestGemCommandsLockCommand#test_execute: <elapsed> s: .
 TestGemCommandsLockCommand#test_execute_strict: <elapsed> s: .
@@ 28911 @@
 TestGemCommandsOwnerCommand#test_remove_owners: <elapsed> s: .
 TestGemCommandsOwnerCommand#test_add_owners: <elapsed> s: .
 TestGemCommandsOwnerCommand#test_remove_owners_denied: <elapsed> s: .
-TestGemCommandsPristineCommand#test_execute_all: <elapsed> s: .
 TestGemCommandsPristineCommand#test_execute_no_gem: <elapsed> s: .
-TestGemCommandsPristineCommand#test_execute_missing_cache_gem: <elapsed> s: .
-TestGemCommandsPristineCommand#test_execute: <elapsed> s: .
-TestGemCommandsPushCommand#test_sending_gem_denied: <elapsed> s: .
-TestGemCommandsPushCommand#test_sending_gem: <elapsed> s: .
-TestGemCommandsPushCommand#test_raises_error_with_no_arguments: <elapsed> s: .
-TestGemCommandsQueryCommand#test_execute_platform: <elapsed> s: .
-TestGemCommandsQueryCommand#test_execute: <elapsed> s: .
-TestGemCommandsQueryCommand#test_execute_prerelease: <elapsed> s: .
-TestGemCommandsQueryCommand#test_execute_installed_version_not_installed: <elapsed> s: .
-TestGemCommandsQueryCommand#test_execute_installed: <elapsed> s: .
-TestGemCommandsQueryCommand#test_execute_no_versions: <elapsed> s: .
-TestGemCommandsQueryCommand#test_execute_prerelease_local: <elapsed> s: .
-TestGemCommandsQueryCommand#test_execute_installed_not_installed: <elapsed> s: .
-TestGemCommandsQueryCommand#test_execute_notty: <elapsed> s: .
-TestGemCommandsQueryCommand#test_execute_local_notty: <elapsed> s: .
-TestGemCommandsQueryCommand#test_execute_local_details: <elapsed> s: .
-TestGemCommandsQueryCommand#test_execute_details: <elapsed> s: .
-TestGemCommandsQueryCommand#test_execute_installed_version: <elapsed> s: .
-TestGemCommandsQueryCommand#test_execute_all: <elapsed> s: .
-TestGemCommandsQueryCommand#test_execute_details_platform: <elapsed> s: .
-TestGemCommandsQueryCommand#test_execute_installed_no_name: <elapsed> s: .
-TestGemCommandsQueryCommand#test_execute_all_prerelease: <elapsed> s: .
 TestGemCommandsServerCommand#test_handle_options_gemdir: <elapsed> s: .
 TestGemCommandsServerCommand#test_handle_options: <elapsed> s: .
 TestGemCommandsServerCommand#test_handle_options_port: <elapsed> s: .
-TestGemCommandsSourcesCommand#test_execute_add_nonexistent_source: <elapsed> s: .
 TestGemCommandsSourcesCommand#test_execute_add_bad_uri: <elapsed> s: .
-TestGemCommandsSourcesCommand#test_execute_add: <elapsed> s: .
 TestGemCommandsSourcesCommand#test_execute_clear_all: <elapsed> s: .
 TestGemCommandsSourcesCommand#test_initialize_proxy: <elapsed> s: .
 TestGemCommandsSourcesCommand#test_execute_remove: <elapsed> s: .
-TestGemCommandsSourcesCommand#test_execute_remove_no_network: <elapsed> s: .
-TestGemCommandsSourcesCommand#test_execute_update: <elapsed> s: .
 TestGemCommandsSourcesCommand#test_execute: <elapsed> s: .
-TestGemCommandsSpecificationCommand#test_execute: <elapsed> s: .
-TestGemCommandsSpecificationCommand#test_execute_exact_match: <elapsed> s: .
 TestGemCommandsSpecificationCommand#test_execute_field: <elapsed> s: .
 TestGemCommandsSpecificationCommand#test_execute_ruby: <elapsed> s: .
 TestGemCommandsSpecificationCommand#test_execute_bad_name: <elapsed> s: .
 TestGemCommandsSpecificationCommand#test_execute_marshal: <elapsed> s: .
-TestGemCommandsSpecificationCommand#test_execute_remote: <elapsed> s: .
-TestGemCommandsSpecificationCommand#test_execute_all: <elapsed> s: .
 TestGemCommandsStaleCommand#test_execute_sorts: <elapsed> s: .
-TestGemCommandsUninstallCommand#test_execute_removes_executable: <elapsed> s: .
-TestGemCommandsUninstallCommand#test_execute_prerelease: <elapsed> s: .
-TestGemCommandsUninstallCommand#test_execute_not_installed: <elapsed> s: .
-TestGemCommandsUnpackCommand#test_execute_gem_path: <elapsed> s: .
-TestGemCommandsUnpackCommand#test_execute_exact_match: <elapsed> s: .
-TestGemCommandsUnpackCommand#test_execute_gem_path_missing: <elapsed> s: .
-TestGemCommandsUnpackCommand#test_execute_with_target_option: <elapsed> s: .
-TestGemCommandsUnpackCommand#test_execute_sudo: <elapsed> s: .
-TestGemCommandsUnpackCommand#test_execute_remote: <elapsed> s: .
-TestGemCommandsUnpackCommand#test_execute: <elapsed> s: .
-TestGemCommandsUpdateCommand#test_execute_up_to_date: <elapsed> s: .
-TestGemCommandsUpdateCommand#test_execute_dependencies: <elapsed> s: .
-TestGemCommandsUpdateCommand#test_execute_named: <elapsed> s: .
-TestGemCommandsUpdateCommand#test_execute_named_up_to_date: <elapsed> s: .
-TestGemCommandsUpdateCommand#test_execute: <elapsed> s: .
 TestGemCommandsWhichCommand#test_execute: <elapsed> s: .
 TestGemCommandsWhichCommand#test_execute_missing: <elapsed> s: .
 TestGemCommandsWhichCommand#test_execute_one_missing: <elapsed> s: .
@@ 29006 @@
 TestGemDependency#test_initialize_version: <elapsed> s: .
 TestGemDependency#test_initialize_double: <elapsed> s: .
 TestGemDependency#test_equals_tilde_escape: <elapsed> s: .
-TestGemDependencyInstaller#test_install_domain_local: <elapsed> s: .
-TestGemDependencyInstaller#test_install_local: <elapsed> s: .
-TestGemDependencyInstaller#test_install_dependency_existing: <elapsed> s: .
-TestGemDependencyInstaller#test_gather_dependencies_prerelease: <elapsed> s: .
-TestGemDependencyInstaller#test_install_version_default: <elapsed> s: .
-TestGemDependencyInstaller#test_install_domain_both: <elapsed> s: .
-TestGemDependencyInstaller#test_install_domain_remote_platform_newer: <elapsed> s: .
-TestGemDependencyInstaller#test_install_local_dependency_installed: <elapsed> s: .
-TestGemDependencyInstaller#test_install_dependencies_satisfied: <elapsed> s: .
-TestGemDependencyInstaller#test_gather_dependencies_old_required: <elapsed> s: .
-TestGemDependencyInstaller#test_install_local_subdir: <elapsed> s: .
-TestGemDependencyInstaller#test_install_no_wrappers: <elapsed> s: .
-TestGemDependencyInstaller#test_install_remote: <elapsed> s: .
-TestGemDependencyInstaller#test_install_domain_remote: <elapsed> s: .
-TestGemDependencyInstaller#test_install_dual_repository: <elapsed> s: .
-TestGemDependencyInstaller#test_install_local_dependency: <elapsed> s: .
-TestGemDependencyInstaller#test_install_dependency_development: <elapsed> s: .
-TestGemDependencyInstaller#test_install_force: <elapsed> s: .
-TestGemDependencyInstaller#test_gather_dependencies_platform_bump: <elapsed> s: .
-TestGemDependencyInstaller#test_install_cache_dir: <elapsed> s: .
-TestGemDependencyInstaller#test_gather_dependencies: <elapsed> s: .
-TestGemDependencyInstaller#test_find_gems_gems_with_sources: <elapsed> s: .
-TestGemDependencyInstaller#test_install_reinstall: <elapsed> s: .
-TestGemDependencyInstaller#test_install_security_policy: <elapsed> s: .
-TestGemDependencyInstaller#test_find_gems_with_sources_prerelease: <elapsed> s: .
-TestGemDependencyInstaller#test_install_version: <elapsed> s: .
-TestGemDependencyInstaller#test_install_ignore_dependencies: <elapsed> s: .
-TestGemDependencyInstaller#test_install_dependency_old: <elapsed> s: .
-TestGemDependencyInstaller#test_install_remote_dep: <elapsed> s: .
-TestGemDependencyInstaller#test_find_gems_with_sources_local: <elapsed> s: .
-TestGemDependencyInstaller#test_gather_dependencies_platform_alternate: <elapsed> s: .
-TestGemDependencyInstaller#test_install_dependency: <elapsed> s: .
-TestGemDependencyInstaller#test_install_domain_both_no_network: <elapsed> s: .
-TestGemDependencyInstaller#test_install_install_dir: <elapsed> s: .
-TestGemDependencyInstaller#test_install: <elapsed> s: .
-TestGemDependencyInstaller#test_install_all_dependencies: <elapsed> s: .
-TestGemDependencyInstaller#test_install_env_shebang: <elapsed> s: .
-TestGemDependencyInstaller#test_gather_dependencies_dropped: <elapsed> s: .
 TestGemDependencyList#test_ok_to_remove_eh: <elapsed> s: .
 TestGemDependencyList#test_ok_eh_redundant: <elapsed> s: .
 TestGemDependencyList#test_tsort_each_child: <elapsed> s: .
@@ 29072 @@
 TestGemExtRakeBuilder#test_class_build: <elapsed> s: .
 TestGemExtRakeBuilder#test_class_build_fail: <elapsed> s: .
 TestGemFormat#test_class_from_io_garbled: <elapsed> s: .
-TestGemFormat#test_class_from_file_by_path: <elapsed> s: .
-TestGemFormat#test_class_from_file_by_path_empty: <elapsed> s: .
 TestGemFormat#test_class_from_file_by_path_nonexistent: <elapsed> s: .
 TestGemGemPathSearcher#test_lib_dirs_for_nil_require_paths: <elapsed> s: .
 TestGemGemPathSearcher#test_matching_files: <elapsed> s: .
@@ 29098 @@
 TestGemGemcutterUtilities#test_sign_in_with_host: stty: [e6a899e6ba96e585a5e58a9b]: [e38387e38390e382a4e382b9e381abe5afbee38199e3828be4b88de981a9e58887e381aa]ioctl[e381a7e38199]
 stty: [e6a899e6ba96e585a5e58a9b]: [e38387e38390e382a4e382b9e381abe5afbee38199e3828be4b88de981a9e58887e381aa]ioctl[e381a7e38199]
 <elapsed> s: .
-TestGemInstallUpdateOptions#test_user_install_enabled: <elapsed> s: .
-TestGemInstallUpdateOptions#test_user_install_disabled_read_only: <elapsed> s: .
-TestGemInstallUpdateOptions#test_security_policy: <elapsed> s: .
-TestGemInstallUpdateOptions#test_security_policy_unknown: <elapsed> s: .
-TestGemInstallUpdateOptions#test_add_install_update_options: <elapsed> s: .
-TestGemInstaller#test_shebang_arguments: <elapsed> s: .
-TestGemInstaller#test_shebang_env_shebang: <elapsed> s: .
-TestGemInstaller#test_generate_bin_script: <elapsed> s: .
-TestGemInstaller#test_generate_bin_symlink_no_perms: <elapsed> s: .
-TestGemInstaller#test_app_script_text: <elapsed> s: .
-TestGemInstaller#test_install_force: <elapsed> s: .
-TestGemInstaller#test_install_check_dependencies: <elapsed> s: .
-TestGemInstaller#test_shebang_empty: <elapsed> s: .
-TestGemInstaller#test_install_check_dependencies_install_dir: <elapsed> s: .
-TestGemInstaller#test_extract_files: <elapsed> s: .
-TestGemInstaller#test_extract_files_bad_dest: <elapsed> s: .
-TestGemInstaller#test_shebang_version_arguments: <elapsed> s: .
-TestGemInstaller#test_generate_bin_script_format_disabled: <elapsed> s: .
-TestGemInstaller#test_install: <elapsed> s: .
-TestGemInstaller#test_generate_bin_symlink_win32: <elapsed> s: .
-TestGemInstaller#test_generate_bin_bindir: <elapsed> s: .
-TestGemInstaller#test_generate_bin_symlink_update_older: <elapsed> s: .
-TestGemInstaller#test_generate_bin_script_no_execs: <elapsed> s: .
-TestGemInstaller#test_install_with_message: <elapsed> s: .
-TestGemInstaller#test_shebang: <elapsed> s: .
-TestGemInstaller#test_generate_bin_script_no_shebang: <elapsed> s: .
-TestGemInstaller#test_install_wrong_rubygems_version: <elapsed> s: .
-TestGemInstaller#test_install_missing_dirs: <elapsed> s: .
-TestGemInstaller#test_generate_bin_symlink_update_remove_wrapper: <elapsed> s: .
-TestGemInstaller#test_build_extensions_extconf_bad: <elapsed> s: .
-TestGemInstaller#test_build_extensions_none: <elapsed> s: .
-TestGemInstaller#test_initialize: <elapsed> s: .
-TestGemInstaller#test_shebang_nested: <elapsed> s: .
-TestGemInstaller#test_generate_bin_symlink_no_execs: <elapsed> s: .
-TestGemInstaller#test_shebang_env_arguments: <elapsed> s: .
-TestGemInstaller#test_generate_bin_script_format: <elapsed> s: .
-TestGemInstaller#test_write_spec: <elapsed> s: .
-TestGemInstaller#test_unpack: <elapsed> s: .
-TestGemInstaller#test_installation_satisfies_dependency_eh: <elapsed> s: .
-TestGemInstaller#test_extract_files_absolute: <elapsed> s: .
-TestGemInstaller#test_install_ignore_dependencies: <elapsed> s: .
-TestGemInstaller#test_shebang_version_env_arguments: <elapsed> s: .
-TestGemInstaller#test_shebang_env: <elapsed> s: .
-TestGemInstaller#test_install_bad_gem: <elapsed> s: .
-TestGemInstaller#test_generate_bin_symlink_update_newer: <elapsed> s: .
-TestGemInstaller#test_generate_bin_uses_default_shebang: <elapsed> s: .
-TestGemInstaller#test_generate_bin_script_install_dir: <elapsed> s: .
-TestGemInstaller#test_extract_files_relative: <elapsed> s: .
-TestGemInstaller#test_generate_bin_script_wrappers: <elapsed> s: .
-TestGemInstaller#test_shebang_version: <elapsed> s: .
-TestGemInstaller#test_shebang_version_env: <elapsed> s: .
-TestGemInstaller#test_generate_bin_symlink: <elapsed> s: .
-TestGemInstaller#test_ensure_dependency: <elapsed> s: .
-TestGemInstaller#test_shebang_nested_arguments: <elapsed> s: .
-TestGemInstaller#test_install_wrong_ruby_version: <elapsed> s: .
-TestGemInstaller#test_generate_bin_script_no_perms: <elapsed> s: .
-TestGemInstaller#test_build_extensions_unsupported: <elapsed> s: .
 TestGemLocalRemoteOptions#test_source_option_bad: <elapsed> s: .
 TestGemLocalRemoteOptions#test_both_eh: <elapsed> s: .
 TestGemLocalRemoteOptions#test_add_local_remote_options: <elapsed> s: .
@@ 29169 @@
 TestGemPackageTarHeader#test_empty_eh: <elapsed> s: .
 TestGemPackageTarHeader#test_equals2: <elapsed> s: .
 TestGemPackageTarHeader#test_update_checksum: <elapsed> s: .
-TestGemPackageTarInput#test_each_works: <elapsed> s: .
-TestGemPackageTarInput#test_extract_entry_works: <elapsed> s: .
 TestGemPackageTarOutput#test_self_open: <elapsed> s: .
 TestGemPackageTarOutput#test_self_open_signed: <elapsed> s: .
 TestGemPackageTarReader#test_each_entry: <elapsed> s: .
@@ 29206 @@
 TestGemPlatform#test_self_local: <elapsed> s: .
 TestGemPlatform#test_equals2: <elapsed> s: .
 TestGemPlatform#test_empty: <elapsed> s: .
-TestGemRemoteFetcher#test_implicit_no_proxy: <elapsed> s: .
-TestGemRemoteFetcher#test_implicit_proxy: <elapsed> s: .
-TestGemRemoteFetcher#test_implicit_proxy_no_env: <elapsed> s: .
-TestGemRemoteFetcher#test_get_proxy_from_env_auto_normalizes: <elapsed> s: .
-TestGemRemoteFetcher#test_self_fetcher_with_proxy: <elapsed> s: .
-TestGemRemoteFetcher#test_yaml_error_on_size: <elapsed> s: .
-TestGemRemoteFetcher#test_fetch_path_gzip_unmodified: <elapsed> s: .
-TestGemRemoteFetcher#test_self_fetcher_with_proxy_URI: <elapsed> s: .
-TestGemRemoteFetcher#test_implicit_upper_case_proxy: <elapsed> s: .
-TestGemRemoteFetcher#test_download_install_dir: <elapsed> s: .
-TestGemRemoteFetcher#test_explicit_proxy: <elapsed> s: .
-TestGemRemoteFetcher#test_download_platform_legacy: <elapsed> s: .
-TestGemRemoteFetcher#test_download_read_only: <elapsed> s: .
-TestGemRemoteFetcher#test_download_unsupported: <elapsed> s: .
-TestGemRemoteFetcher#test_fetch_path_system_call_error: <elapsed> s: .
-TestGemRemoteFetcher#test_fetch_size_bad_uri: <elapsed> s: .
-TestGemRemoteFetcher#test_fetch_path_socket_error: <elapsed> s: .
-TestGemRemoteFetcher#test_download_local_read_only: /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/lib/rubygems/remote_fetcher.rb:150:in `download': warning: URI.unescape is obsolete
 <elapsed> s: .
-TestGemRemoteFetcher#test_fetch_size_socket_error: <elapsed> s: .
-TestGemRemoteFetcher#test_request_unmodifed: <elapsed> s: .
-TestGemRemoteFetcher#test_download_local: /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/lib/rubygems/remote_fetcher.rb:150:in `download': warning: URI.unescape is obsolete
 <elapsed> s: .
-TestGemRemoteFetcher#test_no_proxy: <elapsed> s: .
-TestGemRemoteFetcher#test_download_cached: <elapsed> s: .
-TestGemRemoteFetcher#test_open_uri_or_path_limited_redirects: <elapsed> s: .
-TestGemRemoteFetcher#test_explicit_proxy_with_user_auth: /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/test/rubygems/test_gem_remote_fetcher.rb:375:in `block in test_explicit_proxy_with_user_auth': warning: URI.unescape is obsolete
 /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/test/rubygems/test_gem_remote_fetcher.rb:386:in `block in test_explicit_proxy_with_user_auth': warning: URI.unescape is obsolete
 <elapsed> s: .
-TestGemRemoteFetcher#test_download_local_space: /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/lib/rubygems/remote_fetcher.rb:150:in `download': warning: URI.unescape is obsolete
 <elapsed> s: .
-TestGemRemoteFetcher#test_fetch_path_gzip: <elapsed> s: .
-TestGemRemoteFetcher#test_download_same_file: /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/lib/rubygems/remote_fetcher.rb:150:in `download': warning: URI.unescape is obsolete
 <elapsed> s: .
-TestGemRemoteFetcher#test_open_uri_or_path: <elapsed> s: .
-TestGemRemoteFetcher#test_fetch_path_unmodified: <elapsed> s: .
-TestGemRemoteFetcher#test_download: <elapsed> s: .
-TestGemRemoteFetcher#test_explicit_proxy_with_user_auth_in_env: /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/lib/rubygems/remote_fetcher.rb:194:in `escape': warning: URI.escape is obsolete
 /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/lib/rubygems/remote_fetcher.rb:194:in `escape': warning: URI.escape is obsolete
 /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/lib/rubygems/remote_fetcher.rb:194:in `escape': warning: URI.escape is obsolete
 /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/lib/rubygems/remote_fetcher.rb:194:in `escape': warning: URI.escape is obsolete
 /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/test/rubygems/test_gem_remote_fetcher.rb:409:in `block in test_explicit_proxy_with_user_auth_in_env': warning: URI.unescape is obsolete
 /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/test/rubygems/test_gem_remote_fetcher.rb:410:in `block in test_explicit_proxy_with_user_auth_in_env': warning: URI.unescape is obsolete
 <elapsed> s: .
-TestGemRemoteFetcher#test_get_proxy_from_env_empty: <elapsed> s: .
-TestGemRemoteFetcher#test_fetch_path_io_error: <elapsed> s: .
-TestGemRemoteFetcher#test_request_head: <elapsed> s: .
-TestGemRemoteFetcher#test_self_fetcher: <elapsed> s: .
-TestGemRemoteFetcher#test_request: <elapsed> s: .
 TestGemRequirement#test_satisfied_by_eh_blank: <elapsed> s: .
 TestGemRequirement#test_satisfied_by_eh_gte: <elapsed> s: .
 TestGemRequirement#test_satisfied_by_eh_equal: <elapsed> s: .
@@ 29286 @@
 TestGemServer#test_root: <elapsed> s: .
 TestGemServer#test_quick_latest_index_rz: <elapsed> s: .
 TestGemServer#test_listen: <elapsed> s: .
-TestGemServer#test_yaml: <elapsed> s: .
 TestGemServer#test_quick_marshal_a_1_mswin32_gemspec_rz: <elapsed> s: .
-TestGemServer#test_quick_a_1_gemspec_rz: <elapsed> s: .
 TestGemServer#test_quick_marshal_a_1_gemspec_rz: <elapsed> s: .
 TestGemServer#test_quick_index_rz: <elapsed> s: .
 TestGemServer#test_Marshal_Z: <elapsed> s: .
-TestGemServer#test_quick_common_substrings: <elapsed> s: .
 TestGemServer#test_quick_missing: <elapsed> s: .
 TestGemServer#test_quick_index: <elapsed> s: .
-TestGemServer#test_quick_a_1_mswin32_gemspec_rz: <elapsed> s: .
 TestGemServer#test_latest_specs_gz: <elapsed> s: .
 TestGemServer#test_quick_latest_index: <elapsed> s: .
-TestGemServer#test_yaml_Z: <elapsed> s: .
-TestGemSourceIndex#test_fetcher: <elapsed> s: .
-TestGemSourceIndex#test_prerelease_specs_kept_in_right_place: <elapsed> s: .
-TestGemSourceIndex#test_find_name_empty_cache: <elapsed> s: .
-TestGemSourceIndex#test_unzip: <elapsed> s: .
-TestGemSourceIndex#test_signature: <elapsed> s: .
-TestGemSourceIndex#test_remove_spec: <elapsed> s: .
-TestGemSourceIndex#test_load_gems_in: <elapsed> s: .
-TestGemSourceIndex#test_find_name: <elapsed> s: .
-TestGemSourceIndex#test_self_load_specification_syntax_error: /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/tmp/test_rubygems_<pid>/gemhome/specifications/a-1.gemspec:1: warning: `+' after local variable is interpreted as binary operator
 /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/tmp/test_rubygems_<pid>/gemhome/specifications/a-1.gemspec:<line_a>: warning: even though it seems like unary operator
 <elapsed> s: .
-TestGemSourceIndex#test_self_load_specification_utf_8: <elapsed> s: .
-TestGemSourceIndex#test_remove_extra_no_changes: <elapsed> s: .
-TestGemSourceIndex#test_self_load_specification: <elapsed> s: .
-TestGemSourceIndex#test_search: <elapsed> s: .
-TestGemSourceIndex#test_index_signature: <elapsed> s: .
-TestGemSourceIndex#test_self_load_specification_interrupt: <elapsed> s: .
-TestGemSourceIndex#test_latest_specs: <elapsed> s: .
-TestGemSourceIndex#test_outdated: <elapsed> s: .
-TestGemSourceIndex#test_search_platform: <elapsed> s: .
-TestGemSourceIndex#test_find_missing: <elapsed> s: .
-TestGemSourceIndex#test_self_load_specification_system_exit: <elapsed> s: .
-TestGemSourceIndex#test_self_from_gems_in: <elapsed> s: .
-TestGemSourceIndex#test_find_missing_none_missing: <elapsed> s: .
-TestGemSourceIndex#test_remove_extra: <elapsed> s: .
-TestGemSourceIndex#test_self_load_specification_exception: <elapsed> s: .
-TestGemSourceIndex#test_specification: <elapsed> s: .
-TestGemSourceIndex#test_refresh_bang: <elapsed> s: .
-TestGemSourceIndex#test_refresh_bang_not_from_dir: <elapsed> s: .
-TestGemSourceIndex#test_create_from_directory: <elapsed> s: .
-TestGemSpecFetcher#test_load_specs_cached: <elapsed> s: .
-TestGemSpecFetcher#test_fetch_with_errors_mismatched_platform: <elapsed> s: .
-TestGemSpecFetcher#test_fetch_all: <elapsed> s: .
-TestGemSpecFetcher#test_find_matching_latest: <elapsed> s: .
-TestGemSpecFetcher#test_load_specs: <elapsed> s: .
-TestGemSpecFetcher#test_find_matching_with_errors_matched_platform: <elapsed> s: .
-TestGemSpecFetcher#test_fetch_spec_platform_ruby: <elapsed> s: .
-TestGemSpecFetcher#test_list_prerelease: <elapsed> s: .
-TestGemSpecFetcher#test_fetch_latest: <elapsed> s: .
-TestGemSpecFetcher#test_list_cache: <elapsed> s: .
-TestGemSpecFetcher#test_find_matching_with_errors_invalid_platform: <elapsed> s: .
-TestGemSpecFetcher#test_list_cache_all: <elapsed> s: .
-TestGemSpecFetcher#test_list_latest_all: <elapsed> s: .
-TestGemSpecFetcher#test_find_all_platforms: <elapsed> s: .
-TestGemSpecFetcher#test_fetch_platform: <elapsed> s: .
-TestGemSpecFetcher#test_find_matching_all: <elapsed> s: .
-TestGemSpecFetcher#test_fetch_prerelease: <elapsed> s: .
-TestGemSpecFetcher#test_find_matching_platform: <elapsed> s: .
-TestGemSpecFetcher#test_load_specs_cached_empty: <elapsed> s: .
-TestGemSpecFetcher#test_find_matching_prerelease: <elapsed> s: .
-TestGemSpecFetcher#test_fetch_spec_cached: <elapsed> s: .
-TestGemSpecFetcher#test_fetch_spec_platform: <elapsed> s: .
-TestGemSpecFetcher#test_fetch_spec: <elapsed> s: .
-TestGemSpecFetcher#test_list: <elapsed> s: .
-TestGemSpecFetcher#test_list_all: <elapsed> s: .
 TestGemSpecification#test_license: <elapsed> s: .
 TestGemSpecification#test_load_errors_contain_filename: <elapsed> s: .
 TestGemSpecification#test_self_attribute_names: <elapsed> s: .
@@ 29374 @@
 TestGemSpecification#test_self__load_future: <elapsed> s: .
 TestGemSpecification#test_installation_path: <elapsed> s: .
 TestGemSpecification#test_full_gem_path_double_slash: <elapsed> s: .
-TestGemSpecification#test_to_yaml_platform_legacy: <elapsed> s: .
 TestGemSpecification#test_executables: <elapsed> s: .
 TestGemSpecification#test_spaceship_platform: <elapsed> s: .
 TestGemSpecification#test_hash: <elapsed> s: .
 TestGemSpecification#test_platform: <elapsed> s: .
-TestGemSpecification#test_to_yaml_fancy: <elapsed> s: .
 TestGemSpecification#test_prerelease_spec_adds_required_rubygems_version: <elapsed> s: .
 TestGemSpecification#test_validate_rubygems_version: <elapsed> s: .
 TestGemSpecification#test_equals2_extensions: <elapsed> s: .
@@ 29395 @@
 TestGemSpecification#test_bindir_equals: <elapsed> s: .
 TestGemSpecification#test_validate_autorequire: <elapsed> s: .
 TestGemSpecification#test_executable_equals: <elapsed> s: .
-TestGemSpecification#test_to_yaml_platform_nil: <elapsed> s: .
 TestGemSpecification#test_full_name: <elapsed> s: .
 TestGemSpecification#test_files_non_array: <elapsed> s: .
 TestGemSpecification#test_self_normalize_yaml_input_with_non_183_yaml: <elapsed> s: .
@@ 29415 @@
 TestGemSpecification#test_extensions: <elapsed> s: .
 TestGemSpecification#test_has_rdoc_equals: <elapsed> s: .
 TestGemSpecification#test_validate_summary: <elapsed> s: .
-TestGemSpecification#test_to_yaml_platform_empty_string: <elapsed> s: .
 TestGemSpecification#test_runtime_dependencies_legacy: <elapsed> s: .
 TestGemSpecification#test_requirements: <elapsed> s: .
 TestGemSpecification#test_version: <elapsed> s: .
@@ 29437 @@
 TestGemSpecification#test_author: <elapsed> s: .
 TestGemSpecification#test_files_duplicate: <elapsed> s: .
 TestGemSpecification#test_validate_platform_legacy: <elapsed> s: .
-TestGemSpecification#test_to_yaml: <elapsed> s: .
 TestGemSpecification#test_validate_name: <elapsed> s: .
 TestGemSpecification#test_add_dependency_with_explicit_type: <elapsed> s: .
 TestGemSpecification#test_platform_equals_legacy: <elapsed> s: .
@@ 29463 @@
 TestGemStreamUI#test_ask_yes_no_no_tty_with_default: <elapsed> s: .
 TestGemStreamUI#test_choose_from_list: <elapsed> s: .
 TestGemStreamUI#test_ask_for_password_no_tty: <elapsed> s: .
-TestGemUninstaller#test_initialize_expand_path: <elapsed> s: .
-TestGemUninstaller#test_path_ok_eh: <elapsed> s: .
-TestGemUninstaller#test_uninstall: <elapsed> s: .
-TestGemUninstaller#test_path_ok_eh_user: <elapsed> s: .
-TestGemUninstaller#test_remove_executables_user: <elapsed> s: .
-TestGemUninstaller#test_remove_executables_force_keep: <elapsed> s: .
-TestGemUninstaller#test_path_ok_eh_legacy: <elapsed> s: .
-TestGemUninstaller#test_uninstall_user: <elapsed> s: .
-TestGemUninstaller#test_remove_executables_force_remove: <elapsed> s: .
 TestGemValidator#test_verify_gem_file: <elapsed> s: .
 TestGemValidator#test_verify_gem_empty: <elapsed> s: .
 TestGemValidator#test_verify_gem: <elapsed> s: .
@@ 29501 @@
 TestGemVersionOption#test_add_version_option: <elapsed> s: .
 TestGemVersionOption#test_version_option: <elapsed> s: .
 TestGemVersionOption#test_enables_prerelease: <elapsed> s: .
-TestKernel#test_gem: <elapsed> s: .
-TestKernel#test_gem_redundent: <elapsed> s: .
-TestKernel#test_gem_overlapping: <elapsed> s: .
-TestKernel#test_gem_conflicting: <elapsed> s: .
 TestTarWriter#test_add_file_unseekable: <elapsed> s: .
 TestTarWriter#test_add_file_simple_data: <elapsed> s: .
 TestTarWriter#test_split_name_too_long_name: <elapsed> s: .
@@ 29520 @@
 
 Finished in <t> seconds.
 
-724 tests, <num> assertions, 0 failures, 0 errors, 0 skips
 
 Test run options: --seed <num> --verbose
-== test/scanf # <time>
-+ make test-all 'TESTS=-v scanf' RUBYOPT=-w
-./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb  ./tool/runruby.rb --extout=.ext  -- "./test/runner.rb" -v scanf
 Loaded suite ./test/runner
 Started
 TestIOScanf#test_1: <elapsed> s: .
@@ 30007 @@
 
 Finished in <t> seconds.
 
-476 tests, <num> assertions, 0 failures, 0 errors, 0 skips
 
 Test run options: --seed <num> --verbose
-== test/sdbm # <time>
-+ make test-all 'TESTS=-v sdbm' RUBYOPT=-w
-./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb  ./tool/runruby.rb --extout=.ext  -- "./test/runner.rb" -v sdbm
 Loaded suite ./test/runner
 Started
 TestSDBM#test_aref: <elapsed> s: .
@@ 30054 @@
 
 Finished in <t> seconds.
 
-36 tests, <num> assertions, 0 failures, 0 errors, 0 skips
 
 Test run options: --seed <num> --verbose
-== test/socket # <time>
-+ make test-all 'TESTS=-v socket' RUBYOPT=-w
-./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb  ./tool/runruby.rb --extout=.ext  -- "./test/runner.rb" -v socket
 Loaded suite ./test/runner
 Started
 TestSocket#test_accept_loop: <elapsed> s: .
@@ 30183 @@
 
 Finished in <t> seconds.
 
-118 tests, <num> assertions, 0 failures, 0 errors, 0 skips
 
 Test run options: --seed <num> --verbose
-== test/stringio # <time>
-+ make test-all 'TESTS=-v stringio' RUBYOPT=-w
-./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb  ./tool/runruby.rb --extout=.ext  -- "./test/runner.rb" -v stringio
 Loaded suite ./test/runner
 Started
 TestStringIO#test_close: <elapsed> s: .
@@ 30243 @@
 
 Finished in <t> seconds.
 
-49 tests, <num> assertions, 0 failures, 0 errors, 0 skips
 
 Test run options: --seed <num> --verbose
-== test/strscan # <time>
-+ make test-all 'TESTS=-v strscan' RUBYOPT=-w
-./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb  ./tool/runruby.rb --extout=.ext  -- "./test/runner.rb" -v strscan
 Loaded suite ./test/runner
 Started
 TestStringScanner#test_AREF: <elapsed> s: .
@@ 30294 @@
 
 Finished in <t> seconds.
 
-40 tests, <num> assertions, 0 failures, 0 errors, 0 skips
 
 Test run options: --seed <num> --verbose
-== test/syck # <time>
-+ make test-all 'TESTS=-v syck' RUBYOPT=-w
-./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb  ./tool/runruby.rb --extout=.ext  -- "./test/runner.rb" -v syck
 <internal:lib/rubygems/custom_require>:29:in `require': YAML::YPath is deprecated
 Loaded suite ./test/runner
 Started
@@ 30432 @@
 
 Finished in <t> seconds.
 
-125 tests, <num> assertions, 0 failures, 0 errors, 0 skips
 
 Test run options: --seed <num> --verbose
-== test/test_delegate.rb # <time>
-+ make test-all 'TESTS=-v test_delegate.rb' RUBYOPT=-w
-./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb  ./tool/runruby.rb --extout=.ext  -- "./test/runner.rb" -v test_delegate.rb
 Loaded suite ./test/runner
 Started
 TestDelegateClass#test_copy_frozen: <elapsed> s: .
@@ 30453 @@
 
 Finished in <t> seconds.
 
-10 tests, <num> assertions, 0 failures, 0 errors, 0 skips
 
 Test run options: --seed <num> --verbose
-== test/test_find.rb # <time>
-+ make test-all 'TESTS=-v test_find.rb' RUBYOPT=-w
-./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb  ./tool/runruby.rb --extout=.ext  -- "./test/runner.rb" -v test_find.rb
 Loaded suite ./test/runner
 Started
 TestFind#test_change_dir_to_file: <elapsed> s: .
@@ 30479 @@
 
 Finished in <t> seconds.
 
-15 tests, <num> assertions, 0 failures, 0 errors, 0 skips
 
 Test run options: --seed <num> --verbose
-== test/test_ipaddr.rb # <time>
-+ make test-all 'TESTS=-v test_ipaddr.rb' RUBYOPT=-w
-./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb  ./tool/runruby.rb --extout=.ext  -- "./test/runner.rb" -v test_ipaddr.rb
 Loaded suite ./test/runner
 Started
 TC_IPAddr#test_ip6_arpa: <elapsed> s: .
@@ 30507 @@
 
 Finished in <t> seconds.
 
-17 tests, <num> assertions, 0 failures, 0 errors, 0 skips
 
 Test run options: --seed <num> --verbose
-== test/test_mathn.rb # <time>
-+ make test-all 'TESTS=-v test_mathn.rb' RUBYOPT=-w
-./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb  ./tool/runruby.rb --extout=.ext  -- "./test/runner.rb" -v test_mathn.rb
 Loaded suite ./test/runner
 Started
 TestMathn#test_power: <elapsed> s: .
 
 Finished in <t> seconds.
 
-1 tests, <num> assertions, 0 failures, 0 errors, 0 skips
 
 Test run options: --seed <num> --verbose
-== test/test_open3.rb # <time>
-+ make test-all 'TESTS=-v test_open3.rb' RUBYOPT=-w
-./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb  ./tool/runruby.rb --extout=.ext  -- "./test/runner.rb" -v test_open3.rb
 Loaded suite ./test/runner
 Started
 TestOpen3#test_block: <elapsed> s: .
@@ 30550 @@
 
 Finished in <t> seconds.
 
-20 tests, <num> assertions, 0 failures, 0 errors, 0 skips
 
 Test run options: --seed <num> --verbose
-== test/test_pp.rb # <time>
-+ make test-all 'TESTS=-v test_pp.rb' RUBYOPT=-w
-./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb  ./tool/runruby.rb --extout=.ext  -- "./test/runner.rb" -v test_pp.rb
 Loaded suite ./test/runner
 Started
 PPTestModule::PPCycleTest#test_anonymous: <elapsed> s: .
@@ 30581 @@
 
 Finished in <t> seconds.
 
-20 tests, <num> assertions, 0 failures, 0 errors, 0 skips
 
 Test run options: --seed <num> --verbose
-== test/test_prettyprint.rb # <time>
-+ make test-all 'TESTS=-v test_prettyprint.rb' RUBYOPT=-w
-./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb  ./tool/runruby.rb --extout=.ext  -- "./test/runner.rb" -v test_prettyprint.rb
 Loaded suite ./test/runner
 Started
 PrettyPrintTest::Fill#test_00_06: <elapsed> s: .
@@ 30624 @@
 
 Finished in <t> seconds.
 
-32 tests, <num> assertions, 0 failures, 0 errors, 0 skips
 
 Test run options: --seed <num> --verbose
-== test/test_prime.rb # <time>
-+ make test-all 'TESTS=-v test_prime.rb' RUBYOPT=-w
-./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb  ./tool/runruby.rb --extout=.ext  -- "./test/runner.rb" -v test_prime.rb
 Loaded suite ./test/runner
 Started
 TestPrime#test_default_instance_does_not_have_compatibility_methods: <elapsed> s: .
@@ 30646 @@
 
 Finished in <t> seconds.
 
-11 tests, <num> assertions, 0 failures, 0 errors, 0 skips
 
 Test run options: --seed <num> --verbose
-== test/test_pstore.rb # <time>
-+ make test-all 'TESTS=-v test_pstore.rb' RUBYOPT=-w
-./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb  ./tool/runruby.rb --extout=.ext  -- "./test/runner.rb" -v test_pstore.rb
 Loaded suite ./test/runner
 Started
-PStoreTest#test_changes_after_commit_are_discarded: /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/lib/pstore.rb:453: warning: method redefined; discarding old marshal_dump_supports_canonical_option?
 /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/lib/pstore.rb:<line_a>: warning: previous definition of marshal_dump_supports_canonical_option? was here
 <elapsed> s: .
 PStoreTest#test_changes_are_not_written_on_abort: <elapsed> s: .
@@ 30666 @@
 
 Finished in <t> seconds.
 
-7 tests, <num> assertions, 0 failures, 0 errors, 0 skips
 
 Test run options: --seed <num> --verbose
-== test/test_pty.rb # <time>
-+ make test-all 'TESTS=-v test_pty.rb' RUBYOPT=-w
-./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb  ./tool/runruby.rb --extout=.ext  -- "./test/runner.rb" -v test_pty.rb
 Loaded suite ./test/runner
 Started
 TestPTY#test_argv0: <elapsed> s: .
@@ 30688 @@
 
 Finished in <t> seconds.
 
-11 tests, <num> assertions, 0 failures, 0 errors, 0 skips
 
 Test run options: --seed <num> --verbose
-== test/test_set.rb # <time>
-+ make test-all 'TESTS=-v test_set.rb' RUBYOPT=-w
-./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb  ./tool/runruby.rb --extout=.ext  -- "./test/runner.rb" -v test_set.rb
 Loaded suite ./test/runner
 Started
-TC_Enumerable#test_to_set: (eval):2: warning: method redefined; discarding old initialize
-/home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/lib/set.rb:<line_a>: warning: previous definition of initialize was here
 <elapsed> s: .
 TC_Set#test_add: <elapsed> s: .
 TC_Set#test_and: <elapsed> s: .
@@ 30734 @@
 
 Finished in <t> seconds.
 
-33 tests, <num> assertions, 0 failures, 0 errors, 0 skips
 
 Test run options: --seed <num> --verbose
-== test/test_shellwords.rb # <time>
-+ make test-all 'TESTS=-v test_shellwords.rb' RUBYOPT=-w
-./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb  ./tool/runruby.rb --extout=.ext  -- "./test/runner.rb" -v test_shellwords.rb
 Loaded suite ./test/runner
 Started
 TestShellwords#test_string: <elapsed> s: .
@@ 30749 @@
 
 Finished in <t> seconds.
 
-4 tests, <num> assertions, 0 failures, 0 errors, 0 skips
 
 Test run options: --seed <num> --verbose
-== test/test_singleton.rb # <time>
-+ make test-all 'TESTS=-v test_singleton.rb' RUBYOPT=-w
-./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb  ./tool/runruby.rb --extout=.ext  -- "./test/runner.rb" -v test_singleton.rb
 Loaded suite ./test/runner
 Started
 TestSingleton#test_marshal: <elapsed> s: .
 
 Finished in <t> seconds.
 
-1 tests, <num> assertions, 0 failures, 0 errors, 0 skips
 
 Test run options: --seed <num> --verbose
-== test/test_syslog.rb # <time>
-+ make test-all 'TESTS=-v test_syslog.rb' RUBYOPT=-w
-./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb  ./tool/runruby.rb --extout=.ext  -- "./test/runner.rb" -v test_syslog.rb
 Loaded suite ./test/runner
 Started
 TestSyslog#test_close: <elapsed> s: .
@@ 30780 @@
 
 Finished in <t> seconds.
 
-8 tests, <num> assertions, 0 failures, 0 errors, 0 skips
 
 Test run options: --seed <num> --verbose
-== test/test_tempfile.rb # <time>
-+ make test-all 'TESTS=-v test_tempfile.rb' RUBYOPT=-w
-./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb  ./tool/runruby.rb --extout=.ext  -- "./test/runner.rb" -v test_tempfile.rb
 Loaded suite ./test/runner
 Started
 TestTempfile#test_basename: <elapsed> s: .
@@ 30816 @@
 
 Finished in <t> seconds.
 
-25 tests, <num> assertions, 0 failures, 0 errors, 0 skips
 
 Test run options: --seed <num> --verbose
-== test/test_time.rb # <time>
-+ make test-all 'TESTS=-v test_time.rb' RUBYOPT=-w
-./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb  ./tool/runruby.rb --extout=.ext  -- "./test/runner.rb" -v test_time.rb
 Loaded suite ./test/runner
 Started
 TestTimeExtension#test_completion: <elapsed> s: .
@@ 30848 @@
 
 Finished in <t> seconds.
 
-21 tests, <num> assertions, 0 failures, 0 errors, 0 skips
 
 Test run options: --seed <num> --verbose
-== test/test_timeout.rb # <time>
-+ make test-all 'TESTS=-v test_timeout.rb' RUBYOPT=-w
-./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb  ./tool/runruby.rb --extout=.ext  -- "./test/runner.rb" -v test_timeout.rb
 Loaded suite ./test/runner
 Started
 TestTimeout#test_cannot_convert_into_time_interval: <elapsed> s: .
@@ 30862 @@
 
 Finished in <t> seconds.
 
-3 tests, <num> assertions, 0 failures, 0 errors, 0 skips
 
 Test run options: --seed <num> --verbose
-== test/test_tracer.rb # <time>
-+ make test-all 'TESTS=-v test_tracer.rb' RUBYOPT=-w
-./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb  ./tool/runruby.rb --extout=.ext  -- "./test/runner.rb" -v test_tracer.rb
 Loaded suite ./test/runner
 Started
 TestTracer#test_work_with_e: <elapsed> s: .
 
 Finished in <t> seconds.
 
-1 tests, <num> assertions, 0 failures, 0 errors, 0 skips
 
 Test run options: --seed <num> --verbose
-== test/test_tsort.rb # <time>
-+ make test-all 'TESTS=-v test_tsort.rb' RUBYOPT=-w
-./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb  ./tool/runruby.rb --extout=.ext  -- "./test/runner.rb" -v test_tsort.rb
 Loaded suite ./test/runner
 Started
 TSortTest#test_array: <elapsed> s: .
@@ 30888 @@
 
 Finished in <t> seconds.
 
-3 tests, <num> assertions, 0 failures, 0 errors, 0 skips
 
 Test run options: --seed <num> --verbose
-== test/testunit # <time>
-+ make test-all 'TESTS=-v testunit' RUBYOPT=-w
-./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb  ./tool/runruby.rb --extout=.ext  -- "./test/runner.rb" -v testunit
 Loaded suite ./test/runner
 Started
 TestAssertion#test_wrong_assertion: <elapsed> s: .
 
 Finished in <t> seconds.
 
-1 tests, <num> assertions, 0 failures, 0 errors, 0 skips
 
 Test run options: --seed <num> --verbose
-== test/thread # <time>
-+ make test-all 'TESTS=-v thread' RUBYOPT=-w
-./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb  ./tool/runruby.rb --extout=.ext  -- "./test/runner.rb" -v thread
 Loaded suite ./test/runner
 Started
 TestQueue#test_queue: <elapsed> s: .
@@ 30913 @@
 
 Finished in <t> seconds.
 
-2 tests, <num> assertions, 0 failures, 0 errors, 0 skips
 
 Test run options: --seed <num> --verbose
-== test/uri # <time>
-+ make test-all 'TESTS=-v uri' RUBYOPT=-w
-./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb  ./tool/runruby.rb --extout=.ext  -- "./test/runner.rb" -v uri
 Loaded suite ./test/runner
 Started
 URI::TestCommon#test_decode_www_form: <elapsed> s: .
@@ 30952 @@
 
 Finished in <t> seconds.
 
-28 tests, <num> assertions, 0 failures, 0 errors, 0 skips
 
 Test run options: --seed <num> --verbose
-== test/webrick # <time>
-+ make test-all 'TESTS=-v webrick' RUBYOPT=-w
-./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb  ./tool/runruby.rb --extout=.ext  -- "./test/runner.rb" -v webrick
 Loaded suite ./test/runner
 Started
 TestWEBrickCGI#test_bad_header: <elapsed> s: .
@@ 31048 @@
 
 Finished in <t> seconds.
 
-54 tests, <num> assertions, 0 failures, 0 errors, 0 skips
 
 Test run options: --seed <num> --verbose
-== test/win32ole # <time>
-+ make test-all 'TESTS=-v win32ole' RUBYOPT=-w
-./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb  ./tool/runruby.rb --extout=.ext  -- "./test/runner.rb" -v win32ole
 Loaded suite ./test/runner
 Started
 
 Finished in <t> seconds.
 
-0 tests, <num> assertions, 0 failures, 0 errors, 0 skips
 
 Test run options: --seed <num> --verbose
-== test/xmlrpc # <time>
-+ make test-all 'TESTS=-v xmlrpc' RUBYOPT=-w
-./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb  ./tool/runruby.rb --extout=.ext  -- "./test/runner.rb" -v xmlrpc
 /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/lib/rexml/doctype.rb:<line_a>: warning: `+' after local variable is interpreted as binary operator
 /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/lib/rexml/doctype.rb:<line_a>: warning: even though it seems like unary operator
 Loaded suite ./test/runner
@@ 31099 @@
 
 Finished in <t> seconds.
 
-27 tests, <num> assertions, 0 failures, 0 errors, 0 skips
 
 Test run options: --seed <num> --verbose
-== test/yaml # <time>
-+ make test-all 'TESTS=-v yaml' RUBYOPT=-w
-./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb  ./tool/runruby.rb --extout=.ext  -- "./test/runner.rb" -v yaml
 Loaded suite ./test/runner
 Started
 
 Finished in <t> seconds.
 
-0 tests, <num> assertions, 0 failures, 0 errors, 0 skips
 
 Test run options: --seed <num> --verbose
-== test/zlib # <time>
-+ make test-all 'TESTS=-v zlib' RUBYOPT=-w
-./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb  ./tool/runruby.rb --extout=.ext  -- "./test/runner.rb" -v zlib
 Loaded suite ./test/runner
 Started
 TestZlib#test_adler32: <elapsed> s: .
@@ 31186 @@
 
 Finished in <t> seconds.
 
-60 tests, <num> assertions, 0 failures, 0 errors, 0 skips
 
 Test run options: --seed <num> --verbose
 == rubyspec # <time>
@@ 53000 @@
 - creates a date with arguments
 - doesn't create dates for invalid arguments
 - creats a Date for different calendar reform dates
-- doesn't blow up (illegal instruction and segfault, respectively) when fed huge numbers
 
 Date#valid_civil?
 - should be able to determine if a date is valid
@@ 53336 @@
 - creates a date with arguments
 - doesn't create dates for invalid arguments
 - creats a Date for different calendar reform dates
-- doesn't blow up (illegal instruction and segfault, respectively) when fed huge numbers
 
 Date.new
 - needs to be reviewed for spec completeness
@@ 62240 @@
 
 Finished in <t> seconds
 
-3494 files, 17366 examples, <num> expectations, 1 failure, 1 error
 exit 1
 failed(rubyspec)
 == end # <time>

OlderDiff < 20110528T231004Z < ThisDiff > 20110529T225327Z > NewerDiff


chkbuild summary recent last