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

source_changes at macosforge.org source_changes at macosforge.org
Mon Feb 15 14:47:31 PST 2010


Revision: 3532
          http://trac.macosforge.org/projects/ruby/changeset/3532
Author:   lsansonetti at apple.com
Date:     2010-02-15 14:47:31 -0800 (Mon, 15 Feb 2010)
Log Message:
-----------
untag specs that now pass

Modified Paths:
--------------
    MacRuby/trunk/spec/frozen/tags/macruby/core/array/eql_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/array/intersection_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/array/join_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/array/multiply_tags.txt

Removed Paths:
-------------
    MacRuby/trunk/spec/frozen/tags/macruby/core/array/comparison_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/array/dup_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/array/include_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/array/to_s_tags.txt

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/array/comparison_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/array/comparison_tags.txt	2010-02-15 22:47:12 UTC (rev 3531)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/array/comparison_tags.txt	2010-02-15 22:47:31 UTC (rev 3532)
@@ -1,2 +0,0 @@
-critical:Array#<=> properly handles recursive arrays
-fails:Array#<=> returns nil when the argument is not array-like

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/array/dup_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/array/dup_tags.txt	2010-02-15 22:47:12 UTC (rev 3531)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/array/dup_tags.txt	2010-02-15 22:47:31 UTC (rev 3532)
@@ -1 +0,0 @@
-fails:Array#dup does not copy singleton methods

Modified: MacRuby/trunk/spec/frozen/tags/macruby/core/array/eql_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/array/eql_tags.txt	2010-02-15 22:47:12 UTC (rev 3531)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/array/eql_tags.txt	2010-02-15 22:47:31 UTC (rev 3532)
@@ -1 +1 @@
-critical:Array#eql? handles well recursive arrays
\ No newline at end of file
+fails:Array#eql? handles well recursive arrays

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/array/include_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/array/include_tags.txt	2010-02-15 22:47:12 UTC (rev 3531)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/array/include_tags.txt	2010-02-15 22:47:31 UTC (rev 3532)
@@ -1,2 +0,0 @@
-fails:Array#include? determines presence by using element == obj
-fails:Array#include? calls == on elements from left to right until success

Modified: MacRuby/trunk/spec/frozen/tags/macruby/core/array/intersection_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/array/intersection_tags.txt	2010-02-15 22:47:12 UTC (rev 3531)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/array/intersection_tags.txt	2010-02-15 22:47:31 UTC (rev 3532)
@@ -1 +1 @@
-critical:Array#& properly handles recursive arrays
+fails:Array#& properly handles recursive arrays

Modified: MacRuby/trunk/spec/frozen/tags/macruby/core/array/join_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/array/join_tags.txt	2010-02-15 22:47:12 UTC (rev 3531)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/array/join_tags.txt	2010-02-15 22:47:31 UTC (rev 3532)
@@ -1,6 +1,2 @@
-critical:Array#join raises an ArgumentError when the Array is recursive
-fails:Array#join tries to convert the passed separator to a String using #to_str
-fails:Array#join tries to convert the passed separator to a String using #to_str
-fails:Array#join calls #to_str to convert the separator to a String
-fails:Array#join calls #to_str to convert the separator to a String
+fails:Array#join raises an ArgumentError when the Array is recursive
 fails:Array#join returns a string formed by concatenating each element.to_str separated by separator without trailing separator

Modified: MacRuby/trunk/spec/frozen/tags/macruby/core/array/multiply_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/array/multiply_tags.txt	2010-02-15 22:47:12 UTC (rev 3531)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/array/multiply_tags.txt	2010-02-15 22:47:31 UTC (rev 3532)
@@ -1,2 +1,2 @@
-critical:Array#* with a string raises an ArgumentError when the Array is recursive
+fails: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_str separated by separator without trailing separator

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/array/to_s_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/array/to_s_tags.txt	2010-02-15 22:47:12 UTC (rev 3531)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/array/to_s_tags.txt	2010-02-15 22:47:31 UTC (rev 3532)
@@ -1 +0,0 @@
-fails:Array#to_s is equivalent to #join without a separator string
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20100215/695edfb9/attachment.html>


More information about the macruby-changes mailing list