ruby 1.8.8dev (2010-08-23) [x86_64-linux] [pth] (duet) 465W KB1F0E 2F0E rubyspec:67F53E

chkbuild summary recent last

OlderDiff < 20100823T004603Z < ThisDiff > 20100824T002447Z > 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.

===================================================================
+++ 20100824T002447Z
@@ 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
@@ 5152 @@
 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): .
@@ 7469 @@
 /home/chkbuild/tmp/build/ruby-1.8-pth/<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)
@@ 17381 @@
 - 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
@@ 21214 @@
 - 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-pth/<buildtime>/rubyspec/language/eigenclass_spec.rb
 self in an eigenclass body (class << obj)
@@ 36697 @@
 
 Finished in <t> seconds
 
+3284 files, 13626 examples, <num> expectations, 67 failures, 53 errors
 exit 1
 failed(rubyspec)
 == end # <time>

===================================================================
--- 20100823T004603Z
@@ 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
@@ 7467 @@
 /home/chkbuild/tmp/build/ruby-1.8-pth/<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)
@@ 36686 @@
 
 Finished in <t> seconds
 
-3284 files, 13623 examples, <num> expectations, 67 failures, 53 errors
 exit 1
 failed(rubyspec)
 == end # <time>
    

OlderDiff < 20100823T004603Z < ThisDiff > 20100824T002447Z > NewerDiff


chkbuild summary recent last