last commit: COMMIT Fixed enumerator_class spec. http://github.com/rubyspec/mspec/commit/66c9eb68ccdc473025d2f6fb34019fc3a977c252 last commit: COMMIT Revert "Add specs for short TZ values." This requires further discussion. http://github.com/rubyspec/rubyspec/commit/34bc3ddf71c6188b233e470c8a479dd31ffb3b0a =================================================================== +++ 20110106T061041 @@ 16536 @@ Proc.new with an associated block called on a subclass of Proc using a reified block parameter - returns an instance of the subclass +Proc.new with an associated block called on a subclass of Proc that does not 'super' in 'initialize' +- still constructs a functional proc Proc.new without a block - raises an ArgumentError @@ 17334 @@ - 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 /var/lib/chkbuild/tmp/build/ruby-1.8.6-o3//rubyspec/core/string/chars_spec.rb /var/lib/chkbuild/tmp/build/ruby-1.8.6-o3//rubyspec/core/string/chomp_spec.rb @@ 17807 @@ - 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 /var/lib/chkbuild/tmp/build/ruby-1.8.6-o3//rubyspec/core/string/lstrip_spec.rb String#lstrip @@ 18081 @@ - 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 /var/lib/chkbuild/tmp/build/ruby-1.8.6-o3//rubyspec/core/string/rpartition_spec.rb /var/lib/chkbuild/tmp/build/ruby-1.8.6-o3//rubyspec/core/string/rstrip_spec.rb @@ 20768 @@ - 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' /var/lib/chkbuild/tmp/build/ruby-1.8.6-o3//rubyspec/language/private_spec.rb The private keyword @@ 33293 @@ Finished in seconds +3304 files, 12960 examples, expectations, 16 failures, 47 errors exit 1 failed(rubyspec) == end #