OLDREV 31927 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=31927&diff_format=u NEWREV 31946 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=31946&diff_format=u CHG ChangeLog 31927->31945 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?p1=trunk/ChangeLog&r1=31927&r2=31946&pathrev=31946&diff_format=u CHG cont.c 31577->31944 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/cont.c?p1=trunk/cont.c&r1=31927&r2=31946&pathrev=31946&diff_format=u CHG version.h 31922->31946 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/version.h?p1=trunk/version.h&r1=31927&r2=31946&pathrev=31946&diff_format=u CHG ext/date/date_core.c 31925->31941 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/date/date_core.c?p1=trunk/ext/date/date_core.c&r1=31927&r2=31946&pathrev=31946&diff_format=u CHG ext/psych/parser.c 31317->31930 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/psych/parser.c?p1=trunk/ext/psych/parser.c&r1=31927&r2=31946&pathrev=31946&diff_format=u CHG include/ruby/defines.h 31712->31938 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/include/ruby/defines.h?p1=trunk/include/ruby/defines.h&r1=31927&r2=31946&pathrev=31946&diff_format=u CHG include/ruby/missing.h 31911->31938 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/include/ruby/missing.h?p1=trunk/include/ruby/missing.h&r1=31927&r2=31946&pathrev=31946&diff_format=u CHG lib/net/http.rb 31860->31933 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/lib/net/http.rb?p1=trunk/lib/net/http.rb&r1=31927&r2=31946&pathrev=31946&diff_format=u CHG lib/test/unit.rb 31899->31934 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/lib/test/unit.rb?p1=trunk/lib/test/unit.rb&r1=31927&r2=31946&pathrev=31946&diff_format=u CHG test/date/test_switch_hitter.rb 31862->31943 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/test/date/test_switch_hitter.rb?p1=trunk/test/date/test_switch_hitter.rb&r1=31927&r2=31946&pathrev=31946&diff_format=u CHG test/rdoc/test_rdoc_markup_pre_process.rb 30815->31937 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/test/rdoc/test_rdoc_markup_pre_process.rb?p1=trunk/test/rdoc/test_rdoc_markup_pre_process.rb&r1=31927&r2=31946&pathrev=31946&diff_format=u CHG test/ruby/test_io.rb 31902->31945 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/test/ruby/test_io.rb?p1=trunk/test/ruby/test_io.rb&r1=31927&r2=31946&pathrev=31946&diff_format=u COMMIT This is bigdecimal's bug, not date's. http://github.com/rubyspec/rubyspec/commit/46f643b17d13c3d520f53664f4591f45b30b05bf COMMIT Follow 1.9.3's ext/date. http://github.com/rubyspec/rubyspec/commit/0396550bdcaa46ae4f8ea3fd9a564c4741ee7fb8 COMMIT Add continue_timeout to StringIO for MRI r31860. http://github.com/rubyspec/rubyspec/commit/3d239f10c3bf9fbb595a81cac199a84e59e42d88 =================================================================== +++ 20110606T183304Z @@ 5314 @@ Modules: 296 ( 155 undocumented) Constants: 1382 ( 888 undocumented) Attributes: 1001 ( 439 undocumented) +Methods: 10213 (3197 undocumented) +Total: 14182 (5349 undocumented) 62.28% documented Elapsed: s @@ 5865 @@ from /var/lib/chkbuild/tmp/build/ruby-trunk-o3//ruby/lib/minitest/unit.rb:891:in `_run' from /var/lib/chkbuild/tmp/build/ruby-trunk-o3//ruby/lib/minitest/unit.rb:884:in `run' from /var/lib/chkbuild/tmp/build/ruby-trunk-o3//ruby/lib/test/unit.rb:21:in `run' + from /var/lib/chkbuild/tmp/build/ruby-trunk-o3//ruby/lib/test/unit.rb:630:in `run' + from /var/lib/chkbuild/tmp/build/ruby-trunk-o3//ruby/lib/test/unit.rb:634:in `run' from ./test/runner.rb:13:in `
' make: *** [yes-test-all] Error 1 exit 2 @@ 6891 @@ TestSH#test_cmp = s = . TestSH#test_commercial = s = . TestSH#test_dup = s = . +TestSH#test_enc = s = . TestSH#test_eqeqeq = s = . TestSH#test_inspect = s = . TestSH#test_jd = s = . @@ 7015 @@ Skipped, no message given ) Skipped: +test_base(TestSH) [/var/lib/chkbuild/tmp/build/ruby-trunk-o3//ruby/test/date/test_switch_hitter.rb:429]: Skipped, no message given +143 tests, assertions, 0 failures, 0 errors, 28 skips == test/dbm #