ruby 1.8.8dev (2011-07-03) [powerpc64-linux] [o3] (ooopackages) 503W KB1F0E 3F0E failed(rubyspec CommandTimeout) 105failed(rubyspec/) failed(rubyspec/core/thread/alive_spec.rb CommandTimeout) failed(rubyspec/library/net/ftp/abort_spec.rb CommandTimeout) failed(rubyspec/library/net/ftp/status_spec.rb CommandTimeout)

chkbuild summary recent last

OlderDiff < 20110702T214146Z < ThisDiff > 20110704T213959Z > NewerDiff

OLDREV 32365
NEWREV 32374
CHG ChangeLog	32360->32373
CHG array.c	32364->32373
CHG version.h	32361->32374
CHG test/ruby/test_array.rb	32360->32373
COMMIT new-style hash syntax for send args
COMMIT Test hanging commas in Hashes
COMMIT new-style hash literal syntax
COMMIT Whitespace like 356fa4fb
COMMIT Merge pull request #56 from nevir/new_style_hash
COMMIT Some fixes for [Array, Hash, String].try_convert specs.
COMMIT Matrix#find_index: Fix spec for mathn [ruby-core:37729]

===================================================================
+++ 20110704T213959Z
@@ 5146 @@
 /var/lib/chkbuild/tmp/build/ruby-1.8-o3/<buildtime>/ruby/.ext/common/openssl/ssl-internal.rb:<line_a>: warning: using default DH parameters.
 /var/lib/chkbuild/tmp/build/ruby-1.8-o3/<buildtime>/ruby/.ext/common/openssl/ssl-internal.rb:<line_a>: warning: using default DH parameters.
 .
+test_starttls(OpenSSL::TestSSL): /var/lib/chkbuild/tmp/build/ruby-1.8-o3/<buildtime>/ruby/.ext/common/openssl/buffering.rb:<line_b>: warning: SSL session is not started yet.
 /var/lib/chkbuild/tmp/build/ruby-1.8-o3/<buildtime>/ruby/.ext/common/openssl/buffering.rb:<line_a>: warning: SSL session is not started yet.
 /var/lib/chkbuild/tmp/build/ruby-1.8-o3/<buildtime>/ruby/.ext/common/openssl/buffering.rb:<line_b>: warning: SSL session is not started yet.
 /var/lib/chkbuild/tmp/build/ruby-1.8-o3/<buildtime>/ruby/.ext/common/openssl/buffering.rb:<line_a>: warning: SSL session is not started yet.
@@ 14317 @@
 Hash.try_convert
 - returns the argument if passed a Hash
 - returns nil if the argument can't be coerced into a Hash
+- does not rescue exceptions raised by #to_hash
 - coerces the argument with #to_hash
+- raises a TypeError if #to_hash does not return a Hash
 
 /var/lib/chkbuild/tmp/build/ruby-1.8-o3/<buildtime>/rubyspec/core/hash/update_spec.rb
 Hash#update
@@ 35776 @@
 Hash.try_convert
 - returns the argument if passed a Hash
 - returns nil if the argument can't be coerced into a Hash
+- does not rescue exceptions raised by #to_hash
 - coerces the argument with #to_hash
+- raises a TypeError if #to_hash does not return a Hash
 
 
 Finished in <t> seconds
@@ 54081 @@
 - treats empty expressions as nils
 - freezes string keys on initialization
 - checks duplicated keys on initialization
+- accepts a hanging comma
 
 
 Finished in <t> seconds

===================================================================
--- 20110702T214146Z
@@ 5146 @@
 /var/lib/chkbuild/tmp/build/ruby-1.8-o3/<buildtime>/ruby/.ext/common/openssl/ssl-internal.rb:<line_a>: warning: using default DH parameters.
 /var/lib/chkbuild/tmp/build/ruby-1.8-o3/<buildtime>/ruby/.ext/common/openssl/ssl-internal.rb:<line_a>: warning: using default DH parameters.
 .
-test_starttls(OpenSSL::TestSSL): /var/lib/chkbuild/tmp/build/ruby-1.8-o3/<buildtime>/ruby/.ext/common/openssl/buffering.rb:<line_a>: warning: SSL session is not started yet.
 /var/lib/chkbuild/tmp/build/ruby-1.8-o3/<buildtime>/ruby/.ext/common/openssl/buffering.rb:<line_b>: warning: SSL session is not started yet.
 /var/lib/chkbuild/tmp/build/ruby-1.8-o3/<buildtime>/ruby/.ext/common/openssl/buffering.rb:<line_b>: warning: SSL session is not started yet.
 /var/lib/chkbuild/tmp/build/ruby-1.8-o3/<buildtime>/ruby/.ext/common/openssl/buffering.rb:<line_a>: warning: SSL session is not started yet.

OlderDiff < 20110702T214146Z < ThisDiff > 20110704T213959Z > NewerDiff


chkbuild summary recent last