COMMIT [Brian Ford] Removed invalid modification while iterating specs. http://github.com/rubyspec/rubyspec/commit/8bd324ff8dbc7ee08c26fc8a506c6d2b1287caf4 COMMIT [Brian Ford] Hash#update spec for order of checking frozen and coercing. http://github.com/rubyspec/rubyspec/commit/34c869a74903bcda566b4ac07f8e2c1e4e2e4799 =================================================================== +++ 20110705T213654Z @@ 9925 @@ s: . OpenSSL::TestSSL#test_sslctx_set_params: /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2//ruby/.ext/common/openssl/ssl-internal.rb:164: warning: using default DH parameters. s: . +OpenSSL::TestSSL#test_starttls: /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2//ruby/.ext/common/openssl/buffering.rb:36: warning: SSL session is not started yet. /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2//ruby/.ext/common/openssl/buffering.rb:: warning: SSL session is not started yet. /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2//ruby/.ext/common/openssl/buffering.rb:: warning: SSL session is not started yet. /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2//ruby/.ext/common/openssl/buffering.rb:: warning: SSL session is not started yet. @@ 18144 @@ TestShiftJIS#test_code_to_mbclen: s: . TestShiftJIS#test_mbc_case_fold: s: . TestShiftJIS#test_property: s: . +TestSignal#test_exit_action: s: F TestSignal#test_interrupt: s: . TestSignal#test_invalid_signal_name: s: . TestSignal#test_kill_immediately_before_termination: s: . @@ 20208 @@ ) Failure: test_non_realpath_in_loadpath(TestAutoload) [/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2//ruby/test/ruby/test_autoload.rb:32]: <[]> expected but was +<["/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2//tmp/autoload20110706-73798-13ve22k/foo.rb:: warning: useless use of :: in void context"]>. ) Failure: test_end_of_option(TestIRB::TestOption) [/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2//ruby/test/irb/test_option.rb:8]: @@ 20245 @@ "/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2//ruby/lib/rubygems/gem_path_searcher.rb:: warning: /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2//lib/ruby/gems/1.9.1/gems/rdoc-2.5.8/lib/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/foo/f"]>. ) Failure: +test_exit_action(TestSignal) [/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2//ruby/test/ruby/test_signal.rb:52]: +[ruby-dev:26128]. +Exception raised: +<#>. +8158 tests, assertions, 4 failures, 1 errors, 0 skips Test run options: --seed --verbose make: *** [yes-test-all] Error 1 @@ 28197 @@ - does not call to_hash on hash subclasses - processes entries with same order as merge() - raises a RuntimeError on a frozen instance that is modified +- checks frozen status before coercing an object with #to_hash - raises a RuntimeError on a frozen instance that would not be modified - does not raise an exception if changing the value of an existing key during iteration @@ 28324 @@ - does not call to_hash on hash subclasses - processes entries with same order as merge() - raises a RuntimeError on a frozen instance that is modified +- checks frozen status before coercing an object with #to_hash - raises a RuntimeError on a frozen instance that would not be modified /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2//rubyspec/core/hash/value_spec.rb @@ 51625 @@ Finished in seconds +3519 files, 17537 examples, expectations, 14 failures, 1 error exit 1 failed(rubyspec) == end #