COMMIT [Charles Oliver Nutter] Add spec for $! result after failed coercion by a core class against a method_missing-implementing class. http://github.com/rubyspec/rubyspec/commit/21f836623f6f1a443ee833e9d94d0c2de31f7987 COMMIT [Charles Oliver Nutter] Add spec for rb_call_super used through two levels of native code (JRUBY-5548) http://github.com/rubyspec/rubyspec/commit/7883af8f165cfbf52d1ec0ca70ad73665d98f871 =================================================================== +++ 20110305T024247Z @@ 5259 @@ . test_sslctx_set_params(OpenSSL::TestSSL): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth//ruby/.ext/common/openssl/ssl-internal.rb:166: warning: using default DH parameters. . +test_starttls(OpenSSL::TestSSL): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth//ruby/.ext/common/openssl/buffering.rb:179: warning: SSL session is not started yet. /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth//ruby/.ext/common/openssl/buffering.rb:: warning: SSL session is not started yet. /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth//ruby/.ext/common/openssl/buffering.rb:: warning: SSL session is not started yet. /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth//ruby/.ext/common/openssl/buffering.rb:: warning: SSL session is not started yet. @@ 23231 @@ - raises TypeError error if assigned to nil - raises TypeError error if assigned to object that doesn't respond to #write +Predefined global $! - needs to be reviewed for spec completeness Predefined global $_ @@ 62351 @@ - raises TypeError error if assigned to nil - raises TypeError error if assigned to object that doesn't respond to #write +Predefined global $! - needs to be reviewed for spec completeness Predefined global $_ @@ 87590 @@ C-API Class function rb_call_super - calls the method in the superclass +- calls the method in the superclass through two native levels C-API Class function rb_class2name - returns the class name =================================================================== --- 20110304T003410Z @@ 5259 @@ . test_sslctx_set_params(OpenSSL::TestSSL): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth//ruby/.ext/common/openssl/ssl-internal.rb:166: warning: using default DH parameters. . -test_starttls(OpenSSL::TestSSL): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth//ruby/.ext/common/openssl/buffering.rb:36: warning: SSL session is not started yet. /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth//ruby/.ext/common/openssl/buffering.rb:: warning: SSL session is not started yet. /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth//ruby/.ext/common/openssl/buffering.rb:: warning: SSL session is not started yet. /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth//ruby/.ext/common/openssl/buffering.rb:: warning: SSL session is not started yet.