view graal/com.oracle.truffle.ruby.test/specs/tags/language/alias_tags.txt @ 14011:134491e79cde

Use correct PlatformKind in reinterpret LIR generation.
author Roland Schatz <roland.schatz@oracle.com>
date Mon, 24 Feb 2014 15:06:07 +0100
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