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

source_changes at macosforge.org source_changes at macosforge.org
Sat Mar 20 17:31:55 PDT 2010


Revision: 3842
          http://trac.macosforge.org/projects/ruby/changeset/3842
Author:   lsansonetti at apple.com
Date:     2010-03-20 17:31:55 -0700 (Sat, 20 Mar 2010)
Log Message:
-----------
untag specs that now pass

Removed Paths:
-------------
    MacRuby/trunk/spec/frozen/tags/macruby/core/kernel/gsub_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/kernel/instance_variable_set_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/kernel/p_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/matchdata/element_reference_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/matchdata/eql_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/matchdata/equal_value_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/matchdata/select_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/matchdata/string_tags.txt

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/kernel/gsub_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/kernel/gsub_tags.txt	2010-03-21 00:31:41 UTC (rev 3841)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/kernel/gsub_tags.txt	2010-03-21 00:31:55 UTC (rev 3842)
@@ -1,10 +0,0 @@
-fails:Kernel#gsub raises a TypeError if $_ is not a String
-fails:Kernel#gsub when matches sets $_ to a new string, leaving the former value unaltered
-fails:Kernel#gsub returns a string with the same contents as $_ after the operation
-fails:Kernel#gsub accepts Regexps as patterns
-fails:Kernel#gsub accepts Strings as patterns, treated literally
-fails:Kernel#gsub accepts objects which respond to #to_str as patterns and treats them as strings
-fails:Kernel#gsub with a pattern and replacement accepts strings for replacement
-fails:Kernel#gsub with a pattern and replacement accepts objects which respond to #to_str for replacement
-fails:Kernel#gsub with a pattern and replacement replaces \1 sequences with the regexp's corresponding capture
-fails:Kernel#gsub with pattern and block acts similarly to using $_.gsub

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/kernel/instance_variable_set_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/kernel/instance_variable_set_tags.txt	2010-03-21 00:31:41 UTC (rev 3841)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/kernel/instance_variable_set_tags.txt	2010-03-21 00:31:55 UTC (rev 3842)
@@ -1 +0,0 @@
-fails:Kernel#instance_variable_set raises an ArgumentError if the instance variable name is a Fixnum

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/kernel/p_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/kernel/p_tags.txt	2010-03-21 00:31:41 UTC (rev 3841)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/kernel/p_tags.txt	2010-03-21 00:31:55 UTC (rev 3842)
@@ -1 +0,0 @@
-critical:Kernel#p is not affected by setting $\, $/ or $,

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/matchdata/element_reference_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/matchdata/element_reference_tags.txt	2010-03-21 00:31:41 UTC (rev 3841)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/matchdata/element_reference_tags.txt	2010-03-21 00:31:55 UTC (rev 3842)
@@ -1 +0,0 @@
-fails:MatchData#[Symbol] returns matches in the String's encoding

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/matchdata/eql_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/matchdata/eql_tags.txt	2010-03-21 00:31:41 UTC (rev 3841)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/matchdata/eql_tags.txt	2010-03-21 00:31:55 UTC (rev 3842)
@@ -1 +0,0 @@
-fails:MatchData#eql? returns true if both operands have equal target strings, patterns, and match positions

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/matchdata/equal_value_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/matchdata/equal_value_tags.txt	2010-03-21 00:31:41 UTC (rev 3841)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/matchdata/equal_value_tags.txt	2010-03-21 00:31:55 UTC (rev 3842)
@@ -1 +0,0 @@
-fails:MatchData#== returns true if both operands have equal target strings, patterns, and match positions

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/matchdata/select_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/matchdata/select_tags.txt	2010-03-21 00:31:41 UTC (rev 3841)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/matchdata/select_tags.txt	2010-03-21 00:31:55 UTC (rev 3842)
@@ -1 +0,0 @@
-fails:MatchData#select yields the contents of the match array to a block
\ No newline at end of file

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/matchdata/string_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/matchdata/string_tags.txt	2010-03-21 00:31:41 UTC (rev 3841)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/matchdata/string_tags.txt	2010-03-21 00:31:55 UTC (rev 3842)
@@ -1 +0,0 @@
-fails:MatchData#string returns a frozen copy of the match string
\ No newline at end of file
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20100320/c3d5ff27/attachment.html>


More information about the macruby-changes mailing list