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

source_changes at macosforge.org source_changes at macosforge.org
Thu Sep 10 21:39:54 PDT 2009


Revision: 2548
          http://trac.macosforge.org/projects/ruby/changeset/2548
Author:   lsansonetti at apple.com
Date:     2009-09-10 21:39:51 -0700 (Thu, 10 Sep 2009)
Log Message:
-----------
untagged specs that now pass

Modified Paths:
--------------
    MacRuby/trunk/spec/frozen/tags/macruby/core/array/comparison_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/array/concat_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/array/equal_value_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/array/flatten_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/array/inspect_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/array/intersection_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/array/minus_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/array/multiply_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/array/new_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/array/rindex_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/array/slice_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/array/union_tags.txt

Removed Paths:
-------------
    MacRuby/trunk/spec/frozen/tags/macruby/core/array/at_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/array/element_reference_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/array/element_set_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/array/fetch_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/array/fill_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/array/first_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/array/index_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/array/initialize_copy_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/array/initialize_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/array/insert_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/array/last_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/array/replace_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/array/sample_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/array/shift_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/array/sort_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/array/transpose_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/array/try_convert_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/array/zip_tags.txt

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/array/at_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/array/at_tags.txt	2009-09-11 04:20:25 UTC (rev 2547)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/array/at_tags.txt	2009-09-11 04:39:51 UTC (rev 2548)
@@ -1 +0,0 @@
-fails:Array#at tries to convert the passed argument to an Integer using #to_int

Modified: MacRuby/trunk/spec/frozen/tags/macruby/core/array/comparison_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/array/comparison_tags.txt	2009-09-11 04:20:25 UTC (rev 2547)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/array/comparison_tags.txt	2009-09-11 04:39:51 UTC (rev 2548)
@@ -1,5 +1 @@
 critical:Array#<=> properly handles recursive arrays
-fails:Array#<=> calls <=> left to right and return first non-0 result
-fails:Array#<=> returns -1 if the arrays have same length and a pair of corresponding elements returns -1 for <=>
-fails:Array#<=> returns +1 if the arrays have same length and a pair of corresponding elements returns +1 for <=>
-fails:Array#<=> tries to convert the passed argument to an Array using #to_ary

Modified: MacRuby/trunk/spec/frozen/tags/macruby/core/array/concat_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/array/concat_tags.txt	2009-09-11 04:20:25 UTC (rev 2547)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/array/concat_tags.txt	2009-09-11 04:39:51 UTC (rev 2548)
@@ -1,4 +1,3 @@
 fails:Array#concat keeps untrusted status
 fails:Array#concat is not infected untrustedness by the other
 fails:Array#concat keeps the untrusted status of elements
-fails:Array#concat tries to convert the passed argument to an Array using #to_ary

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/array/element_reference_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/array/element_reference_tags.txt	2009-09-11 04:20:25 UTC (rev 2547)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/array/element_reference_tags.txt	2009-09-11 04:39:51 UTC (rev 2548)
@@ -1,3 +0,0 @@
-fails:Array#[] tries to convert the passed argument to an Integer using #to_int
-fails:Array#[] raises a RangeError when the start index is out of range of Fixnum
-fails:Array#[] raises a RangeError when the length is out of range of Fixnum

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/array/element_set_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/array/element_set_tags.txt	2009-09-11 04:20:25 UTC (rev 2547)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/array/element_set_tags.txt	2009-09-11 04:39:51 UTC (rev 2548)
@@ -1 +0,0 @@
-fails:Array#[]= calls to_int on its start and length arguments

Modified: MacRuby/trunk/spec/frozen/tags/macruby/core/array/equal_value_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/array/equal_value_tags.txt	2009-09-11 04:20:25 UTC (rev 2547)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/array/equal_value_tags.txt	2009-09-11 04:39:51 UTC (rev 2548)
@@ -1,3 +1 @@
 critical:Array#== handles well recursive arrays
-fails:Array#== returns true if corresponding elements are #==
-fails:Array#== returns false if any corresponding elements are not #==

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/array/fetch_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/array/fetch_tags.txt	2009-09-11 04:20:25 UTC (rev 2547)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/array/fetch_tags.txt	2009-09-11 04:39:51 UTC (rev 2548)
@@ -1 +0,0 @@
-fails:Array#fetch tries to convert the passed argument to an Integer using #to_int

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/array/fill_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/array/fill_tags.txt	2009-09-11 04:20:25 UTC (rev 2547)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/array/fill_tags.txt	2009-09-11 04:39:51 UTC (rev 2548)
@@ -1,2 +0,0 @@
-fails:Array#fill with (filler, index, length) tries to convert the second and third arguments to Integers using #to_int
-fails:Array#fill with (filler, range) tries to convert the start and end of the passed range to Integers using #to_int

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/array/first_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/array/first_tags.txt	2009-09-11 04:20:25 UTC (rev 2547)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/array/first_tags.txt	2009-09-11 04:39:51 UTC (rev 2548)
@@ -1 +0,0 @@
-fails:Array#first tries to convert the passed argument to an Integer using #to_int

Modified: MacRuby/trunk/spec/frozen/tags/macruby/core/array/flatten_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/array/flatten_tags.txt	2009-09-11 04:20:25 UTC (rev 2547)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/array/flatten_tags.txt	2009-09-11 04:39:51 UTC (rev 2548)
@@ -1,5 +1 @@
 fails:Array#flatten! returns nil when the level of recursion is 0
-fails:Array#flatten tries to convert passed Objects to Integers using #to_int
-fails:Array#flatten flattens any element which responds to #to_ary, using the return value of said method
-fails:Array#flatten! tries to convert passed Objects to Integers using #to_int
-fails:Array#flatten! flattens any elements which responds to #to_ary, using the return value of said method

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/array/index_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/array/index_tags.txt	2009-09-11 04:20:25 UTC (rev 2547)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/array/index_tags.txt	2009-09-11 04:39:51 UTC (rev 2548)
@@ -1 +0,0 @@
-fails:Array#index returns the index of the first element == to object

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/array/initialize_copy_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/array/initialize_copy_tags.txt	2009-09-11 04:20:25 UTC (rev 2547)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/array/initialize_copy_tags.txt	2009-09-11 04:39:51 UTC (rev 2548)
@@ -1 +0,0 @@
-fails:Array#initialize_copy tries to convert the passed argument to an Array using #to_ary

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/array/initialize_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/array/initialize_tags.txt	2009-09-11 04:20:25 UTC (rev 2547)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/array/initialize_tags.txt	2009-09-11 04:39:51 UTC (rev 2548)
@@ -1,3 +0,0 @@
-fails:Array#initialize with (array) calls #to_ary to convert the value to an array
-fails:Array#initialize with (size, object=nil) calls #to_int to convert the size argument to an Integer when object is given
-fails:Array#initialize with (size, object=nil) calls #to_int to convert the size argument to an Integer when object is not given

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/array/insert_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/array/insert_tags.txt	2009-09-11 04:20:25 UTC (rev 2547)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/array/insert_tags.txt	2009-09-11 04:39:51 UTC (rev 2548)
@@ -1 +0,0 @@
-fails:Array#insert tries to convert the passed position argument to an Integer using #to_int

Modified: MacRuby/trunk/spec/frozen/tags/macruby/core/array/inspect_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/array/inspect_tags.txt	2009-09-11 04:20:25 UTC (rev 2547)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/array/inspect_tags.txt	2009-09-11 04:39:51 UTC (rev 2548)
@@ -1,2 +1 @@
 critical:Array#inspect handles recursive arrays
-fails:Array#inspect calls inspect on its elements

Modified: MacRuby/trunk/spec/frozen/tags/macruby/core/array/intersection_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/array/intersection_tags.txt	2009-09-11 04:20:25 UTC (rev 2547)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/array/intersection_tags.txt	2009-09-11 04:39:51 UTC (rev 2548)
@@ -1,3 +1,2 @@
 critical:Array#& properly handles recursive arrays
 fails:Array#& determines equivalence between elements in the sense of eql?
-fails:Array#& tries to convert the passed argument to an Array using #to_ary

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/array/last_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/array/last_tags.txt	2009-09-11 04:20:25 UTC (rev 2547)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/array/last_tags.txt	2009-09-11 04:39:51 UTC (rev 2548)
@@ -1 +0,0 @@
-fails:Array#last tries to convert the passed argument to an Integer usinig #to_int

Modified: MacRuby/trunk/spec/frozen/tags/macruby/core/array/minus_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/array/minus_tags.txt	2009-09-11 04:20:25 UTC (rev 2547)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/array/minus_tags.txt	2009-09-11 04:39:51 UTC (rev 2548)
@@ -1,2 +1 @@
 fails:Array#- acts as if using an  intermediate hash to collect values
-fails:Array#- tries to convert the passed arguments to Arrays using #to_ary

Modified: MacRuby/trunk/spec/frozen/tags/macruby/core/array/multiply_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/array/multiply_tags.txt	2009-09-11 04:20:25 UTC (rev 2547)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/array/multiply_tags.txt	2009-09-11 04:39:51 UTC (rev 2548)
@@ -1,3 +1,2 @@
 critical:Array#* with a string raises an ArgumentError when the Array is recursive
 fails:Array#* with a string returns a string formed by concatenating each element.to_s separated by separator without trailing separator
-fails:Array#* with a string raises a NoMethodError if an element does not respond to #to_s

Modified: MacRuby/trunk/spec/frozen/tags/macruby/core/array/new_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/array/new_tags.txt	2009-09-11 04:20:25 UTC (rev 2547)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/array/new_tags.txt	2009-09-11 04:39:51 UTC (rev 2548)
@@ -1,4 +1 @@
 fails:Array.new with (size, object=nil) returns the value passed to break
-fails:Array.new with (array) calls #to_ary to convert the value to an array
-fails:Array.new with (size, object=nil) calls #to_int to convert the size argument to an Integer when object is given
-fails:Array.new with (size, object=nil) calls #to_int to convert the size argument to an Integer when object is not given

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/array/replace_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/array/replace_tags.txt	2009-09-11 04:20:25 UTC (rev 2547)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/array/replace_tags.txt	2009-09-11 04:39:51 UTC (rev 2548)
@@ -1 +0,0 @@
-fails:Array#replace tries to convert the passed argument to an Array using #to_ary

Modified: MacRuby/trunk/spec/frozen/tags/macruby/core/array/rindex_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/array/rindex_tags.txt	2009-09-11 04:20:25 UTC (rev 2547)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/array/rindex_tags.txt	2009-09-11 04:39:51 UTC (rev 2548)
@@ -1,2 +1 @@
 critical:Array#rindex does not fail when removing elements from block
-fails:Array#rindex returns the first index backwards from the end where element == to object

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/array/sample_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/array/sample_tags.txt	2009-09-11 04:20:25 UTC (rev 2547)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/array/sample_tags.txt	2009-09-11 04:39:51 UTC (rev 2548)
@@ -1 +0,0 @@
-fails:Array#sample passed a number n as an argument tries to convert n to an Integer using #to_int

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/array/shift_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/array/shift_tags.txt	2009-09-11 04:20:25 UTC (rev 2547)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/array/shift_tags.txt	2009-09-11 04:39:51 UTC (rev 2548)
@@ -1 +0,0 @@
-fails:Array#shift passed a number n as an argument tries to convert n to an Integer using #to_int

Modified: MacRuby/trunk/spec/frozen/tags/macruby/core/array/slice_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/array/slice_tags.txt	2009-09-11 04:20:25 UTC (rev 2547)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/array/slice_tags.txt	2009-09-11 04:39:51 UTC (rev 2548)
@@ -1,4 +1 @@
 fails:Array#slice! does not expand array with indices out of bounds
-fails:Array#slice tries to convert the passed argument to an Integer using #to_int
-fails:Array#slice raises a RangeError when the start index is out of range of Fixnum
-fails:Array#slice raises a RangeError when the length is out of range of Fixnum

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/array/sort_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/array/sort_tags.txt	2009-09-11 04:20:25 UTC (rev 2547)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/array/sort_tags.txt	2009-09-11 04:39:51 UTC (rev 2548)
@@ -1,2 +0,0 @@
-fails:Array#sort compares values returned by block with 0
-fails:Array#sort! makes some modification even if finished sorting when it would break in the given block

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/array/transpose_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/array/transpose_tags.txt	2009-09-11 04:20:25 UTC (rev 2547)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/array/transpose_tags.txt	2009-09-11 04:39:51 UTC (rev 2548)
@@ -1 +0,0 @@
-fails:Array#transpose tries to convert the passed argument to an Array using #to_ary

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/array/try_convert_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/array/try_convert_tags.txt	2009-09-11 04:20:25 UTC (rev 2547)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/array/try_convert_tags.txt	2009-09-11 04:39:51 UTC (rev 2548)
@@ -1 +0,0 @@
-fails:Array.try_convert checks the result of the conversion

Modified: MacRuby/trunk/spec/frozen/tags/macruby/core/array/union_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/array/union_tags.txt	2009-09-11 04:20:25 UTC (rev 2547)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/array/union_tags.txt	2009-09-11 04:39:51 UTC (rev 2548)
@@ -1,3 +1 @@
 fails:Array#| acts as if using an intermediate hash to collect values
-fails:Array#| tries to convert the passed argument to an Array using #to_ary
-fails:Array#| properly handles recursive arrays

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/array/zip_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/array/zip_tags.txt	2009-09-11 04:20:25 UTC (rev 2547)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/array/zip_tags.txt	2009-09-11 04:39:51 UTC (rev 2548)
@@ -1 +0,0 @@
-fails:Array#zip calls #to_ary to convert the argument to an Array
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090910/eb675bab/attachment-0001.html>


More information about the macruby-changes mailing list