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 =================================================================== +++ 20110121T013150Z @@ 4732 @@ test_eql(OpenSSL::TestDigest): . test_info(OpenSSL::TestDigest): . test_reset(OpenSSL::TestDigest): . +test_eof_0(OpenSSL::TestEOF1): ./test/openssl/test_pair.rb:: warning: using default DH parameters. /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.6//ruby/.ext/common/openssl/ssl.rb:: warning: using default DH parameters. ./test/openssl/test_pair.rb:: warning: using default DH parameters. /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.6//ruby/.ext/common/openssl/ssl.rb:: warning: using default DH parameters. @@ 14945 @@ - raises a NameError for an invalid singleton method name - can be called on a private method - raises a NameError when called on a protected method +- will see an alias of the original method as == when in a derived class - can call methods created with define_method /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.6//rubyspec/core/kernel/methods_spec.rb @@ 46524 @@ - raises a NameError for an invalid singleton method name - can be called on a private method - raises a NameError when called on a protected method +- will see an alias of the original method as == when in a derived class - can call methods created with define_method =================================================================== --- 20110120T013258Z @@ 4732 @@ test_eql(OpenSSL::TestDigest): . test_info(OpenSSL::TestDigest): . test_reset(OpenSSL::TestDigest): . -test_eof_0(OpenSSL::TestEOF1): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.6//ruby/.ext/common/openssl/ssl.rb:: warning: using default DH parameters. ./test/openssl/test_pair.rb:: warning: using default DH parameters. /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.6//ruby/.ext/common/openssl/ssl.rb:: warning: using default DH parameters. ./test/openssl/test_pair.rb:: warning: using default DH parameters. @@ 13796 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.6//rubyspec/core/io/rewind_spec.rb IO#rewind -- positions the instance to the beginning of input (ERROR - ) - positions the instance to the beginning of input and clears EOF - sets lineno to 0 - raises IOError on closed stream