COMMIT Access mode 'w' should be lower case. http://github.com/rubyspec/rubyspec/commit/072375112d9cad39dd4b261ed58af719ff099ef7 COMMIT Regexp#kcode is removed on Ruby 1.9. http://github.com/rubyspec/rubyspec/commit/356744efc031d9dacff90e53d9d8c951aee98694 COMMIT Remove the spec of Enumerator#join. http://github.com/rubyspec/rubyspec/commit/0cab8fc2359f8da8a4b8ebcc431bd0938e8377ba COMMIT Fixed more specs using tmp() helper. http://github.com/rubyspec/rubyspec/commit/250cb801ed681a508f95cb4b7c060fa8be2c0702 =================================================================== +++ 20100317T050653 @@ 11 @@ URL: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8 ?\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: 26959 ?\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: nobu @@ 12991 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8//rubyspec/core/io/eof_spec.rb IO#eof? +- returns true on an empty stream that has just been opened +- raises IOError on stream not opened for reading IO#eof? - returns false when not at end of file @@ 13063 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8//rubyspec/core/io/fsync_spec.rb IO#fsync - raises an IOError on closed stream +- writes the buffered data to permanent storage /Users/chkbuild/chkbuild/tmp/build/ruby-1.8//rubyspec/core/io/getbyte_spec.rb IO#getbyte @@ 25966 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8//rubyspec/library/net/ftp/put_spec.rb Net::FTP#put (binary mode) - sends the STOR command to the server +- sends the contents of the passed local_file, without modifications - returns nil Net::FTP#put (binary mode) when passed a block - yields the transmitted content as binary blocks of the passed size Net::FTP#put (binary mode) when resuming an existing file +- sends the remaining content of the passed local_file to the passed remote_file Net::FTP#put (binary mode) when resuming an existing file and the REST command fails - raises a Net::FTPProtoError when the response code is 550 (FAILED - ) @@ 26008 @@ Net::FTP#put (text mode) - sends the STOR command to the server +- sends the contents of the passed local_file, using \r\n as the newline separator - returns nil Net::FTP#put (text mode) when passed a block @@ 26040 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8//rubyspec/library/net/ftp/putbinaryfile_spec.rb Net::FTP#putbinaryfile - sends the STOR command to the server +- sends the contents of the passed local_file, without modifications - returns nil Net::FTP#putbinaryfile when passed a block - yields the transmitted content as binary blocks of the passed size Net::FTP#putbinaryfile when resuming an existing file +- sends the remaining content of the passed local_file to the passed remote_file Net::FTP#putbinaryfile when resuming an existing file and the REST command fails - raises a Net::FTPProtoError when the response code is 550 (FAILED - ) @@ 26083 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8//rubyspec/library/net/ftp/puttextfile_spec.rb Net::FTP#puttextfile - sends the STOR command to the server +- sends the contents of the passed local_file, using \r\n as the newline separator - returns nil Net::FTP#puttextfile when passed a block @@ 29348 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8//rubyspec/library/socket/unixserver/accept_spec.rb UNIXServer#accept +- accepts what is written by the client - can be interrupted by Thread#kill - can be interrupted by Thread#raise @@ 36644 @@ Finished in seconds +3139 files, 12518 examples, expectations, 89 failures, 95 errors exit 1 failed(rubyspec) == end #