[macruby-changes] [2616] MacRuby/trunk/spec/frozen/tags/macruby/core

source_changes at macosforge.org source_changes at macosforge.org
Tue Sep 22 22:35:25 PDT 2009


Revision: 2616
          http://trac.macosforge.org/projects/ruby/changeset/2616
Author:   lsansonetti at apple.com
Date:     2009-09-22 22:35:25 -0700 (Tue, 22 Sep 2009)
Log Message:
-----------
untag specs that now pass

Modified Paths:
--------------
    MacRuby/trunk/spec/frozen/tags/macruby/core/array/pack_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/bignum/bit_and_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/bignum/bit_or_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/bignum/bit_xor_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/bignum/left_shift_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/bignum/right_shift_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/bit_and_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/bit_or_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/bit_xor_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/element_reference_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/left_shift_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/right_shift_tags.txt

Removed Paths:
-------------
    MacRuby/trunk/spec/frozen/tags/macruby/core/bignum/element_reference_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/coerce_tags.txt

Modified: MacRuby/trunk/spec/frozen/tags/macruby/core/array/pack_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/array/pack_tags.txt	2009-09-23 05:35:03 UTC (rev 2615)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/array/pack_tags.txt	2009-09-23 05:35:25 UTC (rev 2616)
@@ -34,18 +34,13 @@
 fails:Array#pack with format 'L_' processes count number of array elements if count given
 fails:Array#pack with format 'L_' with star parameter processes all remaining array items
 fails:Array#pack with format 'f' consumes as many Floats as specified
-fails:Array#pack with format 'f' tries to convert the pack argument to a Float using #to_f
 fails:Array#pack with format 'd' consumes as many Floats as specified
-fails:Array#pack with format 'd' tries to convert the pack argument to a Float using #to_f
 fails:Array#pack with format 'e' consumes as many Floats as specified
-fails:Array#pack with format 'e' tries to convert the pack argument to a Float using #to_f
 fails:Array#pack with format 'E' consumes as many Floats as specified
-fails:Array#pack with format 'E' tries to convert the pack argument to a Float using #to_f
 fails:Array#pack with format 'g' consumes as many Floats as specified
-fails:Array#pack with format 'g' tries to convert the pack argument to a Float using #to_f
 fails:Array#pack with format 'G' consumes as many Floats as specified
-fails:Array#pack with format 'G' tries to convert the pack argument to a Float using #to_f
 fails:Array#pack with format 'M' ignores star parameter
+critical:Array#pack with format 'M' does not check whether the pack argument responds to #to_s before call #to_s
 fails:Array#pack with format 'm' does not append newline if line length parameter is 0
 fails:Array#pack with format 'm' ignores star parameter
 fails:Array#pack with format 'U' regards a integer as a Unicode codepoint and encodes into UTF-8 byte sequence
@@ -54,42 +49,6 @@
 fails:Array#pack with format 'X' doesn't care even if breaks a character
 fails:Array#pack with '@' doesn't change encoding of the result string
 fails:Array#pack with '@' doesn't care even if breaks a character
-fails:Array#pack with format 'A' tries to convert the pack argument to a String using #to_str
-fails:Array#pack with format 'a' tries to convert the pack argument to a String using #to_str
-fails:Array#pack with format 'Z' tries to convert the pack argument to a String using #to_str
-fails:Array#pack with format 'H' tries to convert the pack argument to a String using #to_str
-fails:Array#pack with format 'h' tries to convert the pack argument to a String using #to_str
-fails:Array#pack with format 'C' tries to convert the pack argument to an Integer using #to_int
-fails:Array#pack with format 'c' tries to convert the pack argument to an Integer using #to_int
-fails:Array#pack with format 'n' tries to convert the pack argument to an Integer using #to_int
-fails:Array#pack with format 'v' tries to convert the pack argument to an Integer using #to_int
-fails:Array#pack with format 'N' tries to convert the pack argument to an Integer using #to_int
-fails:Array#pack with format 'V' tries to convert the pack argument to an Integer using #to_int
-fails:Array#pack with format 's' tries to convert the pack argument to an Integer using #to_int
-fails:Array#pack with format 'S' tries to convert the pack argument to an Integer using #to_int
-fails:Array#pack with format 'l' tries to convert the pack argument to an Integer using #to_int
-fails:Array#pack with format 'L' tries to convert the pack argument to an Integer using #to_int
-fails:Array#pack with format 'q' tries to convert the pack argument to an Integer using #to_int
-fails:Array#pack with format 'Q' tries to convert the pack argument to an Integer using #to_int
-fails:Array#pack with format 's!' tries to convert the pack argument to an Integer using #to_int
-fails:Array#pack with format 's_' tries to convert the pack argument to an Integer using #to_int
-fails:Array#pack with format 'S!' tries to convert the pack argument to an Integer using #to_int
-fails:Array#pack with format 'S_' tries to convert the pack argument to an Integer using #to_int
-fails:Array#pack with format 'i' tries to convert the pack argument to an Integer using #to_int
-fails:Array#pack with format 'i!' tries to convert the pack argument to an Integer using #to_int
-fails:Array#pack with format 'i_' tries to convert the pack argument to an Integer using #to_int
-fails:Array#pack with format 'I' tries to convert the pack argument to an Integer using #to_int
-fails:Array#pack with format 'I!' tries to convert the pack argument to an Integer using #to_int
-fails:Array#pack with format 'I_' tries to convert the pack argument to an Integer using #to_int
-fails:Array#pack with format 'l!' tries to convert the pack argument to an Integer using #to_int
-fails:Array#pack with format 'l_' tries to convert the pack argument to an Integer using #to_int
-fails:Array#pack with format 'L!' tries to convert the pack argument to an Integer using #to_int
-fails:Array#pack with format 'L_' tries to convert the pack argument to an Integer using #to_int
-fails:Array#pack with format 'M' calls #to_s on object to convert to string
-critical:Array#pack with format 'M' does not check whether the pack argument responds to #to_s before call #to_s
-fails:Array#pack with format 'm' tries to convert the pack argument to a String using #to_str
-fails:Array#pack with format 'u' tries to convert the pack argument to a String using #to_str
-fails:Array#pack with format 'w' calls to_int on non-integer values before packing
 fails:Array#pack just ignores unknown format
 fails:Array#pack with format 'v' returns a string containing 2 bytes for an integer
 fails:Array#pack with format 's' returns a string containing 2 bytes for an integer

Modified: MacRuby/trunk/spec/frozen/tags/macruby/core/bignum/bit_and_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/bignum/bit_and_tags.txt	2009-09-23 05:35:03 UTC (rev 2615)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/bignum/bit_and_tags.txt	2009-09-23 05:35:25 UTC (rev 2616)
@@ -1,3 +1 @@
 fails:Bignum#& returns self bitwise AND other
-fails:Bignum#& tries to convert the given argument to an Integer using to_int
-fails:Bignum#& raises a TypeError when the given argument can't be converted to Integer

Modified: MacRuby/trunk/spec/frozen/tags/macruby/core/bignum/bit_or_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/bignum/bit_or_tags.txt	2009-09-23 05:35:03 UTC (rev 2615)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/bignum/bit_or_tags.txt	2009-09-23 05:35:25 UTC (rev 2616)
@@ -1,3 +1 @@
 fails:Bignum#| returns self bitwise OR other
-fails:Bignum#| tries to convert the given argument to an Integer using to_int
-fails:Bignum#| raises a TypeError when the given argument can't be converted to Integer

Modified: MacRuby/trunk/spec/frozen/tags/macruby/core/bignum/bit_xor_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/bignum/bit_xor_tags.txt	2009-09-23 05:35:03 UTC (rev 2615)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/bignum/bit_xor_tags.txt	2009-09-23 05:35:25 UTC (rev 2616)
@@ -1,3 +1 @@
 fails:Bignum#^ returns self bitwise EXCLUSIVE OR other
-fails:Bignum#^ tries to convert the given argument to an Integer using to_int
-fails:Bignum#^ raises a TypeError when the given argument can't be converted to Integer

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/bignum/element_reference_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/bignum/element_reference_tags.txt	2009-09-23 05:35:03 UTC (rev 2615)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/bignum/element_reference_tags.txt	2009-09-23 05:35:25 UTC (rev 2616)
@@ -1,2 +0,0 @@
-fails:Bignum#[] tries to convert the given argument to an Integer using #to_int
-fails:Bignum#[] raises a TypeError when the given argument can't be converted to Integer

Modified: MacRuby/trunk/spec/frozen/tags/macruby/core/bignum/left_shift_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/bignum/left_shift_tags.txt	2009-09-23 05:35:03 UTC (rev 2615)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/bignum/left_shift_tags.txt	2009-09-23 05:35:25 UTC (rev 2616)
@@ -1,3 +1 @@
-fails:Bignum#<< tries to convert the given argument to an Integer using to_int
-fails:Bignum#<< raises a TypeError when the given argument can't be converted to Integer
 fails:Bignum#<< raises a RangeError when the given argument is a Bignum

Modified: MacRuby/trunk/spec/frozen/tags/macruby/core/bignum/right_shift_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/bignum/right_shift_tags.txt	2009-09-23 05:35:03 UTC (rev 2615)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/bignum/right_shift_tags.txt	2009-09-23 05:35:25 UTC (rev 2616)
@@ -1,4 +1,2 @@
-fails:Bignum#>> tries to convert the given argument to an Integer using to_int
-fails:Bignum#>> raises a TypeError when the given argument can't be converted to Integer
 fails:Bignum#>> returns 0 when the given argument is a Bignum and self is positive
 fails:Bignum#>> returns -1 when the given argument is a Bignum and self is negative

Modified: MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/bit_and_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/bit_and_tags.txt	2009-09-23 05:35:03 UTC (rev 2615)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/bit_and_tags.txt	2009-09-23 05:35:25 UTC (rev 2616)
@@ -1,3 +1 @@
-fails:Fixnum#& tries to convert it's int like argument to an Integer using to_int
-fails:Fixnum#& raises a TypeError when the given argument can't be converted to Integer
 fails:Fixnum#& coerces arguments correctly even if it is a Bignum

Modified: MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/bit_or_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/bit_or_tags.txt	2009-09-23 05:35:03 UTC (rev 2615)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/bit_or_tags.txt	2009-09-23 05:35:25 UTC (rev 2616)
@@ -1,3 +1 @@
-fails:Fixnum#| tries to convert the int like argument to an Integer using to_int
-fails:Fixnum#| raises a TypeError when the given argument can't be converted to Integer
 fails:Fixnum#| coerces arguments correctly even if it is a Bignum

Modified: MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/bit_xor_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/bit_xor_tags.txt	2009-09-23 05:35:03 UTC (rev 2615)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/bit_xor_tags.txt	2009-09-23 05:35:25 UTC (rev 2616)
@@ -1,3 +1 @@
-fails:Fixnum#^ tries to convert the given argument to an Integer using to_int
-fails:Fixnum#^ raises a TypeError when the given argument can't be converted to Integer
 fails:Fixnum#^ coerces arguments correctly even if it is a Bignum

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/coerce_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/coerce_tags.txt	2009-09-23 05:35:03 UTC (rev 2615)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/coerce_tags.txt	2009-09-23 05:35:25 UTC (rev 2616)
@@ -1 +0,0 @@
-fails:Fixnum#coerce tries to convert the given Object into a Float by using #to_f

Modified: MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/element_reference_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/element_reference_tags.txt	2009-09-23 05:35:03 UTC (rev 2615)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/element_reference_tags.txt	2009-09-23 05:35:25 UTC (rev 2616)
@@ -1,3 +1 @@
-fails:Fixnum#[] tries to convert the given argument to an Integer using #to_int
-fails:Fixnum#[] raises a TypeError when the given argument can't be converted to Integer
 fails:Fixnum#[] coerces arguments correctly even if it is a Bignum

Modified: MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/left_shift_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/left_shift_tags.txt	2009-09-23 05:35:03 UTC (rev 2615)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/left_shift_tags.txt	2009-09-23 05:35:25 UTC (rev 2616)
@@ -1,3 +1 @@
-fails:Fixnum#<< tries to convert its argument to an Integer using to_int
-fails:Fixnum#<< raises a TypeError when the given argument can't be converted to Integer
 fails:Fixnum#<< raises a RangeError when the given argument is out of range of Fixnum

Modified: MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/right_shift_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/right_shift_tags.txt	2009-09-23 05:35:03 UTC (rev 2615)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/right_shift_tags.txt	2009-09-23 05:35:25 UTC (rev 2616)
@@ -1,3 +1 @@
-fails:Fixnum#>> tries to convert it's argument to an Integer using to_int
-fails:Fixnum#>> raises a TypeError when the given argument can't be converted to Integer
 fails:Fixnum#>> does not raise RangeError when the given argument is out of range of Fixnum
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090922/8e21286f/attachment-0001.html>


More information about the macruby-changes mailing list