OlderDiff < 20101124T193848Z < ThisDiff > 20101125T193905Z > 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 =================================================================== +++ 20101125T193905Z @@ 20136 @@ 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 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/array/delete_at_spec.rb @@ 47615 @@ <n>) C-API String function rb_str_resize increases the size of the string FAILED +Expected "test\xC4" to equal "test\x00" /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/optional/capi/string_spec.rb:281:in `block (3 levels) in <top (required)>' @@ 47631 @@ Finished in <t> seconds +3286 files, 15414 examples, <num> expectations, 4 failures, 1 error exit 1 failed(rubyspec) == end # <time> =================================================================== --- 20101124T193848Z @@ 20135 @@ 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 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/array/delete_at_spec.rb @@ 47611 @@ <n>) C-API String function rb_str_resize increases the size of the string FAILED -Expected "test\xC3" to equal "test\x00" /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/optional/capi/string_spec.rb:281:in `block (3 levels) in <top (required)>' @@ 47627 @@ Finished in <t> seconds -3286 files, 15411 examples, <num> expectations, 4 failures, 1 error exit 1 failed(rubyspec) == end # <time>
OlderDiff < 20101124T193848Z < ThisDiff > 20101125T193905Z > NewerDiff