COMMIT now 1.9 prefers #to_path over #to_str http://github.com/rubyspec/rubyspec/commit/9940f1d4cc02e606fca503dca8c0c49e6219a0a9 COMMIT Move method in fixture... http://github.com/rubyspec/rubyspec/commit/345b0d7dfb7e23819462278549066432592dcef1 COMMIT Kernel.caller: see redmine:3011 http://github.com/rubyspec/rubyspec/commit/2d67eaa867ece97461110dfe555f1dc1d3c013cb =================================================================== +++ 20100326T050830 @@ 11 @@ URL: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1 ?\227?\131?\170?\227?\131?\157?\227?\130?\184?\227?\131?\136?\227?\131?\170?\227?\129?\174?\227?\131?\171?\227?\131?\188?\227?\131?\136: http://svn.ruby-lang.org/repos/ruby ?\227?\131?\170?\227?\131?\157?\227?\130?\184?\227?\131?\136?\227?\131?\170 UUID: b2dd03c8-39d4-4d8f-98ff-823fe69b080e +?\227?\131?\170?\227?\131?\147?\227?\130?\184?\227?\131?\167?\227?\131?\179: 27056 ?\227?\131?\142?\227?\131?\188?\227?\131?\137?\231?\168?\174?\229?\136?\165: ?\227?\131?\135?\227?\130?\163?\227?\131?\172?\227?\130?\175?\227?\131?\136?\227?\131?\170 ?\230?\186?\150?\229?\130?\153?\228?\184?\173?\227?\129?\174?\229?\135?\166?\231?\144?\134: ?\231?\137?\185?\227?\129?\171?\227?\129?\170?\227?\129?\151 ?\230?\156?\128?\231?\181?\130?\229?\164?\137?\230?\155?\180?\232?\128?\133: yugui @@ 9794 @@ s: . OpenSSL::TestSSL#test_sslctx_set_params: /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.1//ruby/.ext/common/openssl/ssl.rb:: warning: using default DH parameters. s: . +OpenSSL::TestSSL#test_starttls: /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.1//ruby/.ext/common/openssl/buffering.rb:: warning: SSL session is not started yet. /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.1//ruby/.ext/common/openssl/buffering.rb:: warning: SSL session is not started yet. /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.1//ruby/.ext/common/openssl/buffering.rb:: warning: SSL session is not started yet. /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.1//ruby/.ext/common/openssl/buffering.rb:: warning: SSL session is not started yet. @@ 19749 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.1//ruby/ext/tk/sample/tkmultilistbox.rb:: warning: shadowing outer local variable - idx /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.1//ruby/ext/tk/sample/tkmultilistbox.rb:: warning: `*' interpreted as argument prefix s: . +TestSystem#test_system: /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.1//tmp/ruby_script_tmp20100326-23842-14djsbm/ruby_script_tmp.23842:: warning: global variable `$zzz' not initialized s: . TestTCPSocket#test_encoding: s: . TestTCPSocket#test_recvfrom: s: . @@ 28052 @@ - calls #to_str on the argument if it's not a String - calls #to_str on the argument if it's not a String and a block is given - calls #to_path on the argument if it's not a String +- prefers #to_path over #to_str (FAILED - ) - returns the value of the block when a block is given - defaults to the home directory when given a block but no argument - changes to the specified directory for the duration of the block @@ 28062 @@ ) +Dir.chdir prefers #to_path over #to_str FAILED +Expected "/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.1//rubyspec_temp/dir_specs_mock" +to equal "/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.1/" +/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.1//rubyspec/core/dir/chdir_spec.rb:65:in `block (3 levels) in ' +/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.1//rubyspec/core/dir/chdir_spec.rb:4:in `' Finished in seconds 1 file, 13 examples, 17 expectations, 1 failure, 0 errors exit 1 +failed(rubyspec/core/dir/chdir_spec.rb) == rubyspec/core/dir/chroot_spec.rb #