view graal/com.oracle.truffle.ruby.test/specs/tags/language/super_tags.txt @ 13705:ac5b0f31f7a2

Truffle API-change: FrameDescriptors are now stored in the RootNode in a final field instead of the CallTarget.
author Christian Humer <christian.humer@gmail.com>
date Fri, 17 Jan 2014 17:06:08 +0100
parents 0fbee3eb71f0
children
line wrap: on
line source

fails:The super keyword searches class methods
fails:The super keyword searches class methods including modules
fails:The super keyword calls the correct method when the method visibility is modified
fails:The super keyword raises an error error when super method does not exist
fails:The super keyword calls the superclass method when in a block
fails:The super keyword calls the superclass method when initial method is defined_method'd
fails:The super keyword can call through a define_method multiple times (caching check)
fails:The super keyword supers up appropriate name even if used for multiple method names
fails:The super keyword can be used with implicit arguments from a method defined with define_method
fails:The super keyword respects the original module a method is aliased from
fails:The super keyword passes along modified rest args when they weren't originally empty
fails:The super keyword passes along modified rest args when they were originally empty
fails:The super keyword sees the included version of a module a method is alias from
fails:The super keyword can't be used with implicit arguments from a method defined with define_method