[macruby-changes] [1763] MacRuby/branches/experimental/spec/frozen/tags/macruby/core/array
source_changes at macosforge.org
source_changes at macosforge.org
Fri Jun 5 18:29:54 PDT 2009
Revision: 1763
http://trac.macosforge.org/projects/ruby/changeset/1763
Author: lsansonetti at apple.com
Date: 2009-06-05 18:29:53 -0700 (Fri, 05 Jun 2009)
Log Message:
-----------
removing tags for Array specs that now pass
Modified Paths:
--------------
MacRuby/branches/experimental/spec/frozen/tags/macruby/core/array/clear_tags.txt
MacRuby/branches/experimental/spec/frozen/tags/macruby/core/array/clone_tags.txt
MacRuby/branches/experimental/spec/frozen/tags/macruby/core/array/collect_tags.txt
MacRuby/branches/experimental/spec/frozen/tags/macruby/core/array/delete_if_tags.txt
MacRuby/branches/experimental/spec/frozen/tags/macruby/core/array/map_tags.txt
MacRuby/branches/experimental/spec/frozen/tags/macruby/core/array/plus_tags.txt
MacRuby/branches/experimental/spec/frozen/tags/macruby/core/array/pop_tags.txt
Removed Paths:
-------------
MacRuby/branches/experimental/spec/frozen/tags/macruby/core/array/combination_tags.txt
MacRuby/branches/experimental/spec/frozen/tags/macruby/core/array/each_tags.txt
MacRuby/branches/experimental/spec/frozen/tags/macruby/core/array/reject_tags.txt
MacRuby/branches/experimental/spec/frozen/tags/macruby/core/array/reverse_each_tags.txt
MacRuby/branches/experimental/spec/frozen/tags/macruby/core/array/shift_tags.txt
Modified: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/array/clear_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/array/clear_tags.txt 2009-06-06 01:24:35 UTC (rev 1762)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/array/clear_tags.txt 2009-06-06 01:29:53 UTC (rev 1763)
@@ -1,2 +1 @@
-fails:Array#clear does not accept any arguments
-fails:Array#clear keeps untrusted status
\ No newline at end of file
+fails:Array#clear keeps untrusted status
Modified: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/array/clone_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/array/clone_tags.txt 2009-06-06 01:24:35 UTC (rev 1762)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/array/clone_tags.txt 2009-06-06 01:29:53 UTC (rev 1763)
@@ -1,2 +1 @@
-fails:Array#clone copies taint status from the original
-fails:Array#clone copies untrusted status from the original
\ No newline at end of file
+fails:Array#clone copies untrusted status from the original
Modified: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/array/collect_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/array/collect_tags.txt 2009-06-06 01:24:35 UTC (rev 1762)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/array/collect_tags.txt 2009-06-06 01:29:53 UTC (rev 1763)
@@ -1,5 +1,2 @@
-fails:Array#collect returns an Enumerator when no block given
-fails:Array#collect does not copy tainted status
fails:Array#collect does not copy untrusted status
-fails:Array#collect! returns an Enumerator when no block given, and the enumerator can modify the original array
-fails:Array#collect! keeps untrusted status
\ No newline at end of file
+fails:Array#collect! keeps untrusted status
Deleted: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/array/combination_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/array/combination_tags.txt 2009-06-06 01:24:35 UTC (rev 1762)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/array/combination_tags.txt 2009-06-06 01:29:53 UTC (rev 1763)
@@ -1 +0,0 @@
-fails:Array#combination returns an enumerator when no block is provided
\ No newline at end of file
Modified: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/array/delete_if_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/array/delete_if_tags.txt 2009-06-06 01:24:35 UTC (rev 1762)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/array/delete_if_tags.txt 2009-06-06 01:29:53 UTC (rev 1763)
@@ -1,2 +1 @@
-fails:Array#delete_if returns an Enumerator if no block given, and the enumerator can modify the original array
-fails:Array#delete_if keeps untrusted status
\ No newline at end of file
+fails:Array#delete_if keeps untrusted status
Deleted: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/array/each_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/array/each_tags.txt 2009-06-06 01:24:35 UTC (rev 1762)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/array/each_tags.txt 2009-06-06 01:29:53 UTC (rev 1763)
@@ -1 +0,0 @@
-fails:Array#each returns an Enumerator if no block given
Modified: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/array/map_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/array/map_tags.txt 2009-06-06 01:24:35 UTC (rev 1762)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/array/map_tags.txt 2009-06-06 01:29:53 UTC (rev 1763)
@@ -1,5 +1,2 @@
-fails:Array#map returns an Enumerator when no block given
-fails:Array#map does not copy tainted status
fails:Array#map does not copy untrusted status
-fails:Array#map! returns an Enumerator when no block given, and the enumerator can modify the original array
fails:Array#map! keeps untrusted status
Modified: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/array/plus_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/array/plus_tags.txt 2009-06-06 01:24:35 UTC (rev 1762)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/array/plus_tags.txt 2009-06-06 01:29:53 UTC (rev 1763)
@@ -1,2 +1 @@
-fails:Array#+ does not infected even if an original array is tainted
fails:Array#+ does not infected even if an original array is untrusted
Modified: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/array/pop_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/array/pop_tags.txt 2009-06-06 01:24:35 UTC (rev 1762)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/array/pop_tags.txt 2009-06-06 01:29:53 UTC (rev 1763)
@@ -1,4 +1,3 @@
fails:Array#pop keeps untrusted status
-fails:Array#pop passed a number n as an argument returns an untainted array even if the array is tainted
fails:Array#pop passed a number n as an argument returns a trusted array even if the array is untrusted
fails:Array#pop passed a number n as an argument keeps untrusted status
Deleted: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/array/reject_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/array/reject_tags.txt 2009-06-06 01:24:35 UTC (rev 1762)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/array/reject_tags.txt 2009-06-06 01:29:53 UTC (rev 1763)
@@ -1,2 +0,0 @@
-fails:Array#reject returns an Enumerator if no block given
-fails:Array#reject! returns an Enumerator if no block given
Deleted: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/array/reverse_each_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/array/reverse_each_tags.txt 2009-06-06 01:24:35 UTC (rev 1762)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/array/reverse_each_tags.txt 2009-06-06 01:29:53 UTC (rev 1763)
@@ -1 +0,0 @@
-fails:Array#reverse_each returns an Enumerator if no block given
Deleted: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/array/shift_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/array/shift_tags.txt 2009-06-06 01:24:35 UTC (rev 1762)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/array/shift_tags.txt 2009-06-06 01:29:53 UTC (rev 1763)
@@ -1 +0,0 @@
-fails:Array#shift passed a number n as an argument returns an untainted array even if the array is tainted
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090605/156f9a3a/attachment-0001.html>
More information about the macruby-changes
mailing list