OLDREV 30402 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=30402&diff_format=u NEWREV 30458 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=30458&diff_format=u CHG ChangeLog 30401->30457 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/ChangeLog?p1=branches/ruby_1_8/ChangeLog&r1=30402&r2=30458&pathrev=30458&diff_format=u CHG intern.h 29173->30443 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/intern.h?p1=branches/ruby_1_8/intern.h&r1=30402&r2=30458&pathrev=30458&diff_format=u CHG version.h 30402->30458 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/version.h?p1=branches/ruby_1_8/version.h&r1=30402&r2=30458&pathrev=30458&diff_format=u CHG ext/socket/socket.c 28861->30457 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/ext/socket/socket.c?p1=branches/ruby_1_8/ext/socket/socket.c&r1=30402&r2=30458&pathrev=30458&diff_format=u COMMIT Check flags forbidden in RUBYOPT. http://github.com/rubyspec/rubyspec/commit/5c6dc7f9368c7c5f4c3df0fc39ebc82611c0aaa6 COMMIT Merge branch 'master' of github.com:rubyspec/rubyspec http://github.com/rubyspec/rubyspec/commit/3e15394b185ae4f5012d579fce265e7177bdebd2 COMMIT Add specs for short TZ values. http://github.com/rubyspec/rubyspec/commit/f47e2de24f58de297c6bed16dfb39efec95ed7cd COMMIT String#center, String#ljust and String#rjust returns an untainted string even when the padding is tainted if the resulting string is identical to self. http://github.com/rubyspec/rubyspec/commit/bc307dce8aef7047c58eefb64a9730f07d1ebcae COMMIT Module.const_defined? accepts a flag to search into the receiver superclasses http://github.com/rubyspec/rubyspec/commit/b11183c4100bf218f7ed8dff43447eba663d5a8d COMMIT Module.const_get accepts a flag to search into the receiver superclasses http://github.com/rubyspec/rubyspec/commit/9792ac81b93940a063fc196903d12a085768cf3d COMMIT Revert "Add specs for short TZ values." This requires further discussion. http://github.com/rubyspec/rubyspec/commit/34bc3ddf71c6188b233e470c8a479dd31ffb3b0a =================================================================== +++ 20110105T235143Z @@ 19701 @@ - raises a TypeError when padstr can't be converted to a string - raises an ArgumentError if padstr is empty - returns subclass instances when called on subclasses +- when padding is tainted and self is untainted returns a tainted string if and only if length is longer than self /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth//rubyspec/core/string/chars_spec.rb String#chars @@ 20220 @@ - raises a TypeError when padstr can't be converted - raises an ArgumentError when padstr is empty - returns subclass instances when called on subclasses +- when padding is tainted and self is untainted returns a tainted string if and only if length is longer than self /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth//rubyspec/core/string/lstrip_spec.rb String#lstrip @@ 20501 @@ - raises a TypeError when padstr can't be converted - raises an ArgumentError when padstr is empty - returns subclass instances when called on subclasses +- when padding is tainted and self is untainted returns a tainted string if and only if length is longer than self /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth//rubyspec/core/string/rpartition_spec.rb String#rpartition with String @@ 23234 @@ - includes PLATFORM - includes TOPLEVEL_BINDING +Processing RUBYOPT +- raises a RuntimeError for '-a' +- raises a RuntimeErrorError for '-p' +- raises a RuntimeErrorError for '-n' +- raises a RuntimeErrorError for '-y' +- raises a RuntimeErrorError for '-c' +- raises a RuntimeErrorError for '-s' +- raises a RuntimeErrorError for '-h' +- raises a RuntimeErrorError for '--help' +- raises a RuntimeErrorError for '-l' +- raises a RuntimeErrorError for '-S' +- raises a RuntimeErrorError for '-e' +- raises a RuntimeErrorError for '-i' +- raises a RuntimeErrorError for '-x' +- raises a RuntimeErrorError for '-C' +- raises a RuntimeErrorError for '-X' +- raises a RuntimeErrorError for '-F' +- raises a RuntimeErrorError for '-0' +- raises a RuntimeErrorError for '--copyright' +- raises a RuntimeErrorError for '--version' +- raises a RuntimeErrorError for '--yydebug' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth//rubyspec/language/private_spec.rb The private keyword @@ 38696 @@ Finished in seconds +3286 files, 13717 examples, expectations, 73 failures, 59 errors exit 1 failed(rubyspec) == end #