ruby 1.8.8dev (2010-11-24) [x86_64-linux] [pth] (duet) 470W KB1F0E 3F0E rubyspec:70F53E

chkbuild summary recent last

OlderDiff < 20101125T004552Z < ThisDiff > 20101126T004459Z > NewerDiff

COMMIT added edge cases from jruby-5208
COMMIT Merge branch 'more_to_f_tests' of https://github.com/qmx/rubyspec into qmx-more_to_f_tests
COMMIT Improve specs for Array#cycle

===================================================================
+++ 20101126T004459Z
@@ 7885 @@
 Array#cycle
 - returns nil and does nothing for non positive n or empty arrays
 - cycle as many times as requested
+- cycles indefinitely if called without argument
+- cycles indefinitely if argument is nil
+- doesn't rescue StopIteration
+- raises a TypeError if passed a non-Numeric and non-nil argument
 - yields successive elements of the array repeatedly
 
 /home/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/array/delete_at_spec.rb
@@ 36944 @@
 
 Finished in <t> seconds
 
+3286 files, 13684 examples, <num> expectations, 70 failures, 53 errors
 exit 1
 failed(rubyspec)
 == end # <time>

===================================================================
--- 20101125T004552Z
@@ 7885 @@
 Array#cycle
 - returns nil and does nothing for non positive n or empty arrays
 - cycle as many times as requested
-- loop indefinitely if no n
 - yields successive elements of the array repeatedly
 
 /home/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/array/delete_at_spec.rb
@@ 36941 @@
 
 Finished in <t> seconds
 
-3286 files, 13681 examples, <num> expectations, 70 failures, 53 errors
 exit 1
 failed(rubyspec)
 == end # <time>

OlderDiff < 20101125T004552Z < ThisDiff > 20101126T004459Z > NewerDiff


chkbuild summary recent last