OLDREV 30608 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=30608&diff_format=u NEWREV 30619 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=30619&diff_format=u CHG ChangeLog 30606->30618 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?p1=trunk/ChangeLog&r1=30608&r2=30619&pathrev=30619&diff_format=u CHG README.EXT 29297->30613 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/README.EXT?p1=trunk/README.EXT&r1=30608&r2=30619&pathrev=30619&diff_format=u CHG README.EXT.ja 30518->30613 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/README.EXT.ja?p1=trunk/README.EXT.ja&r1=30608&r2=30619&pathrev=30619&diff_format=u CHG configure.in 30550->30618 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/configure.in?p1=trunk/configure.in&r1=30608&r2=30619&pathrev=30619&diff_format=u CHG node.h 30224->30616 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/node.h?p1=trunk/node.h&r1=30608&r2=30619&pathrev=30619&diff_format=u CHG version.h 30607->30617 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/version.h?p1=trunk/version.h&r1=30608&r2=30619&pathrev=30619&diff_format=u CHG ext/psych/lib/psych/coder.rb 27364->30609 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/psych/lib/psych/coder.rb?p1=trunk/ext/psych/lib/psych/coder.rb&r1=30608&r2=30619&pathrev=30619&diff_format=u CHG ext/psych/lib/psych/visitors/json_tree.rb 30587->30610 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/psych/lib/psych/visitors/json_tree.rb?p1=trunk/ext/psych/lib/psych/visitors/json_tree.rb&r1=30608&r2=30619&pathrev=30619&diff_format=u CHG ext/psych/lib/psych/visitors/yaml_tree.rb 30459->30609 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/psych/lib/psych/visitors/yaml_tree.rb?p1=trunk/ext/psych/lib/psych/visitors/yaml_tree.rb&r1=30608&r2=30619&pathrev=30619&diff_format=u CHG test/psych/test_coder.rb 30475->30609 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/test/psych/test_coder.rb?p1=trunk/test/psych/test_coder.rb&r1=30608&r2=30619&pathrev=30619&diff_format=u CHG test/psych/test_json_tree.rb 30587->30619 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/test/psych/test_json_tree.rb?p1=trunk/test/psych/test_json_tree.rb&r1=30608&r2=30619&pathrev=30619&diff_format=u CHG test/webrick/utils.rb 25184->30611 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/test/webrick/utils.rb?p1=trunk/test/webrick/utils.rb&r1=30608&r2=30619&pathrev=30619&diff_format=u COMMIT Add spec for defined?(super) when the superclass is a module. From JRUBY-5391. http://github.com/rubyspec/rubyspec/commit/34fafd366fac0cdf3fc170cfe994afd0be78bf5f COMMIT In 1.9, Time#local (and friends) set usec. http://github.com/rubyspec/rubyspec/commit/a8fc1d36306fd2e579e2b9706b53a8b77f16053b COMMIT new Kernel#method spec: will see an alias of the original method as == when in a derived class http://github.com/rubyspec/rubyspec/commit/ffa06b4300419b6312074906a730a3cc1dd6b329 COMMIT Add a spec for BasicObject subclasses that include Kernel (from JRUBY-4871) http://github.com/rubyspec/rubyspec/commit/be23d4c5042d0c3e8800eb8f1ea5e303c66f8c7e =================================================================== +++ 20110120T223804Z @@ 7447 @@ Psych::TestCoder#test_dump_init_with = s = . Psych::TestCoder#test_represent_with_init = s = . Psych::TestCoder#test_map_takes_block = s = . +Psych::TestCoder#test_represent_with_object = s = . Psych::TestCoder#test_represent_sequence = s = . Psych::TestCoder#test_scalar_coder = s = . Psych::TestCoder#test_dump_with_tag = s = . @@ 7530 @@ Psych::TestJSONTree#test_list_to_json = s = . Psych::TestJSONTree#test_float = s = . Psych::TestJSONTree#test_symbol = s = . +Psych::TestJSONTree#test_time = s = F Psych::TestJSONTree#test_string = s = . +Psych::TestJSONTree#test_datetime = s = . Psych::TestJSONTree#test_hash = s = . Psych::TestNil#test_array_nil = s = . Psych::TestNil#test_nil = s = . @@ 18620 @@ Finished tests in s, tests/s, assertions/s. + ) Failure: +test_time(Psych::TestJSONTree) [/home/chkbuild/tmp/build/ruby-trunk//ruby/test/psych/test_json_tree.rb:45]: +Expected "{\"a\": \"2010-10-10 07:00:00.000000000Z\"}\n", not "{\"a\": \"2010-10-09 15:00:00.000000000Z\"}\n". ) Error: test_class_build_self_signed_cert(TestGemSecurity): @@ 18630 @@ /home/chkbuild/tmp/build/ruby-trunk//ruby/test/rubygems/test_gem_security.rb:53:in `test_class_build_self_signed_cert' ./test/runner.rb:18:in `
' +9123 tests, assertions, 1 failures, 1 errors, 0 skips +make: *** [yes-test-all] エラー 2 exit 2 failed(test-all) == rubyspec #