annotate graal/com.oracle.truffle.ruby.test/specs/tags/language/defined_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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
13514
0fbee3eb71f0 Ruby: import project.
Chris Seaton <chris.seaton@oracle.com>
parents:
diff changeset
1 fails:The defined? keyword when called with a method name having a module as receiver returns nil if the method is private
0fbee3eb71f0 Ruby: import project.
Chris Seaton <chris.seaton@oracle.com>
parents:
diff changeset
2 fails:The defined? keyword when called with a method name having a module as receiver returns nil if the method is protected
0fbee3eb71f0 Ruby: import project.
Chris Seaton <chris.seaton@oracle.com>
parents:
diff changeset
3 fails:The defined? keyword when called with a method name having a local variable as receiver calls #respond_to_missing?
0fbee3eb71f0 Ruby: import project.
Chris Seaton <chris.seaton@oracle.com>
parents:
diff changeset
4 fails:The defined? keyword for an expression returns nil for an expression with !~ and an undefined method
0fbee3eb71f0 Ruby: import project.
Chris Seaton <chris.seaton@oracle.com>
parents:
diff changeset
5 fails:The defined? keyword for an expression returns 'method' for an expression with '!~'
0fbee3eb71f0 Ruby: import project.
Chris Seaton <chris.seaton@oracle.com>
parents:
diff changeset
6 fails:The defined? keyword for an expression with logical connectives returns nil for an expression with '!' and an unset class variable
0fbee3eb71f0 Ruby: import project.
Chris Seaton <chris.seaton@oracle.com>
parents:
diff changeset
7 fails:The defined? keyword for an expression with logical connectives returns nil for an expression with 'not' and an unset class variable
0fbee3eb71f0 Ruby: import project.
Chris Seaton <chris.seaton@oracle.com>
parents:
diff changeset
8 fails:The defined? keyword for an expression with logical connectives returns nil for an expression with '!' and an unset global variable
0fbee3eb71f0 Ruby: import project.
Chris Seaton <chris.seaton@oracle.com>
parents:
diff changeset
9 fails:The defined? keyword for an expression with logical connectives returns nil for an expression with '!' and an unset instance variable
0fbee3eb71f0 Ruby: import project.
Chris Seaton <chris.seaton@oracle.com>
parents:
diff changeset
10 fails:The defined? keyword for an expression with logical connectives returns nil for an expression with 'not' and an unset global variable
0fbee3eb71f0 Ruby: import project.
Chris Seaton <chris.seaton@oracle.com>
parents:
diff changeset
11 fails:The defined? keyword for an expression with logical connectives returns nil for an expression with 'not' and an unset instance variable
0fbee3eb71f0 Ruby: import project.
Chris Seaton <chris.seaton@oracle.com>
parents:
diff changeset
12 fails:The defined? keyword for variables returns nil for a global variable that has not been read
0fbee3eb71f0 Ruby: import project.
Chris Seaton <chris.seaton@oracle.com>
parents:
diff changeset
13 fails:The defined? keyword for variables returns nil for a global variable that has been read but not assigned to
0fbee3eb71f0 Ruby: import project.
Chris Seaton <chris.seaton@oracle.com>
parents:
diff changeset
14 fails:The defined? keyword for variables when a String does not match a Regexp returns nil for $&
0fbee3eb71f0 Ruby: import project.
Chris Seaton <chris.seaton@oracle.com>
parents:
diff changeset
15 fails:The defined? keyword for variables when a String does not match a Regexp returns nil for $`
0fbee3eb71f0 Ruby: import project.
Chris Seaton <chris.seaton@oracle.com>
parents:
diff changeset
16 fails:The defined? keyword for variables when a String does not match a Regexp returns nil for $'
0fbee3eb71f0 Ruby: import project.
Chris Seaton <chris.seaton@oracle.com>
parents:
diff changeset
17 fails:The defined? keyword for variables when a String does not match a Regexp returns nil for $+
0fbee3eb71f0 Ruby: import project.
Chris Seaton <chris.seaton@oracle.com>
parents:
diff changeset
18 fails:The defined? keyword for variables when a String matches a Regexp returns 'global-variable' for $&
0fbee3eb71f0 Ruby: import project.
Chris Seaton <chris.seaton@oracle.com>
parents:
diff changeset
19 fails:The defined? keyword for variables when a String matches a Regexp returns 'global-variable' for $`
0fbee3eb71f0 Ruby: import project.
Chris Seaton <chris.seaton@oracle.com>
parents:
diff changeset
20 fails:The defined? keyword for variables when a String matches a Regexp returns 'global-variable' for $'
0fbee3eb71f0 Ruby: import project.
Chris Seaton <chris.seaton@oracle.com>
parents:
diff changeset
21 fails:The defined? keyword for variables when a String matches a Regexp returns 'global-variable' for $+
0fbee3eb71f0 Ruby: import project.
Chris Seaton <chris.seaton@oracle.com>
parents:
diff changeset
22 fails:The defined? keyword for variables when a String matches a Regexp returns 'global-variable' for the capture references
0fbee3eb71f0 Ruby: import project.
Chris Seaton <chris.seaton@oracle.com>
parents:
diff changeset
23 fails:The defined? keyword for variables when a Regexp does not match a String returns nil for $&
0fbee3eb71f0 Ruby: import project.
Chris Seaton <chris.seaton@oracle.com>
parents:
diff changeset
24 fails:The defined? keyword for variables when a Regexp does not match a String returns nil for $`
0fbee3eb71f0 Ruby: import project.
Chris Seaton <chris.seaton@oracle.com>
parents:
diff changeset
25 fails:The defined? keyword for variables when a Regexp does not match a String returns nil for $'
0fbee3eb71f0 Ruby: import project.
Chris Seaton <chris.seaton@oracle.com>
parents:
diff changeset
26 fails:The defined? keyword for variables when a Regexp does not match a String returns nil for $+
0fbee3eb71f0 Ruby: import project.
Chris Seaton <chris.seaton@oracle.com>
parents:
diff changeset
27 fails:The defined? keyword for variables when a Regexp matches a String returns 'global-variable' for $&
0fbee3eb71f0 Ruby: import project.
Chris Seaton <chris.seaton@oracle.com>
parents:
diff changeset
28 fails:The defined? keyword for variables when a Regexp matches a String returns 'global-variable' for $`
0fbee3eb71f0 Ruby: import project.
Chris Seaton <chris.seaton@oracle.com>
parents:
diff changeset
29 fails:The defined? keyword for variables when a Regexp matches a String returns 'global-variable' for $'
0fbee3eb71f0 Ruby: import project.
Chris Seaton <chris.seaton@oracle.com>
parents:
diff changeset
30 fails:The defined? keyword for variables when a Regexp matches a String returns 'global-variable' for $+
0fbee3eb71f0 Ruby: import project.
Chris Seaton <chris.seaton@oracle.com>
parents:
diff changeset
31 fails:The defined? keyword for variables when a Regexp matches a String returns 'global-variable' for the capture references
0fbee3eb71f0 Ruby: import project.
Chris Seaton <chris.seaton@oracle.com>
parents:
diff changeset
32 fails:The defined? keyword for a scoped constant returns nil when an undefined constant is scoped to a defined constant
0fbee3eb71f0 Ruby: import project.
Chris Seaton <chris.seaton@oracle.com>
parents:
diff changeset
33 fails:The defined? keyword for a top-level scoped constant returns nil when an undefined constant is scoped to a defined constant
0fbee3eb71f0 Ruby: import project.
Chris Seaton <chris.seaton@oracle.com>
parents:
diff changeset
34 fails:The defined? keyword for super returns nil when a superclass undef's the method
0fbee3eb71f0 Ruby: import project.
Chris Seaton <chris.seaton@oracle.com>
parents:
diff changeset
35 fails:The defined? keyword for super for a method taking no arguments returns 'super' from a block when a superclass method exists
0fbee3eb71f0 Ruby: import project.
Chris Seaton <chris.seaton@oracle.com>
parents:
diff changeset
36 fails:The defined? keyword for super for a method taking no arguments returns 'super' from a #define_method when a superclass method exists
0fbee3eb71f0 Ruby: import project.
Chris Seaton <chris.seaton@oracle.com>
parents:
diff changeset
37 fails:The defined? keyword for super for a method taking no arguments returns 'super' from a block in a #define_method when a superclass method exists
0fbee3eb71f0 Ruby: import project.
Chris Seaton <chris.seaton@oracle.com>
parents:
diff changeset
38 fails:The defined? keyword for super for a method taking no arguments returns 'super' when the method exists in a supermodule
0fbee3eb71f0 Ruby: import project.
Chris Seaton <chris.seaton@oracle.com>
parents:
diff changeset
39 fails:The defined? keyword for super for a method taking arguments returns 'super' when a superclass method exists
0fbee3eb71f0 Ruby: import project.
Chris Seaton <chris.seaton@oracle.com>
parents:
diff changeset
40 fails:The defined? keyword for super for a method taking arguments returns 'super' from a block when a superclass method exists
0fbee3eb71f0 Ruby: import project.
Chris Seaton <chris.seaton@oracle.com>
parents:
diff changeset
41 fails:The defined? keyword for super for a method taking arguments returns 'super' from a #define_method when a superclass method exists
0fbee3eb71f0 Ruby: import project.
Chris Seaton <chris.seaton@oracle.com>
parents:
diff changeset
42 fails:The defined? keyword for super for a method taking arguments returns 'super' from a block in a #define_method when a superclass method exists
0fbee3eb71f0 Ruby: import project.
Chris Seaton <chris.seaton@oracle.com>
parents:
diff changeset
43 fails:The defined? keyword for super within an included module's method returns 'super' when a superclass method exists in the including hierarchy
0fbee3eb71f0 Ruby: import project.
Chris Seaton <chris.seaton@oracle.com>
parents:
diff changeset
44 fails:The defined? keyword for instance variables returns nil if not assigned
0fbee3eb71f0 Ruby: import project.
Chris Seaton <chris.seaton@oracle.com>
parents:
diff changeset
45 fails:The defined? keyword for variables when a String does not match a Regexp returns nil for $1-$9
0fbee3eb71f0 Ruby: import project.
Chris Seaton <chris.seaton@oracle.com>
parents:
diff changeset
46 fails:The defined? keyword for variables when a String matches a Regexp returns nil for non-captures
0fbee3eb71f0 Ruby: import project.
Chris Seaton <chris.seaton@oracle.com>
parents:
diff changeset
47 fails:The defined? keyword for variables when a Regexp does not match a String returns nil for $1-$9
0fbee3eb71f0 Ruby: import project.
Chris Seaton <chris.seaton@oracle.com>
parents:
diff changeset
48 fails:The defined? keyword for variables when a Regexp matches a String returns nil for non-captures