COMMIT added edge cases from jruby-5208 http://github.com/rubyspec/rubyspec/commit/ba15b1464770695b1973602d5234ba084d182bb4 COMMIT Merge branch 'more_to_f_tests' of https://github.com/qmx/rubyspec into qmx-more_to_f_tests http://github.com/rubyspec/rubyspec/commit/0b4ac7702321d18185d0ad3f39f61576f6647e41 COMMIT Improve specs for Array#cycle http://github.com/rubyspec/rubyspec/commit/82f285cae0a3529d1975c5d507f357709ad6ae8f =================================================================== +++ 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//rubyspec/core/array/delete_at_spec.rb @@ 36944 @@ Finished in seconds +3286 files, 13684 examples, expectations, 70 failures, 53 errors exit 1 failed(rubyspec) == end #