ruby 1.8.8dev (2010-08-23) [powerpc-darwin9.8.0] (ppc-mac-mini) 816W KB1F0E failed(test-all CommandTimeout) 3failed(test/) rubyspec:68F58E

chkbuild summary recent last difference fulllog

OlderDiff < 20100822T213407Z < ThisDiff > 20100823T213430Z > 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.

===================================================================
+++ 20100823T213430Z
@@ 13 @@
 URL: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8
 ?\227?\131?\170?\227?\131?\157?\227?\130?\184?\227?\131?\136?\227?\131?\170?\227?\129?\174?\227?\131?\171?\227?\131?\188?\227?\131?\136: http://svn.ruby-lang.org/repos/ruby
 ?\227?\131?\170?\227?\131?\157?\227?\130?\184?\227?\131?\136?\227?\131?\170 UUID: b2dd03c8-39d4-4d8f-98ff-823fe69b080e
+?\227?\131?\170?\227?\131?\147?\227?\130?\184?\227?\131?\167?\227?\131?\179: 29082
 ?\227?\131?\142?\227?\131?\188?\227?\131?\137?\231?\168?\174?\229?\136?\165: ?\227?\131?\135?\227?\130?\163?\227?\131?\172?\227?\130?\175?\227?\131?\136?\227?\131?\170
 ?\230?\186?\150?\229?\130?\153?\228?\184?\173?\227?\129?\174?\229?\135?\166?\231?\144?\134: ?\231?\137?\185?\227?\129?\171?\227?\129?\170?\227?\129?\151
+?\230?\156?\128?\231?\181?\130?\229?\164?\137?\230?\155?\180?\232?\128?\133: svn
+?\230?\156?\128?\231?\181?\130?\229?\164?\137?\230?\155?\180?\227?\131?\170?\227?\131?\147?\227?\130?\184?\227?\131?\167?\227?\131?\179: 29072
+?\230?\156?\128?\231?\181?\130?\229?\164?\137?\230?\155?\180?\230?\151?\165?\230?\153?\130: 2010-08-23 12:06:32 +0900 (Mon, 23 Aug 2010)
 
 == autoconf # <time>
 + autoconf
@@ 5488 @@
 Loaded suite openssl
 Started
 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): .
@@ 5752 @@
 NameError: uninitialized constant OpenSSL::Digest::SHA256
     /Users/chkbuild/chkbuild/tmp/build/ruby-1.8/<buildtime>/ruby/test/openssl/test_x509cert.rb:201:in `test_dsa_with_sha2'
 
+130 tests, 1392 assertions, 0 failures, 2 errors
 make: *** [test-all] Error 1
 exit 2
 failed(test/openssl)
@@ 8588 @@
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines
+F, [YYYY-MM-DDThh:mm:ss.ssssss #<pid>] FATAL -- Test: Detected an exception. Stopping ... stream closed (IOError)
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.8/<buildtime>/ruby/lib/webrick/server.rb:133:in `start'
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.8/<buildtime>/ruby/lib/webrick/server.rb:113:in `each'
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.8/<buildtime>/ruby/lib/webrick/server.rb:113:in `start'
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.8/<buildtime>/ruby/lib/webrick/server.rb:23:in `start'
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.8/<buildtime>/ruby/lib/webrick/server.rb:82:in `start'
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.8/<buildtime>/ruby/lib/soap/rpc/httpserver.rb:123:in `run'
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.8/<buildtime>/ruby/lib/logger.rb:687:in `start'
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.8/<buildtime>/ruby/test/wsdl/rpc/test_rpc.rb:82:in `start_server_thread'
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.8/<buildtime>/ruby/test/wsdl/rpc/test_rpc.rb:80
 .
 test_ping(WSDL::SimpleType::TestSimpleType): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines
 .
@@ 18781 @@
 - 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
@@ 22615 @@
 - 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
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8/<buildtime>/rubyspec/language/eigenclass_spec.rb
 self in an eigenclass body (class << obj)
@@ 38295 @@
 
 Finished in <t> seconds
 
+3284 files, 13625 examples, <num> expectations, 68 failures, 58 errors
 exit 1
 failed(rubyspec)
 == end # <time>

===================================================================
--- 20100822T213407Z
@@ 13 @@
 URL: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8
 ?\227?\131?\170?\227?\131?\157?\227?\130?\184?\227?\131?\136?\227?\131?\170?\227?\129?\174?\227?\131?\171?\227?\131?\188?\227?\131?\136: http://svn.ruby-lang.org/repos/ruby
 ?\227?\131?\170?\227?\131?\157?\227?\130?\184?\227?\131?\136?\227?\131?\170 UUID: b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-?\227?\131?\170?\227?\131?\147?\227?\130?\184?\227?\131?\167?\227?\131?\179: 29070
 ?\227?\131?\142?\227?\131?\188?\227?\131?\137?\231?\168?\174?\229?\136?\165: ?\227?\131?\135?\227?\130?\163?\227?\131?\172?\227?\130?\175?\227?\131?\136?\227?\131?\170
 ?\230?\186?\150?\229?\130?\153?\228?\184?\173?\227?\129?\174?\229?\135?\166?\231?\144?\134: ?\231?\137?\185?\227?\129?\171?\227?\129?\170?\227?\129?\151
-?\230?\156?\128?\231?\181?\130?\229?\164?\137?\230?\155?\180?\232?\128?\133: nahi
-?\230?\156?\128?\231?\181?\130?\229?\164?\137?\230?\155?\180?\227?\131?\170?\227?\131?\147?\227?\130?\184?\227?\131?\167?\227?\131?\179: 29057
-?\230?\156?\128?\231?\181?\130?\229?\164?\137?\230?\155?\180?\230?\151?\165?\230?\153?\130: 2010-08-19 23:00:47 +0900 (Thu, 19 Aug 2010)
 
 == autoconf # <time>
 + autoconf
@@ 5750 @@
 NameError: uninitialized constant OpenSSL::Digest::SHA256
     /Users/chkbuild/chkbuild/tmp/build/ruby-1.8/<buildtime>/ruby/test/openssl/test_x509cert.rb:201:in `test_dsa_with_sha2'
 
-128 tests, 1381 assertions, 0 failures, 2 errors
 make: *** [test-all] Error 1
 exit 2
 failed(test/openssl)
@@ 38274 @@
 
 Finished in <t> seconds
 
-3284 files, 13622 examples, <num> expectations, 68 failures, 58 errors
 exit 1
 failed(rubyspec)
 == end # <time>
    

OlderDiff < 20100822T213407Z < ThisDiff > 20100823T213430Z > NewerDiff


chkbuild summary recent last difference fulllog