ruby 1.8.7 (2011-06-30 patchlevel 352) [x86_64-linux] [1.8.7,pth] (duet) 1041W failed(rubyspec CommandTimeout) 49failed(rubyspec/) failed(rubyspec/core/thread/alive_spec.rb CommandTimeout)

chkbuild summary recent last

OlderDiff < 20110630T003341Z < ThisDiff > 20110630T235922Z > NewerDiff

OLDREV 32234
NEWREV 32320
CHG ChangeLog	32234->32320
CHG version.h	32234->32320
CHG ext/tk/extconf.rb	32233->32320
COMMIT [Brian Ford] Added ruby_bug guard for issue reported by Nevir.
COMMIT [Brian Ford] Some more Enumerable specs for composing Enumerators.

===================================================================
+++ 20110630T235922Z
@@ 11704 @@
 /home/chkbuild/tmp/build/ruby-1.8.7-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
 
@@ 11739 @@
 - 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
 
@@ 11794 @@
 /home/chkbuild/tmp/build/ruby-1.8.7-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
 
 /home/chkbuild/tmp/build/ruby-1.8.7-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
 
 /home/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/rubyspec/core/enumerable/find_index_spec.rb
@@ 11822 @@
 - 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
 
@@ 11876 @@
 /home/chkbuild/tmp/build/ruby-1.8.7-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
 
@@ 11986 @@
 /home/chkbuild/tmp/build/ruby-1.8.7-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
 
 /home/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/rubyspec/core/enumerable/slice_before_spec.rb
@@ 12031 @@
 /home/chkbuild/tmp/build/ruby-1.8.7-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
 
 /home/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/rubyspec/core/enumerable/zip_spec.rb
@@ 28970 @@
 /home/chkbuild/tmp/build/ruby-1.8.7-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
 
@@ 29029 @@
 - 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
 
@@ 29148 @@
 /home/chkbuild/tmp/build/ruby-1.8.7-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
 
 
@@ 29162 @@
 /home/chkbuild/tmp/build/ruby-1.8.7-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
 
 
@@ 29200 @@
 - 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
 
@@ 29310 @@
 /home/chkbuild/tmp/build/ruby-1.8.7-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
 
@@ 29532 @@
 /home/chkbuild/tmp/build/ruby-1.8.7-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
 
 
@@ 29625 @@
 /home/chkbuild/tmp/build/ruby-1.8.7-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
 
 
@@ 57611 @@
 
  <n>)
 ConditionVariable#broadcast releases all threads waiting in line for this resource ERROR
+ThreadError: Thread#join: deadlock 0x7fb1e74ac360 - mutual join(0x7fb1e6195628)
 /home/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/rubyspec/library/conditionvariable/broadcast_spec.rb:55:in `join'
 /home/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/rubyspec/library/conditionvariable/broadcast_spec.rb:55
 /home/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/rubyspec/library/conditionvariable/broadcast_spec.rb:55:in `each'

===================================================================
--- 20110630T003341Z
@@ 57595 @@
 
  <n>)
 ConditionVariable#broadcast releases all threads waiting in line for this resource ERROR
-ThreadError: Thread#join: deadlock 0x7f34d78aa378 - mutual join(0x7f34d6593730)
 /home/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/rubyspec/library/conditionvariable/broadcast_spec.rb:55:in `join'
 /home/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/rubyspec/library/conditionvariable/broadcast_spec.rb:55
 /home/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/rubyspec/library/conditionvariable/broadcast_spec.rb:55:in `each'

OlderDiff < 20110630T003341Z < ThisDiff > 20110630T235922Z > NewerDiff


chkbuild summary recent last