[macruby-changes] [1175] MacRuby/branches/experimental

source_changes at macosforge.org source_changes at macosforge.org
Thu Mar 26 15:54:54 PDT 2009


Revision: 1175
          http://trac.macosforge.org/projects/ruby/changeset/1175
Author:   eloy.de.enige at gmail.com
Date:     2009-03-26 15:54:53 -0700 (Thu, 26 Mar 2009)
Log Message:
-----------
Tagged critical and failing examples of the eigenclass spec and added it to the green list.

Modified Paths:
--------------
    MacRuby/branches/experimental/rakelib/spec.rake
    MacRuby/branches/experimental/spec/frozen/tags/macruby/language/eigenclass_tags.txt

Modified: MacRuby/branches/experimental/rakelib/spec.rake
===================================================================
--- MacRuby/branches/experimental/rakelib/spec.rake	2009-03-26 22:54:41 UTC (rev 1174)
+++ MacRuby/branches/experimental/rakelib/spec.rake	2009-03-26 22:54:53 UTC (rev 1175)
@@ -10,6 +10,7 @@
     class_variable
     def
     defined
+    eigenclass
     else
     execution
     file

Modified: MacRuby/branches/experimental/spec/frozen/tags/macruby/language/eigenclass_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/language/eigenclass_tags.txt	2009-03-26 22:54:41 UTC (rev 1174)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/language/eigenclass_tags.txt	2009-03-26 22:54:53 UTC (rev 1175)
@@ -1 +1,21 @@
-critical:A constant on an eigenclass cannot be accessed via object::CONST
\ No newline at end of file
+critical:A constant on an eigenclass cannot be accessed via object::CONST
+fails:self in an eigenclass body (class << obj) is a metaclass for classes
+fails:self in an eigenclass body (class << obj) is a metametaclass for metaclasses
+fails:self in an eigenclass body (class << obj) has Class as superclass for BasicObject class
+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: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:Instance methods of an eigenclass does not include class methods of the object's class
+fails:Instance methods of an eigenclass does not include class methods of Object
+fails:Instance methods of an eigenclass does not include class methods of Class, for a class
+fails:Instance methods of an eigenclass does not include instance methods of the metaclass of Class, for a class
+fails:Instance methods of an eigenclass does not include class methods of the metaclass of Class, for a class
+fails:Instance methods of an eigenclass does not include class methods of the metaclass of Class, for a metaclass
+fails:Class methods of an eigenclass does not include instance methods of the object's class
+fails:Class methods of an eigenclass does not include class mtehods of Class
+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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090326/df47dfa4/attachment-0001.html>


More information about the macruby-changes mailing list