[macruby-changes] [1798] MacRuby/branches/experimental/spec/frozen/tags/macruby

source_changes at macosforge.org source_changes at macosforge.org
Sun Jun 7 15:34:17 PDT 2009


Revision: 1798
          http://trac.macosforge.org/projects/ruby/changeset/1798
Author:   eloy.de.enige at gmail.com
Date:     2009-06-07 15:34:17 -0700 (Sun, 07 Jun 2009)
Log Message:
-----------
Removed some tags of examples which pass.

Modified Paths:
--------------
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/array/join_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/array/multiply_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/language/encoding_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/language/file_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/language/magic_comment_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/language/method_tags.txt

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

Deleted: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/array/element_set_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/array/element_set_tags.txt	2009-06-07 22:33:57 UTC (rev 1797)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/array/element_set_tags.txt	2009-06-07 22:34:17 UTC (rev 1798)
@@ -1 +0,0 @@
-fails:Array#[]= with [index, count] pads the Array with nils if the span is past the end

Modified: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/array/join_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/array/join_tags.txt	2009-06-07 22:33:57 UTC (rev 1797)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/array/join_tags.txt	2009-06-07 22:34:17 UTC (rev 1798)
@@ -2,8 +2,6 @@
 fails:Array#join returns a string formed by concatenating each element.to_s separated by separator without trailing separator
 fails:Array#join raises a NoMethodError if an element does not respond to #to_s
 fails:Array#join tries to convert the passed separator to a String using #to_str
-fails:Array#join does not consider taint of either the array or the separator when the array is empty
-fails:Array#join returns a string which would be infected with taint of the array, its elements or the separator when the array is not empty
 fails:Array#join does not consider untrustworthiness of either the array or the separator when the array is empty
 fails:Array#join returns a string which would be infected with untrustworthiness of the array, its elements or the separator when the array is not empty
 fails:Array#join calls #to_str to convert the separator to a String

Modified: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/array/multiply_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/array/multiply_tags.txt	2009-06-07 22:33:57 UTC (rev 1797)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/array/multiply_tags.txt	2009-06-07 22:34:17 UTC (rev 1798)
@@ -5,7 +5,5 @@
 fails:Array#* with an integer copies the untrusted status of the original array if the passed count is not 0
 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
-fails:Array#* with a string does not consider taint of either the array or the separator when the array is empty
-fails:Array#* with a string returns a string which would be infected with taint of the array, its elements or the separator when the array is not empty
 fails:Array#* with a string does not consider untrustworthiness of either the array or the separator when the array is empty
 fails:Array#* with a string returns a string which would be infected with untrustworthiness of the array, its elements or the separator when the array is not empty

Modified: MacRuby/branches/experimental/spec/frozen/tags/macruby/language/encoding_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/language/encoding_tags.txt	2009-06-07 22:33:57 UTC (rev 1797)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/language/encoding_tags.txt	2009-06-07 22:34:17 UTC (rev 1798)
@@ -1,2 +1 @@
-fails:The __ENCODING__ pseudo-variable is US-ASCII by default
 fails:The __ENCODING__ pseudo-variable is the evaluated strings's one inside an eval

Modified: MacRuby/branches/experimental/spec/frozen/tags/macruby/language/file_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/language/file_tags.txt	2009-06-07 22:33:57 UTC (rev 1797)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/language/file_tags.txt	2009-06-07 22:34:17 UTC (rev 1798)
@@ -1,2 +1 @@
 fails:The __FILE__ constant equals a relative path when required using a relative path
-fails:The __FILE__ constant equals the full path when required using a full path

Modified: MacRuby/branches/experimental/spec/frozen/tags/macruby/language/magic_comment_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/language/magic_comment_tags.txt	2009-06-07 22:33:57 UTC (rev 1797)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/language/magic_comment_tags.txt	2009-06-07 22:34:17 UTC (rev 1798)
@@ -1,7 +1 @@
-fails:Magic comment must be at the first of line
-fails:Magic comment determines __ENCODING__
-fails:Magic comment is case-insensitive
 fails:Magic comment must be at the first line
-fails:Magic comment can be after the shebang
-fails:Magic comment can take Emacs style
-fails:Magic comment can take vim style

Modified: MacRuby/branches/experimental/spec/frozen/tags/macruby/language/method_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/language/method_tags.txt	2009-06-07 22:33:57 UTC (rev 1797)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/language/method_tags.txt	2009-06-07 22:34:17 UTC (rev 1798)
@@ -1,4 +1,3 @@
 critical:Calling a method allows any number of args beyond required to method with a splat
 fails:Calling a method with invalid argument count raises an ArgumentError
 fails:Calling a private getter method does not permit self as a receiver
-fails:Calling a method expands an array to arguments grouped in parentheses which in turn takes rest arguments
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090607/41e49b56/attachment-0001.html>


More information about the macruby-changes mailing list