[macruby-changes] [2620] MacRuby/trunk/spec/frozen/tags/macruby/core/string
source_changes at macosforge.org
source_changes at macosforge.org
Tue Sep 22 23:29:21 PDT 2009
Revision: 2620
http://trac.macosforge.org/projects/ruby/changeset/2620
Author: lsansonetti at apple.com
Date: 2009-09-22 23:29:20 -0700 (Tue, 22 Sep 2009)
Log Message:
-----------
untag specs that now pass
Modified Paths:
--------------
MacRuby/trunk/spec/frozen/tags/macruby/core/string/scan_tags.txt
Removed Paths:
-------------
MacRuby/trunk/spec/frozen/tags/macruby/core/string/multiply_tags.txt
MacRuby/trunk/spec/frozen/tags/macruby/core/string/partition_tags.txt
MacRuby/trunk/spec/frozen/tags/macruby/core/string/plus_tags.txt
MacRuby/trunk/spec/frozen/tags/macruby/core/string/replace_tags.txt
MacRuby/trunk/spec/frozen/tags/macruby/core/string/size_tags.txt
Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/string/multiply_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/string/multiply_tags.txt 2009-09-23 06:29:08 UTC (rev 2619)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/string/multiply_tags.txt 2009-09-23 06:29:20 UTC (rev 2620)
@@ -1,3 +0,0 @@
-fails:String#* returns subclass instances
-fails:String#* always taints the result when self is tainted
-fails:String#* tries to convert the given argument to an integer using to_int
Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/string/partition_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/string/partition_tags.txt 2009-09-23 06:29:08 UTC (rev 2619)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/string/partition_tags.txt 2009-09-23 06:29:20 UTC (rev 2620)
@@ -1 +0,0 @@
-critical:String#partition with String converts its argument using :to_str
\ No newline at end of file
Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/string/plus_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/string/plus_tags.txt 2009-09-23 06:29:08 UTC (rev 2619)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/string/plus_tags.txt 2009-09-23 06:29:20 UTC (rev 2620)
@@ -1,3 +0,0 @@
-fails:String#+ converts any non-String argument with #to_str
-fails:String#+ doesn't return subclass instances
-fails:String#+ taints the result when self or other is tainted
Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/string/replace_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/string/replace_tags.txt 2009-09-23 06:29:08 UTC (rev 2619)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/string/replace_tags.txt 2009-09-23 06:29:20 UTC (rev 2620)
@@ -1,4 +0,0 @@
-critical:String#replace tries to convert other to string using to_str
-critical:String#replace raises a TypeError if other can't be converted to string
-fails:String#replace raises a TypeError if self is frozen
-fails:String#replace raises a RuntimeError if self is frozen
Modified: MacRuby/trunk/spec/frozen/tags/macruby/core/string/scan_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/string/scan_tags.txt 2009-09-23 06:29:08 UTC (rev 2619)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/string/scan_tags.txt 2009-09-23 06:29:20 UTC (rev 2620)
@@ -1,7 +1,5 @@
fails:String#scan sets $~ to MatchData of last match and nil when there's none
-fails:String#scan raises a TypeError if pattern isn't a Regexp and can't be converted to a String
fails:String#scan taints the match strings if self is tainted, unless the taint happens in the method call
fails:String#scan with pattern and block sets $~ for access from the block
fails:String#scan with pattern and block sets $~ to MatchData of last match and nil when there's none for access from outside
fails:String#scan with pattern and block taints the match strings if self is tainted, unless the tain happens inside the scan
-fails:String#scan tries to convert pattern to a string via to_str
Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/string/size_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/string/size_tags.txt 2009-09-23 06:29:08 UTC (rev 2619)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/string/size_tags.txt 2009-09-23 06:29:20 UTC (rev 2620)
@@ -1 +0,0 @@
-critical:String#size calls to_int on index
\ No newline at end of file
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090922/fb546c8a/attachment-0001.html>
More information about the macruby-changes
mailing list