view graal/com.oracle.truffle.ruby.test/specs/tags/language/alias_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 alias keyword creates a new name for an existing method
fails:The alias keyword adds the new method to the list of methods
fails:The alias keyword adds the new method to the list of public methods
fails:The alias keyword overwrites an existing method with the target name
fails:The alias keyword is reversible
fails:The alias keyword operates on the object's metaclass when used in instance_eval
fails:The alias keyword operates on methods with splat arguments
fails:The alias keyword operates on methods with splat arguments on eigenclasses
fails:The alias keyword operates on methods with splat arguments defined in a superclass
fails:The alias keyword operates on methods with splat arguments defined in a superclass using text block for class eval
fails:The alias keyword is not allowed against Fixnum or String instances