diff graal/com.oracle.truffle.ruby.test/specs/tags/language/super_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/super_tags.txt	Mon Jan 06 17:12:09 2014 +0000
@@ -0,0 +1,14 @@
+fails:The super keyword searches class methods
+fails:The super keyword searches class methods including modules
+fails:The super keyword calls the correct method when the method visibility is modified
+fails:The super keyword raises an error error when super method does not exist
+fails:The super keyword calls the superclass method when in a block
+fails:The super keyword calls the superclass method when initial method is defined_method'd
+fails:The super keyword can call through a define_method multiple times (caching check)
+fails:The super keyword supers up appropriate name even if used for multiple method names
+fails:The super keyword can be used with implicit arguments from a method defined with define_method
+fails:The super keyword respects the original module a method is aliased from
+fails:The super keyword passes along modified rest args when they weren't originally empty
+fails:The super keyword passes along modified rest args when they were originally empty
+fails:The super keyword sees the included version of a module a method is alias from
+fails:The super keyword can't be used with implicit arguments from a method defined with define_method