OlderDiff < 20101231T235156Z < ThisDiff > 20110106T004155Z > NewerDiff
OLDREV 30402 NEWREV 30458 CHG ChangeLog 30401->30457 CHG intern.h 29173->30443 CHG version.h 30402->30458 CHG ext/socket/socket.c 28861->30457 COMMIT Check flags forbidden in RUBYOPT. COMMIT Merge branch 'master' of github.com:rubyspec/rubyspec COMMIT Add specs for short TZ values. 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. COMMIT Module.const_defined? accepts a flag to search into the receiver superclasses COMMIT Module.const_get accepts a flag to search into the receiver superclasses COMMIT Revert "Add specs for short TZ values." This requires further discussion. =================================================================== +++ 20110106T004155Z @@ 17930 @@ - 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 /home/chkbuild/tmp/build/ruby-1.8/<buildtime>/rubyspec/core/string/chars_spec.rb String#chars @@ 18450 @@ - 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 /home/chkbuild/tmp/build/ruby-1.8/<buildtime>/rubyspec/core/string/lstrip_spec.rb String#lstrip @@ 18731 @@ - 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 /home/chkbuild/tmp/build/ruby-1.8/<buildtime>/rubyspec/core/string/rpartition_spec.rb String#rpartition with String @@ 21463 @@ - 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' /home/chkbuild/tmp/build/ruby-1.8/<buildtime>/rubyspec/language/private_spec.rb The private keyword @@ 36728 @@ Finished in <t> seconds +3286 files, 13718 examples, <num> expectations, 72 failures, 54 errors exit 1 failed(rubyspec) == end # <time> =================================================================== --- 20101231T235156Z @@ 36703 @@ Finished in <t> seconds -3286 files, 13695 examples, <num> expectations, 72 failures, 54 errors exit 1 failed(rubyspec) == end # <time>
OlderDiff < 20101231T235156Z < ThisDiff > 20110106T004155Z > NewerDiff