COMMIT Improve specs for Array#cycle http://github.com/rubyspec/rubyspec/commit/82f285cae0a3529d1975c5d507f357709ad6ae8f 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 added edge cases from jruby-5208 http://github.com/rubyspec/rubyspec/commit/ba15b1464770695b1973602d5234ba084d182bb4 =================================================================== +++ 20101125T214239 @@ 19576 @@ /var/lib/chkbuild/tmp/build/ruby-1.9.1-o3//ruby/ext/bigdecimal/lib/bigdecimal/ludcmp.rb:: warning: shadowing outer local variable - i /var/lib/chkbuild/tmp/build/ruby-1.9.1-o3//ruby/ext/syslog/test.rb:: warning: shadowing outer local variable - param s: . +TestSystem#test_system: /var/lib/chkbuild/tmp/build/ruby-1.9.1-o3//tmp/ruby_script_tmp20101125-16775-14djsbm/ruby_script_tmp.16775:: warning: global variable `$zzz' not initialized s: . TestTCPSocket#test_encoding: s: . TestTCPSocket#test_recvfrom: s: . @@ 19614 @@ TestThread#test_mutex_synchronize: s: . TestThread#test_mutex_trylock: s: . TestThread#test_new: s: . +TestThread#test_priority: s: F TestThread#test_recursive_error: s: . TestThread#test_safe_level: /var/lib/chkbuild/tmp/build/ruby-1.9.1-o3//ruby/test/ruby/test_thread.rb:: warning: $SAFE=3 does no sandboxing; you might want to use $SAFE=4 s: . @@ 20232 @@ ) Failure: test_sin(DL::TestDL) [/var/lib/chkbuild/tmp/build/ruby-1.9.1-o3//ruby/test/dl/test_dl2.rb:85]: +<0.000519999976565334> expected but was <0.999999682931835>. ) Failure: @@ 20350 @@ /var/lib/chkbuild/tmp/build/ruby-1.9.1-o3//ruby/test/ruby/test_yield.rb:88:in `test_through_a_method_defined_by_define_method' ) Failure: +test_priority(TestThread) [/var/lib/chkbuild/tmp/build/ruby-1.9.1-o3//ruby/test/ruby/test_thread.rb:129]: +[ruby-dev:33124] +6043 tests, assertions, 9 failures, 8 errors, 0 skips make: *** [test-all] Error 1 exit 2 failed(test-all) @@ 20766 @@ 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 /var/lib/chkbuild/tmp/build/ruby-1.9.1-o3//rubyspec/core/array/delete_at_spec.rb @@ 24148 @@ 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 @@ 48629 @@ 1 file, 1 example, 1 expectation, 0 failures, 0 errors +----------------------------------------------------- +The rubyspec temp directory is not empty. Ensure that +all specs are cleaning up temporary files. +----------------------------------------------------- == rubyspec/core/process/constants_spec.rb #