[macruby-changes] [1524] MacRuby/branches/experimental/spec/frozen/tags/macruby/language/ eigenclass_tags.txt
source_changes at macosforge.org
source_changes at macosforge.org
Sun May 3 06:28:36 PDT 2009
Revision: 1524
http://trac.macosforge.org/projects/ruby/changeset/1524
Author: eloy.de.enige at gmail.com
Date: 2009-05-03 06:28:36 -0700 (Sun, 03 May 2009)
Log Message:
-----------
Tagged a few failing eigenclass specs.
Modified Paths:
--------------
MacRuby/branches/experimental/spec/frozen/tags/macruby/language/eigenclass_tags.txt
Modified: MacRuby/branches/experimental/spec/frozen/tags/macruby/language/eigenclass_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/language/eigenclass_tags.txt 2009-05-03 13:28:23 UTC (rev 1523)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/language/eigenclass_tags.txt 2009-05-03 13:28:36 UTC (rev 1524)
@@ -4,6 +4,7 @@
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: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
@@ -15,10 +16,13 @@
fails:Instance methods of an eigenclass includes instance methods of Object
fails:Instance methods of an eigenclass includes instance methods of Class, for a class
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
+fails:Instance methods of an eigenclass does not include class methods of the metaclass of Class, for a class
fails:Class methods of an eigenclass includes ones of the object's class
fails:Class methods of an eigenclass includes instance methods of Class
fails:Class methods of an eigenclass includes instance methods of Class, for a class
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 includes class methods of the metaclass of Class, for a metaclass
\ No newline at end of file
+fails:Class methods of an eigenclass includes class 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090503/153d9f31/attachment.html>
More information about the macruby-changes
mailing list