Class#superclass rubyspec failures
----------------------------------
Key: JRUBY-4009
URL: http://jira.codehaus.org/browse/JRUBY-4009
Project: JRuby
Issue Type: Bug
Components: RubySpec
Affects Versions: JRuby 1.3.1
Environment: jruby 1.4.0dev (ruby 1.8.7 patchlevel 174) (2009-09-27
704b415) (Java HotSpot(TM) Client VM 1.6.0_03) [i386-java]
Reporter: Vladimir Sizikov
New rubyspecs have been added. See also:
http://redmine.ruby-lang.org/issues/show/567
And now JRuby fails tow Class#superclass specs:
{noformat}
[java] 1)
[java] Class#superclass for a singleton class of an object returns the
class of the object FAILED
[java] Expected #<Class:CoreClassSpecs::A>
[java] to equal CoreClassSpecs::A
[java]
[java] /opt/work/jruby.git/spec/ruby/core/class/superclass_spec.rb:31
[java] /opt/work/jruby.git/spec/ruby/core/class/superclass_spec.rb:4
[java] /opt/work/jruby.git/spec/ruby/core/class/superclass_spec.rb:55:in
`load'
[java]
[java] 2)
[java] Class#superclass for a singleton class of a class returns the
singleton class of its superclass FAILED
[java] Expected #<Class:Class>
[java] to equal #<Class:CoreClassSpecs::A>
[java]
[java] /opt/work/jruby.git/spec/ruby/core/class/superclass_spec.rb:4
[java] /opt/work/jruby.git/spec/ruby/core/class/superclass_spec.rb:55:in
`load'
{noformat}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email