diff graal/com.oracle.truffle.ruby.test/specs/tags/language/constants_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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/graal/com.oracle.truffle.ruby.test/specs/tags/language/constants_tags.txt	Mon Jan 06 17:12:09 2014 +0000
@@ -0,0 +1,45 @@
+fails:Literal (A::X) constant resolution sends #const_missing to the original class or module scope
+fails:Literal (A::X) constant resolution raises a TypeError if a non-class or non-module qualifier is given
+fails:Literal (A::X) constant resolution with statically assigned constants does not search the singleton class of the class or module
+fails:Literal (A::X) constant resolution with dynamically assigned constants does not search the singleton class of the class or module
+fails:Literal (A::X) constant resolution with dynamically assigned constants evaluates the right hand side before evaluating a constant path
+fails:Constant resolution within methods sends #const_missing to the original class or module scope
+fails:Constant resolution within methods with statically assigned constants searches the lexical scope of the method not the receiver's immediate class
+fails:Constant resolution within methods with statically assigned constants searches the lexical scope of a singleton method
+fails:Constant resolution within methods with statically assigned constants searches Object as a lexical scope only if Object is explicitly opened
+fails:Constant resolution within methods with dynamically assigned constants searches the immediate class or module scope first
+fails:Constant resolution within methods with dynamically assigned constants searches the superclass before a module included in the superclass
+fails:Constant resolution within methods with dynamically assigned constants searches the lexical scope of the method not the receiver's immediate class
+fails:Constant resolution within methods with dynamically assigned constants searches the lexical scope of a singleton method
+fails:Constant resolution within methods with dynamically assigned constants does not search the lexical scope of the caller
+fails:Constant resolution within methods with dynamically assigned constants searches the lexical scope of a block
+fails:Constant resolution within methods with dynamically assigned constants searches Object as a lexical scope only if Object is explicitly opened
+fails:Constant resolution within methods with ||= assignes constant if previously undefined
+fails:Module#private_constant marked constants remain private even when updated
+fails:Module#private_constant marked constants in a module cannot be accessed from outside the module
+fails:Module#private_constant marked constants in a module cannot be reopened as a module
+fails:Module#private_constant marked constants in a module cannot be reopened as a class
+fails:Module#private_constant marked constants in a module is not defined? with A::B form
+fails:Module#private_constant marked constants in a module can be accessed from lexical scope
+fails:Module#private_constant marked constants in a module is defined? from lexical scope
+fails:Module#private_constant marked constants in a class cannot be accessed from outside the class
+fails:Module#private_constant marked constants in a class cannot be reopened as a module
+fails:Module#private_constant marked constants in a class cannot be reopened as a class
+fails:Module#private_constant marked constants in a class is not defined? with A::B form
+fails:Module#private_constant marked constants in a class can be accessed from lexical scope
+fails:Module#private_constant marked constants in Object cannot be accessed using ::Const form
+fails:Module#private_constant marked constants in Object is not defined? using ::Const form
+fails:Module#public_constant marked constants in a module can be accessed from outside the module
+fails:Module#public_constant marked constants in a module is defined? with A::B form
+fails:Module#public_constant marked constants in a class can be accessed from outside the class
+fails:Module#public_constant marked constants in a class is defined? with A::B form
+fails:Module#public_constant marked constants in Object can be accessed using ::Const form
+fails:Module#public_constant marked constants in Object is defined? using ::Const form
+fails:Module#private_constant marked constants in a class is defined? from lexical scope
+fails:Literal (A::X) constant resolution with statically assigned constants searches a module included in the superclass
+fails:Constant resolution within methods with statically assigned constants searches a module included in the superclass
+fails:Constant resolution within methods with statically assigned constants searches the superclass chain
+fails:Literal (A::X) constant resolution with statically assigned constants searches Object if no class or module qualifier is given
+fails:Literal (A::X) constant resolution with statically assigned constants searches Object after searching other scopes
+fails:Constant resolution within methods with statically assigned constants searches the superclass chain
+fails:Literal (A::X) constant resolution with statically assigned constants searches the superclass chain