--- 20090714T075750 +++ 20090715T075826 @@ -1,9584 +1,9584 @@ IMAPTest#test_imaps_with_ca_file: s: . IMAPTest#test_starttls: s: . IMAPTest#test_unexpected_eof: s: . -MinitestSpec#test_needs_to_have_all_methods_named_well: s: . -MinitestSpec#test_needs_to_verify_throw: s: . -MinitestSpec#test_needs_to_verify_using_any_operator: s: . -MinitestSpec#test_needs_to_verify_mismatch: s: . MinitestSpec#test_needs_to_verify_regexp_matches: s: . -MinitestSpec#test_needs_to_verify_floats_within_a_delta: s: . +MinitestSpec#test_needs_to_catch_an_expected_exception: s: . +MinitestSpec#test_needs_to_verify_throw: s: . +MinitestSpec#test_needs_to_verify_using_respond_to: s: . MinitestSpec#test_needs_to_verify_non_nil: s: . -MinitestSpec#test_needs_to_verify_identity: s: . -MinitestSpec#test_needs_to_verify_equality: s: . -MinitestSpec#test_needs_to_verify_kinds_of_objects: s: . MinitestSpec#test_needs_raise_if_an_expected_exception_is_not_raised: s: . -MinitestSpec#test_needs_to_catch_an_expected_exception: s: . +MinitestSpec#test_needs_to_verify_kinds_of_objects: s: . +MinitestSpec#test_needs_to_verify_using_any_operator: s: . +MinitestSpec#test_needs_to_be_able_to_catch_a_minitest_assertion_exception: s: . +MinitestSpec#test_needs_to_catch_an_unexpected_exception: s: . +MinitestSpec#test_needs_to_verify_floats_within_a_delta: s: . +MinitestSpec#test_needs_to_have_all_methods_named_well: s: . MinitestSpec#test_needs_to_verify_nil: s: . +MinitestSpec#test_needs_to_verify_mismatch: s: . MinitestSpec#test_needs_to_verify_types_of_objects: s: . -MinitestSpec#test_needs_to_catch_an_unexpected_exception: s: . MinitestSpec#test_needs_to_verify_non_identity: s: . -MinitestSpec#test_needs_to_verify_using_respond_to: s: . -MinitestSpec#test_needs_to_be_able_to_catch_a_minitest_assertion_exception: s: . +MinitestSpec#test_needs_to_verify_equality: s: . MinitestSpec#test_needs_to_verify_inequality: s: . +MinitestSpec#test_needs_to_verify_identity: s: . NonString#test_6: s: . NonString#test_7: s: . OpenSSL::TestASN1#test_decode: s: . @@ -32275,7 +32275,7 @@ Prime#each - iterates the given block over all prime numbers -- infinitely iterates the given block passing a prime (FAILED - ) +- infinitely iterates the given block passing a prime - passes a prime to the given block ascendently - returns the last evaluated value of the given block - iterates the given block over all prime numbers which are equal to or less than the first argument @@ -32291,7 +32291,7 @@ Prime#each when an instance created via Prime.new - iterates the given block over all prime numbers -- infinitely iterates the given block passing a prime (FAILED - ) +- infinitely iterates the given block passing a prime - raises a ArgumentError when is called with some argumetns - passes a prime to the given block ascendently - returns an evaluated value of the given block @@ -35603,28 +35603,28 @@ ) Enumerable#join returns an empty string if the Array is empty ERROR -NoMethodError: undefined method `join' for #<#::Enum:0x0000000ae22098 @elements=[]> +NoMethodError: undefined method `join' for #<#::Enum:0x0000000a85dfb0 @elements=[]> /home/chkbuild/tmp/build/ruby-1.9.1//rubyspec/shared/array/join.rb:4:in `block (2 levels) in ' /home/chkbuild/tmp/build/ruby-1.9.1//rubyspec/core/enumerable/join_spec.rb:5:in `block in ' /home/chkbuild/tmp/build/ruby-1.9.1//rubyspec/core/enumerable/join_spec.rb:4:in `' ) Enumerable#join returns a string formed by concatenating each element.to_s separated by separator without trailing separator ERROR -NoMethodError: undefined method `join' for #<#::Enum:0x0000000ae20070> +NoMethodError: undefined method `join' for #<#::Enum:0x0000000a85bee0> /home/chkbuild/tmp/build/ruby-1.9.1//rubyspec/shared/array/join.rb:10:in `block (2 levels) in ' /home/chkbuild/tmp/build/ruby-1.9.1//rubyspec/core/enumerable/join_spec.rb:5:in `block in ' /home/chkbuild/tmp/build/ruby-1.9.1//rubyspec/core/enumerable/join_spec.rb:4:in `' ) Enumerable#join does not consider taint of either the array or the separator when the array is empty ERROR -NoMethodError: undefined method `join' for #<#::Enum:0x0000000ae1d1d8 @elements=[]> +NoMethodError: undefined method `join' for #<#::Enum:0x0000000a859048 @elements=[]> /home/chkbuild/tmp/build/ruby-1.9.1//rubyspec/shared/array/join.rb:73:in `block (2 levels) in ' /home/chkbuild/tmp/build/ruby-1.9.1//rubyspec/core/enumerable/join_spec.rb:5:in `block in ' /home/chkbuild/tmp/build/ruby-1.9.1//rubyspec/core/enumerable/join_spec.rb:4:in `' ) Enumerable#join does not consider untrustworthiness of either the array or the separator when the array is empty ERROR -NoMethodError: undefined method `join' for #<#::Enum:0x0000000ae1ba70 @elements=[]> +NoMethodError: undefined method `join' for #<#::Enum:0x0000000a8578e0 @elements=[]> /home/chkbuild/tmp/build/ruby-1.9.1//rubyspec/shared/array/join.rb:101:in `block (3 levels) in ' /home/chkbuild/tmp/build/ruby-1.9.1//rubyspec/core/enumerable/join_spec.rb:5:in `block in ' /home/chkbuild/tmp/build/ruby-1.9.1//rubyspec/core/enumerable/join_spec.rb:4:in `' @@ -36097,23 +36097,9 @@ /home/chkbuild/tmp/build/ruby-1.9.1//rubyspec/core/string/valid_encoding_spec.rb:4:in `block in ' /home/chkbuild/tmp/build/ruby-1.9.1//rubyspec/core/string/valid_encoding_spec.rb:3:in `' - ) -Prime#each infinitely iterates the given block passing a prime FAILED -Expected Timeout::Error -but got SpecExpectationNotMetError (Expected false to be true) -/home/chkbuild/tmp/build/ruby-1.9.1//rubyspec/library/prime/shared/each.rb:21:in `block (2 levels) in ' -/home/chkbuild/tmp/build/ruby-1.9.1//rubyspec/library/prime/each_spec.rb:13:in `' - - ) -Prime#each when an instance created via Prime.new infinitely iterates the given block passing a prime FAILED -Expected Timeout::Error -but got SpecExpectationNotMetError (Expected false to be true) -/home/chkbuild/tmp/build/ruby-1.9.1//rubyspec/library/prime/each_spec.rb:41:in `block (2 levels) in ' -/home/chkbuild/tmp/build/ruby-1.9.1//rubyspec/library/prime/each_spec.rb:17:in `' - Finished in seconds -2753 files, 10765 examples, 179776 expectations, 47 failures, 28 errors +2753 files, 10765 examples, 166964 expectations, 45 failures, 28 errors exit 1 failed(rubyspec) == end #