[macruby-changes] [1776] MacRuby/branches/experimental/spec/frozen/tags/macruby/core/array

source_changes at macosforge.org source_changes at macosforge.org
Fri Jun 5 22:07:18 PDT 2009


Revision: 1776
          http://trac.macosforge.org/projects/ruby/changeset/1776
Author:   lsansonetti at apple.com
Date:     2009-06-05 22:07:18 -0700 (Fri, 05 Jun 2009)
Log Message:
-----------
removing tags of specs that now pass

Modified Paths:
--------------
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/array/sort_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/array/uniq_tags.txt

Removed Paths:
-------------
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/array/unshift_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/array/zip_tags.txt

Modified: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/array/sort_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/array/sort_tags.txt	2009-06-06 05:06:59 UTC (rev 1775)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/array/sort_tags.txt	2009-06-06 05:07:18 UTC (rev 1776)
@@ -1,4 +1,2 @@
-fails:Array#sort returns the specified value when it would break in the given block
 fails:Array#sort compares values returned by block with 0
-fails:Array#sort! returns the specified value when it would break in the given block
 fails:Array#sort! makes some modification even if finished sorting when it would break in the given block

Modified: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/array/uniq_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/array/uniq_tags.txt	2009-06-06 05:06:59 UTC (rev 1775)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/array/uniq_tags.txt	2009-06-06 05:07:18 UTC (rev 1776)
@@ -1,3 +1,2 @@
 fails:Array#uniq uses eql? semantics
 fails:Array#uniq compares elements with matching hash codes with #eql?
-fails:Array#uniq! does not raise an exception on a frozen array if no modification takes place

Deleted: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/array/unshift_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/array/unshift_tags.txt	2009-06-06 05:06:59 UTC (rev 1775)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/array/unshift_tags.txt	2009-06-06 05:07:18 UTC (rev 1776)
@@ -1 +0,0 @@
-fails:Array#unshift raises a RuntimeError on a frozen array

Deleted: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/array/zip_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/array/zip_tags.txt	2009-06-06 05:06:59 UTC (rev 1775)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/array/zip_tags.txt	2009-06-06 05:07:18 UTC (rev 1776)
@@ -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/20090605/04e31d77/attachment.html>


More information about the macruby-changes mailing list