ruby 1.8.8dev (2011-06-29) [powerpc-darwin9.8.0] [pth] (ppc-mac-mini) 523W KB1F0E 2F3E failed(rubyspec CommandTimeout) 101failed(rubyspec/) failed(rubyspec/core/thread/alive_spec.rb CommandTimeout)

chkbuild summary recent last

OlderDiff < 20110630T045557Z < ThisDiff > 20110701T045605Z > NewerDiff

COMMIT [Brian Ford] Added ruby_bug guard for issue reported by Nevir.
COMMIT [Brian Ford] Some more Enumerable specs for composing Enumerators.

===================================================================
+++ 20110701T045605Z
@@ 5434 @@
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/.ext/common/openssl/ssl-internal.rb:<line_a>: warning: using default DH parameters.
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/.ext/common/openssl/ssl-internal.rb:<line_a>: warning: using default DH parameters.
 .
+test_starttls(OpenSSL::TestSSL): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/.ext/common/openssl/buffering.rb:36: warning: SSL session is not started yet.
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/.ext/common/openssl/buffering.rb:<line_a>: warning: SSL session is not started yet.
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/.ext/common/openssl/buffering.rb:<line_b>: warning: SSL session is not started yet.
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/.ext/common/openssl/buffering.rb:<line_a>: warning: SSL session is not started yet.
@@ 11816 @@
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/enumerable/collect_spec.rb
 Enumerable#collect
 - returns a new array with the results of passing each element to block
+- passes through the values yielded by #each_with_index
 - gathers whole arrays as elements when each yields multiple
 - returns to_a when no block given
 
@@ 11851 @@
 - doesn't call the ifnone proc if an element is found
 - calls the ifnone proc only once when the block is false
 - calls the ifnone proc when there are no elements
+- passes through the values yielded by #each_with_index
 - returns an enumerator when no block given
 - passes the ifnone proc to the enumerator
 
@@ 11910 @@
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/enumerable/entries_spec.rb
 Enumerable#entries
 - returns an array containing the elements
+- passes through the values yielded by #each_with_index
 - passes arguments to each
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/enumerable/find_all_spec.rb
 Enumerable#find_all
 - returns all elements for which the block is not false
+- passes through the values yielded by #each_with_index
 - returns an enumerator when no block given
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/enumerable/find_index_spec.rb
@@ 11938 @@
 - doesn't call the ifnone proc if an element is found
 - calls the ifnone proc only once when the block is false
 - calls the ifnone proc when there are no elements
+- passes through the values yielded by #each_with_index
 - returns an enumerator when no block given
 - passes the ifnone proc to the enumerator
 
@@ 11992 @@
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/enumerable/map_spec.rb
 Enumerable#map
 - returns a new array with the results of passing each element to block
+- passes through the values yielded by #each_with_index
 - gathers whole arrays as elements when each yields multiple
 - returns to_a when no block given
 
@@ 12102 @@
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/enumerable/select_spec.rb
 Enumerable#select
 - returns all elements for which the block is not false
+- passes through the values yielded by #each_with_index
 - returns an enumerator when no block given
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/enumerable/slice_before_spec.rb
@@ 12147 @@
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/enumerable/to_a_spec.rb
 Enumerable#to_a
 - returns an array containing the elements
+- passes through the values yielded by #each_with_index
 - passes arguments to each
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/enumerable/zip_spec.rb
@@ 29623 @@
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/enumerable/collect_spec.rb
 Enumerable#collect
 - returns a new array with the results of passing each element to block
+- passes through the values yielded by #each_with_index
 - gathers whole arrays as elements when each yields multiple
 - returns to_a when no block given
 
@@ 29682 @@
 - doesn't call the ifnone proc if an element is found
 - calls the ifnone proc only once when the block is false
 - calls the ifnone proc when there are no elements
+- passes through the values yielded by #each_with_index
 - returns an enumerator when no block given
 - passes the ifnone proc to the enumerator
 
@@ 29805 @@
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/enumerable/entries_spec.rb
 Enumerable#entries
 - returns an array containing the elements
+- passes through the values yielded by #each_with_index
 - passes arguments to each
 
 
@@ 29819 @@
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/enumerable/find_all_spec.rb
 Enumerable#find_all
 - returns all elements for which the block is not false
+- passes through the values yielded by #each_with_index
 - returns an enumerator when no block given
 
 
@@ 29857 @@
 - doesn't call the ifnone proc if an element is found
 - calls the ifnone proc only once when the block is false
 - calls the ifnone proc when there are no elements
+- passes through the values yielded by #each_with_index
 - returns an enumerator when no block given
 - passes the ifnone proc to the enumerator
 
@@ 29967 @@
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/enumerable/map_spec.rb
 Enumerable#map
 - returns a new array with the results of passing each element to block
+- passes through the values yielded by #each_with_index
 - gathers whole arrays as elements when each yields multiple
 - returns to_a when no block given
 
@@ 30189 @@
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/enumerable/select_spec.rb
 Enumerable#select
 - returns all elements for which the block is not false
+- passes through the values yielded by #each_with_index
 - returns an enumerator when no block given
 
 
@@ 30282 @@
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/enumerable/to_a_spec.rb
 Enumerable#to_a
 - returns an array containing the elements
+- passes through the values yielded by #each_with_index
 - passes arguments to each
 
 

===================================================================
--- 20110630T045557Z
@@ 5434 @@
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/.ext/common/openssl/ssl-internal.rb:<line_a>: warning: using default DH parameters.
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/.ext/common/openssl/ssl-internal.rb:<line_a>: warning: using default DH parameters.
 .
-test_starttls(OpenSSL::TestSSL): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/.ext/common/openssl/buffering.rb:179: warning: SSL session is not started yet.
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/.ext/common/openssl/buffering.rb:<line_b>: warning: SSL session is not started yet.
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/.ext/common/openssl/buffering.rb:<line_b>: warning: SSL session is not started yet.
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/.ext/common/openssl/buffering.rb:<line_a>: warning: SSL session is not started yet.

OlderDiff < 20110630T045557Z < ThisDiff > 20110701T045605Z > NewerDiff


chkbuild summary recent last