[macruby-changes] [3516] MacRuby/trunk/spec/frozen/tags/macruby/core/string/modulo_tags.txt

source_changes at macosforge.org source_changes at macosforge.org
Fri Feb 12 02:30:43 PST 2010


Revision: 3516
          http://trac.macosforge.org/projects/ruby/changeset/3516
Author:   lsansonetti at apple.com
Date:     2010-02-12 02:30:41 -0800 (Fri, 12 Feb 2010)
Log Message:
-----------
untagged specs that now pass

Modified Paths:
--------------
    MacRuby/trunk/spec/frozen/tags/macruby/core/string/modulo_tags.txt

Modified: MacRuby/trunk/spec/frozen/tags/macruby/core/string/modulo_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/string/modulo_tags.txt	2010-02-12 10:19:59 UTC (rev 3515)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/string/modulo_tags.txt	2010-02-12 10:30:41 UTC (rev 3516)
@@ -1,60 +1,16 @@
-critical:String#% supports binary formats using %B with same behaviour as %b except for using 0B instead of 0b for #
-critical:String#% supports negative bignums by prefixing the value with dots
-critical:String#% behaves as if calling Kernel#Integer for %b argument, if it does not respond to #to_ary
+critical:String#% raises an ArgumentError when given invalid argument specifiers
 fails:String#% formats single % characters before a newline or NULL as literal %s
-fails:String#% raises an error if single % appears anywhere else
-fails:String#% raises an error if NULL or 
-fails: appear anywhere else in the format string
 fails:String#% raises an ArgumentError for unused arguments when $DEBUG is true
-fails:String#% always allows unused arguments when positional argument style is used
 fails:String#% replaces trailing absolute argument specifier without type with percent sign
-critical:String#% raises an ArgumentError when given invalid argument specifiers
 fails:String#% raises an ArgumentError when multiple positional argument tokens are given for one format specifier
-critical:String#% raises an ArgumentError when multiple width star tokens are given for one format specifier
+fails:String#% raises an ArgumentError when multiple width star tokens are given for one format specifier
 fails:String#% raises an ArgumentError when a width star token is seen after a width token
 fails:String#% raises an ArgumentError when multiple precision tokens are given
-fails:String#% raises an ArgumentError when there are less arguments than format specifiers
-fails:String#% raises an ArgumentError when absolute and relative argument numbers are mixed
-fails:String#% allows reuse of the one argument multiple via absolute argument numbers
-fails:String#% always interprets an array argument as a list of argument parameters
-fails:String#% always interprets an array subclass argument as a list of argument parameters
-fails:String#% doesn't return subclass instances when called on a subclass
-fails:String#% always taints the result when the format string is tainted
-fails:String#% supports binary formats using %b
-fails:String#% supports character formats using %c
-fails:String#% supports octal formats using %o
-fails:String#% supports inspect formats using %p
-fails:String#% calls inspect on arguments for %p format
-fails:String#% taints result for %p when argument.inspect is tainted
-fails:String#% supports string formats using %s
+fails:String#% calls to_int on width star and precision star tokens
 fails:String#% taints result for %s when argument is tainted
 fails:String#% raises an ArgumentError for huge precisions for %s
-fails:String#% supports unsigned formats using %u
-fails:String#% formats negative values with a leading sign using %u
-fails:String#% supports hex formats using %x
-fails:String#% supports hex formats using %X
-fails:String#% behaves as if calling Kernel#Integer for %d argument, if it does not respond to #to_ary
-fails:String#% behaves as if calling Kernel#Integer for %i argument, if it does not respond to #to_ary
-fails:String#% behaves as if calling Kernel#Integer for %o argument, if it does not respond to #to_ary
-fails:String#% behaves as if calling Kernel#Integer for %u argument, if it does not respond to #to_ary
-fails:String#% behaves as if calling Kernel#Integer for %x argument, if it does not respond to #to_ary
-fails:String#% behaves as if calling Kernel#Integer for %X argument, if it does not respond to #to_ary
 fails:String#% behaves as if calling Kernel#Float for %e arguments, when the passed argument does not respond to #to_ary
 fails:String#% behaves as if calling Kernel#Float for %E arguments, when the passed argument does not respond to #to_ary
 fails:String#% behaves as if calling Kernel#Float for %f arguments, when the passed argument does not respond to #to_ary
 fails:String#% behaves as if calling Kernel#Float for %g arguments, when the passed argument does not respond to #to_ary
 fails:String#% behaves as if calling Kernel#Float for %G arguments, when the passed argument does not respond to #to_ary
-fails:String#% calls #to_int on argument for %c formats, if the argument does not respond to #to_ary
-fails:String#% calls to_int on width star and precision star tokens
-fails:String#% raises an error if NULL or \n appear anywhere else in the format string
-fails:String#% supports binary formats using %b for positive numbers
-fails:String#% supports binary formats using %b for negative numbers
-fails:String#% pads with zeros using %E with Inf, -Inf, and NaN
-fails:String#% supports octal formats using %o for positive numbers
-fails:String#% supports octal formats using %o for negative numbers
-fails:String#% supports negative bignums with %u or %d
-fails:String#% supports hex formats using %x for positive numbers
-fails:String#% supports hex formats using %x for negative numbers
-fails:String#% supports hex formats using %X for positive numbers
-fails:String#% supports hex formats using %X for negative numbers
-fails:String#% pads with spaces for %E with Inf, -Inf, and NaN
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20100212/4b6e1a99/attachment.html>


More information about the macruby-changes mailing list