view graal/com.oracle.truffle.ruby.test/specs/tags/language/super_tags.txt @ 14031:390c4b742890

made com.oracle.graal.asm.Buffer non-public and a private field in AbstractAssembler
author twisti
date Thu, 27 Feb 2014 11:33:17 -0800
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