OlderDiff < 20100822T235420Z < ThisDiff > 20100823T233133Z > NewerDiff
OLDREV 29057 NEWREV 29072 CHG ChangeLog 29057->29071 CHG version.h 29046->29072 CHG ext/openssl/ossl_asn1.c 26835->29071 CHG test/openssl/test_asn1.rb 11708->29071 COMMIT Add spec for instantiating subclasses of Proc, both bare and from a method. COMMIT Spec for defined?(super()) when in a method included from a module. =================================================================== +++ 20100823T233133Z @@ 18 @@ Revision: <rev> Node Kind: directory Schedule: normal +Last Changed Author: svn +Last Changed Rev: 29072 +Last Changed Date: 2010-08-23 12:06:32 +0900 (Mon, 23 Aug 2010) == autoconf # <time> + autoconf @@ 4791 @@ test_guess(TestNKF): . test_numchar_input(TestNKF): . test_decode(OpenSSL::TestASN1): . +test_encode_boolean(OpenSSL::TestASN1): . +test_encode_integer(OpenSSL::TestASN1): . test_AES(OpenSSL::TestCipher): . test_ciphers(OpenSSL::TestCipher): . test_crypt(OpenSSL::TestCipher): . @@ 7108 @@ /home/chkbuild/tmp/build/ruby-1.8/<buildtime>/ruby/test/net/http/test_connection.rb:20:in `test_connection_refused_in_request' --------------- +2697 tests, 1674863 assertions, 2 failures, 0 errors make: *** [test-all] [e382a8e383a9e383bc] 1 exit 2 failed(test-all) @@ 17020 @@ - raises a LocalJumpError when context of the block no longer exists - returns from within enclosing method when 'return' is used in the block +Proc.new with an associated block called on a subclass of Proc - returns an instance of the subclass +Proc.new with an associated block called on a subclass of Proc using a reified block parameter - returns an instance of the subclass Proc.new without a block @@ 20853 @@ - returns 'super' from a #define_method when a superclass method exists - returns 'super' from a block in a #define_method when a superclass method exists +The defined? keyword for super within an included module's method +- returns 'super' when a superclass method exists in the including hierarchy /home/chkbuild/tmp/build/ruby-1.8/<buildtime>/rubyspec/language/eigenclass_spec.rb self in an eigenclass body (class << obj) @@ 36336 @@ Finished in <t> seconds +3284 files, 13626 examples, <num> expectations, 67 failures, 53 errors exit 1 failed(rubyspec) == end # <time> =================================================================== --- 20100822T235420Z @@ 18 @@ Revision: <rev> Node Kind: directory Schedule: normal -Last Changed Author: nahi -Last Changed Rev: 29057 -Last Changed Date: 2010-08-19 23:00:47 +0900 (Thu, 19 Aug 2010) == autoconf # <time> + autoconf @@ 7106 @@ /home/chkbuild/tmp/build/ruby-1.8/<buildtime>/ruby/test/net/http/test_connection.rb:20:in `test_connection_refused_in_request' --------------- -2695 tests, 1674852 assertions, 2 failures, 0 errors make: *** [test-all] [e382a8e383a9e383bc] 1 exit 2 failed(test-all) @@ 36325 @@ Finished in <t> seconds -3284 files, 13623 examples, <num> expectations, 67 failures, 53 errors exit 1 failed(rubyspec) == end # <time>
OlderDiff < 20100822T235420Z < ThisDiff > 20100823T233133Z > NewerDiff