Revision: 1524 http://trac.macosforge.org/projects/ruby/changeset/1524 Author: eloy.de.enige@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
participants (1)
-
source_changes@macosforge.org