COMMIT Add spec for 1.9 Array#zip converting non-array args using Enumerable#each. http://github.com/rubyspec/rubyspec/commit/8236ef5cb09d14e5de4f3e1406fad8be6cbbb98e COMMIT Vector#normalize: Specs for new 1.9.3 feature http://github.com/rubyspec/rubyspec/commit/4edd28c23814d124f590b390bb060ab6c1b51a38 =================================================================== +++ 20110709T041853Z @@ 42989 @@ ) An exception occurred during: Mock.verify_count Process.setrlimit and Process.getrlimit coerces arguments to Integers FAILED +Mock '# @value=18446744073709551615, @calls=0>' expected to receive 'to_int' at least 1 times but received it 0 times /var/lib/chkbuild/tmp/build/ruby-1.8.6-o3//mspec/lib/mspec/expectations/expectations.rb:15:in `fail_with' /var/lib/chkbuild/tmp/build/ruby-1.8.6-o3//mspec/lib/mspec/mocks/mock.rb:110:in `verify_count' @@ 49096 @@ - can pass arguments to the thread block - raises an exception when not given a block - creates a subclass of thread calls super with a block in initialize +- calls #initialize and raises an error if super not used - calls and respects #initialize for the block to use @@ 56583 @@ ) ConditionVariable#broadcast releases all threads waiting in line for this resource ERROR +ThreadError: Thread#join: deadlock 0xf7f28538 - mutual join(0xf7e29310) /var/lib/chkbuild/tmp/build/ruby-1.8.6-o3//rubyspec/library/conditionvariable/broadcast_spec.rb:55:in `join' /var/lib/chkbuild/tmp/build/ruby-1.8.6-o3//rubyspec/library/conditionvariable/broadcast_spec.rb:55 /var/lib/chkbuild/tmp/build/ruby-1.8.6-o3//rubyspec/library/conditionvariable/broadcast_spec.rb:55:in `each' @@ 63667 @@ Finished in seconds 1 file, 1 example, expectation, 0 failures, 0 errors +== rubyspec/library/matrix/vector/normalize_spec.rb #