view graal/com.oracle.truffle.ruby.test/specs/tags/language/alias_tags.txt @ 13770:6187b0862ba0

Add duplicate detection to IGV binary graphs
author Tom Rodriguez <tom.rodriguez@oracle.com>
date Mon, 27 Jan 2014 15:26:26 -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