[macruby-changes] [2417] MacRuby/trunk/spec/frozen/tags/macruby/language

source_changes at macosforge.org source_changes at macosforge.org
Fri Aug 28 16:41:46 PDT 2009


Revision: 2417
          http://trac.macosforge.org/projects/ruby/changeset/2417
Author:   eloy.de.enige at gmail.com
Date:     2009-08-28 16:41:46 -0700 (Fri, 28 Aug 2009)
Log Message:
-----------
Removed tags of passing examples.

Modified Paths:
--------------
    MacRuby/trunk/spec/frozen/tags/macruby/language/def_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/language/eigenclass_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/language/metaclass_tags.txt

Removed Paths:
-------------
    MacRuby/trunk/spec/frozen/tags/macruby/language/alias_tags.txt

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/language/alias_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/language/alias_tags.txt	2009-08-28 23:41:30 UTC (rev 2416)
+++ MacRuby/trunk/spec/frozen/tags/macruby/language/alias_tags.txt	2009-08-28 23:41:46 UTC (rev 2417)
@@ -1,2 +0,0 @@
-fails:The alias keyword operates on the object's metaclass when used in instance_eval
-fails:The alias keyword operates on methods defined via attr, attr_reader, and attr_accessor

Modified: MacRuby/trunk/spec/frozen/tags/macruby/language/def_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/language/def_tags.txt	2009-08-28 23:41:30 UTC (rev 2416)
+++ MacRuby/trunk/spec/frozen/tags/macruby/language/def_tags.txt	2009-08-28 23:41:46 UTC (rev 2417)
@@ -1,9 +1,5 @@
 fails:An instance method with a default argument evaluates the default when required arguments precede it
 fails:An instance method with a default argument prefers to assign to a default argument before a splat argument
-fails:Redefining a singleton method does not inherit a previously set visibility 
-fails:Redefining a singleton method does not inherit a previously set visibility 
-fails:A method definition inside an instance_eval creates a singleton method
 fails:A method definition inside an instance_eval creates a class method when the receiver is a class
 fails:A method definition in an eval creates an instance method
 fails:A method definition in an eval creates a class method
-fails:A method definition in an eval creates a singleton method

Modified: MacRuby/trunk/spec/frozen/tags/macruby/language/eigenclass_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/language/eigenclass_tags.txt	2009-08-28 23:41:30 UTC (rev 2416)
+++ MacRuby/trunk/spec/frozen/tags/macruby/language/eigenclass_tags.txt	2009-08-28 23:41:46 UTC (rev 2417)
@@ -5,12 +5,8 @@
 fails:self in an eigenclass body (class << obj) has the metaclass of Class as superclass for the metaclass of BasicObject
 fails:self in an eigenclass body (class << obj) raises a TypeError for Bignum's
 fails:self in an eigenclass body (class << obj) inherits from Class for classes
-fails:A constant on an eigenclass can be accessed after the eigenclass body is reopened
-fails:A constant on an eigenclass can be accessed via self::CONST
-fails:A constant on an eigenclass can be accessed via const_get
 fails:A constant on an eigenclass is not defined on the object's class
 fails:A constant on an eigenclass does not appear in the object's class constant list
-fails:A constant on an eigenclass is not preserved when the object is duped
 fails:self in an eigenclass body (class << obj) has the class's metaclass's metaclass as superclass for metaclasses
 fails:Instance methods of an eigenclass includes instance methods of the metaclass of Class, for a metaclass
 fails:Instance methods of an eigenclass does not include class methods of the metaclass of Class, for a metaclass
@@ -18,4 +14,4 @@
 fails:Class methods of an eigenclass includes class methods of Class, for a class
 fails:Class methods of an eigenclass includes instance methods of the metaclass of Class, for a class
 fails:Class methods of an eigenclass includes instance methods of the metaclass of Class, for a metaclass
-fails:Class methods of an eigenclass does not include class methods of the metaclass of Class, for a class
\ No newline at end of file
+fails:Class methods of an eigenclass does not include class methods of the metaclass of Class, for a class

Modified: MacRuby/trunk/spec/frozen/tags/macruby/language/metaclass_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/language/metaclass_tags.txt	2009-08-28 23:41:30 UTC (rev 2416)
+++ MacRuby/trunk/spec/frozen/tags/macruby/language/metaclass_tags.txt	2009-08-28 23:41:46 UTC (rev 2417)
@@ -1,7 +1,3 @@
 critical:A constant on a metaclass cannot be accessed via object::CONST
-fails:A constant on a metaclass can be accessed after the metaclass body is reopened
-fails:A constant on a metaclass can be accessed via self::CONST
-fails:A constant on a metaclass can be accessed via const_get
 fails:A constant on a metaclass is not defined on the object's class
-fails:A constant on a metaclass is not preserved when the object is duped
 fails:A constant on a metaclass does not appear in the object's class constant list
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090828/8bc9176b/attachment.html>


More information about the macruby-changes mailing list