OlderDiff < 20110626T213623Z < ThisDiff > 20110627T213642Z > NewerDiff
COMMIT [Brian Ford] Spec for Array#uniq[!] with a block. COMMIT [Charles Oliver Nutter] Marshal.load: Ruby 1.9 does not call initialize on loaded Structs. =================================================================== +++ 20110627T213642Z @@ 18144 @@ TestShiftJIS#test_code_to_mbclen: <elapsed> s: . TestShiftJIS#test_mbc_case_fold: <elapsed> s: . TestShiftJIS#test_property: <elapsed> s: . +TestSignal#test_exit_action: <elapsed> s: . TestSignal#test_interrupt: <elapsed> s: . TestSignal#test_invalid_signal_name: <elapsed> s: . TestSignal#test_kill_immediately_before_termination: <elapsed> s: . @@ 20207 @@ <n>) Failure: test_non_realpath_in_loadpath(TestAutoload) [/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/test/ruby/test_autoload.rb:32]: <[]> expected but was +<["/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/tmp/autoload20110628-54279-13ve22k/foo.rb:<line_a>: warning: useless use of :: in void context"]>. <n>) Failure: test_end_of_option(TestIRB::TestOption) [/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/test/irb/test_option.rb:8]: @@ 20243 @@ "/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/lib/rubygems/gem_path_searcher.rb:<line_a>: warning: /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/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", "/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/lib/rubygems/gem_path_searcher.rb:<line_a>: warning: /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/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"]>. +8154 tests, <num> assertions, 3 failures, 1 errors, 0 skips Test run options: --seed <num> --verbose make: *** [yes-test-all] Error 1 @@ 23450 @@ - compares elements first with hash - does not compare elements with different hash codes via eql? - compares elements with matching hash codes with #eql? +- compares elements based on the value returned from the block - returns subclass instance on Array subclasses Array#uniq! @@ 23461 @@ - raises a RuntimeError on a frozen array when the array is modified - raises a RuntimeError on a frozen array when the array would not be modified - doesn't yield to the block on a frozen array +- compares elements based on the value returned from the block /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/array/unshift_spec.rb Array#unshift @@ 31656 @@ - loads a extended_struct having fields with same objects - loads a struct having ivar - loads a struct having fields +- does not call initialize on the unmarshaled struct Marshal::load for a user Class - loads a user-marshaled extended object @@ 51559 @@ Finished in <t> seconds +3497 files, 17510 examples, <num> expectations, 14 failures, 1 error exit 1 failed(rubyspec) == end # <time> =================================================================== --- 20110626T213623Z @@ 18144 @@ TestShiftJIS#test_code_to_mbclen: <elapsed> s: . TestShiftJIS#test_mbc_case_fold: <elapsed> s: . TestShiftJIS#test_property: <elapsed> s: . -TestSignal#test_exit_action: <elapsed> s: F TestSignal#test_interrupt: <elapsed> s: . TestSignal#test_invalid_signal_name: <elapsed> s: . TestSignal#test_kill_immediately_before_termination: <elapsed> s: . @@ 20207 @@ <n>) Failure: test_non_realpath_in_loadpath(TestAutoload) [/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/test/ruby/test_autoload.rb:32]: <[]> expected but was -<["/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/tmp/autoload20110627-51986-13ve22k/foo.rb:<line_a>: warning: useless use of :: in void context"]>. <n>) Failure: test_end_of_option(TestIRB::TestOption) [/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/test/irb/test_option.rb:8]: @@ 20244 @@ "/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/lib/rubygems/gem_path_searcher.rb:<line_a>: warning: /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/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"]>. <n>) Failure: -test_exit_action(TestSignal) [/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/test/ruby/test_signal.rb:52]: -[ruby-dev:26128]. -Exception raised: -<#<Errno::ESRCH: No such process>>. -8154 tests, <num> assertions, 4 failures, 1 errors, 0 skips Test run options: --seed <num> --verbose make: *** [yes-test-all] Error 1 @@ 51562 @@ Finished in <t> seconds -3497 files, 17507 examples, <num> expectations, 14 failures, 1 error exit 1 failed(rubyspec) == end # <time>
OlderDiff < 20110626T213623Z < ThisDiff > 20110627T213642Z > NewerDiff