COMMIT Amended http://github.com/rubyspec/rubyspec/commit/5a5d50b8c2dc4bc9cc4884aee0064885b0df52b0 COMMIT Added Time.times spec http://github.com/rubyspec/rubyspec/commit/f33812b39cc0a449c434932dde5c6af251e852b5 COMMIT Merge branch 'master' of git@github.com:rubyspec/rubyspec http://github.com/rubyspec/rubyspec/commit/64b954b5825c7e17ae9a5684d2731671d0b3ed27 COMMIT Merge branch 'master' of git@github.com:rubyspec/rubyspec http://github.com/rubyspec/rubyspec/commit/948653ee627905d2b96c6cd4c0666445fc6e58f2 COMMIT Added symbol spec: symbol doesn't contain \0 http://github.com/rubyspec/rubyspec/commit/177b925f4dc47cccf647edc6de4dee1d21474138 COMMIT Added Symbol.all_symbols spec http://github.com/rubyspec/rubyspec/commit/60c87e5b33340dff6a94c88b0ce8706e5af1cb47 --- 20090516T075114 +++ 20090517T075719 @@ -1,8918 +1,8918 @@ IMAPTest#test_imaps_with_ca_file: s: . IMAPTest#test_starttls: s: . IMAPTest#test_unexpected_eof: s: . -MinitestSpec#test_needs_to_catch_an_unexpected_exception: s: . -MinitestSpec#test_needs_to_verify_non_nil: s: . -MinitestSpec#test_needs_to_catch_an_expected_exception: s: . -MinitestSpec#test_needs_to_verify_floats_within_a_delta: s: . +MinitestSpec#test_needs_to_verify_using_any_operator: s: . +MinitestSpec#test_needs_to_verify_nil: s: . MinitestSpec#test_needs_to_verify_kinds_of_objects: s: . +MinitestSpec#test_needs_to_verify_throw: s: . +MinitestSpec#test_needs_to_verify_inequality: s: . MinitestSpec#test_needs_to_have_all_methods_named_well: s: . +MinitestSpec#test_needs_to_verify_non_nil: s: . +MinitestSpec#test_needs_to_verify_identity: s: . +MinitestSpec#test_needs_to_catch_an_expected_exception: s: . +MinitestSpec#test_needs_to_verify_regexp_matches: s: . MinitestSpec#test_needs_to_verify_non_identity: s: . +MinitestSpec#test_needs_to_verify_types_of_objects: s: . +MinitestSpec#test_needs_to_verify_floats_within_a_delta: s: . +MinitestSpec#test_needs_raise_if_an_expected_exception_is_not_raised: s: . MinitestSpec#test_needs_to_be_able_to_catch_a_minitest_assertion_exception: s: . -MinitestSpec#test_needs_to_verify_throw: s: . -MinitestSpec#test_needs_to_verify_regexp_matches: s: . MinitestSpec#test_needs_to_verify_mismatch: s: . -MinitestSpec#test_needs_to_verify_equality: s: . -MinitestSpec#test_needs_to_verify_inequality: s: . -MinitestSpec#test_needs_to_verify_using_any_operator: s: . -MinitestSpec#test_needs_to_verify_types_of_objects: s: . MinitestSpec#test_needs_to_verify_using_respond_to: s: . -MinitestSpec#test_needs_to_verify_nil: s: . -MinitestSpec#test_needs_to_verify_identity: s: . -MinitestSpec#test_needs_raise_if_an_expected_exception_is_not_raised: s: . +MinitestSpec#test_needs_to_verify_equality: s: . +MinitestSpec#test_needs_to_catch_an_unexpected_exception: s: . NonString#test_6: s: . NonString#test_7: s: . OpenSSL::TestASN1#test_decode: s: . @@ -15609,6 +15609,7 @@ - is converted to a literal, unquoted representation if the symbol contains only valid characters - can be created by the %s-delimited expression - is the same object when created from identical strings +- does not contain null in the string A Symbol literal - can be an empty string @@ -24336,6 +24337,7 @@ /home/chkbuild/tmp/build/ruby-1.9.1//rubyspec/core/symbol/all_symbols_spec.rb Symbol.all_symbols - returns an array containing all the Symbols in the symbol table +- increases size of the return array when new symbol comes /home/chkbuild/tmp/build/ruby-1.9.1//rubyspec/core/symbol/case_compare_spec.rb Symbol#=== @@ -24846,6 +24848,9 @@ - returns a new instance /home/chkbuild/tmp/build/ruby-1.9.1//rubyspec/core/time/times_spec.rb +Time.times +- is no longer exist + /home/chkbuild/tmp/build/ruby-1.9.1//rubyspec/core/time/to_a_spec.rb Time#to_a - returns a 10 element array representing the deconstructed time @@ -33704,7 +33709,7 @@ Finished in seconds -2565 files, 9179 examples, 118841 expectations, 18 failures, 13 errors +2565 files, 9182 examples, 110589 expectations, 18 failures, 13 errors exit 1 failed(rubyspec) == end #