OlderDiff < 20101124T234306Z < ThisDiff > 20101125T234355Z > 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 =================================================================== +++ 20101125T234355Z @@ 7749 @@ test_local_barrier(TestThread): . test_mutex_deadlock(TestThread): . test_mutex_fifo_like_lock(TestThread): . +test_mutex_illegal_unlock(TestThread): . test_mutex_interrupt(TestThread): . test_mutex_synchronize(TestThread): . test_mutex_trylock(TestThread): . @@ 7778 @@ Finished in <t> seconds. +750 tests, 1331012 assertions, 0 failures, 0 errors == test/sdbm # <time> + make test-all 'TESTS=-v sdbm' RUBYOPT=-w ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" --basedir="./test" --runner=console -v sdbm @@ 9276 @@ 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.8-pth/<buildtime>/rubyspec/core/array/delete_at_spec.rb @@ 38531 @@ Finished in <t> seconds +3286 files, 13683 examples, <num> expectations, 71 failures, 58 errors exit 1 failed(rubyspec) == end # <time> =================================================================== --- 20101124T234306Z @@ 7749 @@ test_local_barrier(TestThread): . test_mutex_deadlock(TestThread): . test_mutex_fifo_like_lock(TestThread): . -test_mutex_illegal_unlock(TestThread): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/test/ruby/test_thread.rb:327:in `unlock': not owner (ThreadError) - from /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/test/ruby/test_thread.rb:327:in `test_mutex_illegal_unlock' - from /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/test/ruby/test_thread.rb:9 F test_mutex_interrupt(TestThread): . test_mutex_synchronize(TestThread): . @@ 7782 @@ Finished in <t> seconds. <n>) Failure: -test_mutex_illegal_unlock(TestThread) [/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/test/ruby/test_thread.rb:325]: -<ThreadError> exception expected but was -Class: <SystemExit> -Message: <Class: <ThreadError> -Message: <"not owner"> ----Backtrace--- -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/test/ruby/test_thread.rb:327:in `unlock' -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/test/ruby/test_thread.rb:327:in `test_mutex_illegal_unlock' -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/test/ruby/test_thread.rb:9 ----------------> ----Backtrace--- -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/test/ruby/test_thread.rb:327:in `join' -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/test/ruby/test_thread.rb:326:in `test_mutex_illegal_unlock' -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/test/ruby/test_thread.rb:325:in `test_mutex_illegal_unlock' ---------------- -750 tests, 1331012 assertions, 1 failures, 0 errors make: *** [test-all] Error 1 exit 2 -failed(test/ruby) == test/sdbm # <time> + make test-all 'TESTS=-v sdbm' RUBYOPT=-w ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" --basedir="./test" --runner=console -v sdbm @@ 9299 @@ 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.8-pth/<buildtime>/rubyspec/core/array/delete_at_spec.rb @@ 38551 @@ Finished in <t> seconds -3286 files, 13680 examples, <num> expectations, 71 failures, 58 errors exit 1 failed(rubyspec) == end # <time>
OlderDiff < 20101124T234306Z < ThisDiff > 20101125T234355Z > NewerDiff