comparison graal/com.oracle.truffle.ruby.test/specs/tags/language/class_tags.txt @ 13514:0fbee3eb71f0

Ruby: import project.
author Chris Seaton <chris.seaton@oracle.com>
date Mon, 06 Jan 2014 17:12:09 +0000
parents
children
comparison
equal deleted inserted replaced
13513:64a23ce736a0 13514:0fbee3eb71f0
1 fails:A class definition has no class variables
2 fails:A class definition raises TypeError if the constant qualifying the class is nil
3 fails:A class definition raises TypeError if any constant qualifying the class is not a Module
4 fails:A class definition allows using self as the superclass if self is a class
5 fails:A class definition raises a TypeError if inheriting from a metaclass
6 fails:A class definition allows the declaration of class variables in the body
7 fails:A class definition stores instance variables defined in the class body in the class object
8 fails:A class definition allows the declaration of class variables in a class method
9 fails:A class definition allows the definition of class-level instance variables in a class method
10 fails:A class definition allows the declaration of class variables in an instance method
11 fails:A class definition returns the value of the last statement in the body
12 fails:An outer class definition contains the inner classes
13 fails:A class definition extending an object (sclass) raises a TypeError when trying to extend numbers
14 fails:A class definition extending an object (sclass) allows accessing the block of the original scope
15 fails:A class definition extending an object (sclass) can use return to cause the enclosing method to return
16 fails:Reopening a class raises a TypeError when superclasses mismatch
17 fails:Reopening a class adds new methods to subclasses
18 fails:class provides hooks calls inherited when a class is created