OLDREV 32534 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=32534&diff_format=u NEWREV 32545 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=32545&diff_format=u CHG ChangeLog 32532->32544 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?p1=trunk/ChangeLog&r1=32534&r2=32545&pathrev=32545&diff_format=u CHG regint.h 30740->32544 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/regint.h?p1=trunk/regint.h&r1=32534&r2=32545&pathrev=32545&diff_format=u CHG st.c 30679->32544 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/st.c?p1=trunk/st.c&r1=32534&r2=32545&pathrev=32545&diff_format=u CHG version.h 32533->32545 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/version.h?p1=trunk/version.h&r1=32534&r2=32545&pathrev=32545&diff_format=u CHG doc/ChangeLog-1.9.3 32534->32543 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/doc/ChangeLog-1.9.3?p1=trunk/doc/ChangeLog-1.9.3&r1=32534&r2=32545&pathrev=32545&diff_format=u CHG ext/openssl/ossl.c 32337->32537 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/openssl/ossl.c?p1=trunk/ext/openssl/ossl.c&r1=32534&r2=32545&pathrev=32545&diff_format=u CHG test/json/setup_variant.rb 32493->32535 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/test/json/setup_variant.rb?p1=trunk/test/json/setup_variant.rb&r1=32534&r2=32545&pathrev=32545&diff_format=u CHG test/json/test_json_string_matching.rb 32493->32535 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/test/json/test_json_string_matching.rb?p1=trunk/test/json/test_json_string_matching.rb&r1=32534&r2=32545&pathrev=32545&diff_format=u CHG test/openssl/test_pair.rb 30176->32537 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/test/openssl/test_pair.rb?p1=trunk/test/openssl/test_pair.rb&r1=32534&r2=32545&pathrev=32545&diff_format=u CHG test/openssl/test_ssl.rb 32337->32537 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/test/openssl/test_ssl.rb?p1=trunk/test/openssl/test_ssl.rb&r1=32534&r2=32545&pathrev=32545&diff_format=u CHG test/openssl/utils.rb 32195->32537 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/test/openssl/utils.rb?p1=trunk/test/openssl/utils.rb&r1=32534&r2=32545&pathrev=32545&diff_format=u CHG test/testunit/tests_for_parallel/ptest_first.rb 32496->32535 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/test/testunit/tests_for_parallel/ptest_first.rb?p1=trunk/test/testunit/tests_for_parallel/ptest_first.rb&r1=32534&r2=32545&pathrev=32545&diff_format=u CHG test/testunit/tests_for_parallel/ptest_forth.rb 32496->32535 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/test/testunit/tests_for_parallel/ptest_forth.rb?p1=trunk/test/testunit/tests_for_parallel/ptest_forth.rb&r1=32534&r2=32545&pathrev=32545&diff_format=u CHG test/testunit/tests_for_parallel/ptest_second.rb 32496->32535 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/test/testunit/tests_for_parallel/ptest_second.rb?p1=trunk/test/testunit/tests_for_parallel/ptest_second.rb&r1=32534&r2=32545&pathrev=32545&diff_format=u COMMIT [NARUSE, Yui] 20.times is not enough, use 40. http://github.com/rubyspec/rubyspec/commit/abb2485c1cf010f644144a780eb1c1fcdfcaaa23 COMMIT [Charles Oliver Nutter] Class#superclass on uninitialized class should raise TypeError. http://github.com/rubyspec/rubyspec/commit/b6b60b2ec33484b1af19a27b306fdb622b1e77f8 =================================================================== +++ 20110714T222620Z @@ 7012 @@ OpenSSL::TestSSL#test_client_ca = s = . OpenSSL::TestSSL#test_connect_and_close = s = . OpenSSL::TestSSL#test_ctx_setup = s = . +OpenSSL::TestSSL#test_exception_in_verify_callback_is_ignored = s = . OpenSSL::TestSSL#test_not_started_session = /home/chkbuild/tmp/build/ruby-trunk//ruby/test/openssl/test_ssl.rb:15: warning: SSL session is not started yet. s = . OpenSSL::TestSSL#test_parallel = s = . @@ 17492 @@ OpenSSL::TestSSL#test_client_ca = s = . OpenSSL::TestSSL#test_connect_and_close = s = . OpenSSL::TestSSL#test_ctx_setup = s = . +OpenSSL::TestSSL#test_exception_in_verify_callback_is_ignored = s = . OpenSSL::TestSSL#test_not_started_session = /home/chkbuild/tmp/build/ruby-trunk//ruby/test/openssl/test_ssl.rb:15: warning: SSL session is not started yet. s = . OpenSSL::TestSSL#test_parallel = s = . @@ 17545 @@ Finished tests in s, tests/s, assertions/s. +209 tests, assertions, 0 failures, 0 errors, 0 skips == test/optparse #