COMMIT Removed invalid modification while iterating specs. http://github.com/rubyspec/rubyspec/commit/8bd324ff8dbc7ee08c26fc8a506c6d2b1287caf4 COMMIT Hash#update spec for order of checking frozen and coercing. http://github.com/rubyspec/rubyspec/commit/34c869a74903bcda566b4ac07f8e2c1e4e2e4799 COMMIT 1.8.8 is dead and each_with_object is in 1.9.2; enabling specs. http://github.com/rubyspec/rubyspec/commit/250f7523dc2cae235ed62d5e4d2e275acafa4528 =================================================================== --- 20110705T071136Z @@ 11633 @@ - returns an enumerator if no block /var/lib/chkbuild/tmp/build/ruby-1.8-o3-pth//rubyspec/core/enumerable/each_with_object_spec.rb -Enumerable#each_with_object -- passes each element and its argument to the block - returns an enumerator if no block /var/lib/chkbuild/tmp/build/ruby-1.8-o3-pth//rubyspec/core/enumerable/entries_spec.rb @@ 14248 @@ Hash#rehash - reorganizes the hash by recomputing all key hash codes - raises a TypeError if called on a frozen instance -- causes a RuntimeError to be raised if called inside an iterator block /var/lib/chkbuild/tmp/build/ruby-1.8-o3-pth//rubyspec/core/hash/reject_spec.rb Hash#reject @@ 29572 @@ ruby /var/lib/chkbuild/tmp/build/ruby-1.8-o3-pth//rubyspec/core/enumerable/each_with_object_spec.rb -Enumerable#each_with_object -- passes each element and its argument to the block - returns an enumerator if no block @@ 35625 @@ Hash#rehash - reorganizes the hash by recomputing all key hash codes - raises a TypeError if called on a frozen instance -- causes a RuntimeError to be raised if called inside an iterator block Finished in seconds