Revision
1253
Author
eloy.de.enige@gmail.com
Date
2009-03-29 03:11:41 -0700 (Sun, 29 Mar 2009)

Log Message

Added alias spec to partially good files and tagged all examples as fails.

Modified Paths

Added Paths

Diff

Modified: MacRuby/branches/experimental/rakelib/spec.rake (1252 => 1253)


--- MacRuby/branches/experimental/rakelib/spec.rake	2009-03-29 10:11:29 UTC (rev 1252)
+++ MacRuby/branches/experimental/rakelib/spec.rake	2009-03-29 10:11:41 UTC (rev 1253)
@@ -28,6 +28,7 @@
   }
   
   KNOWN_PARTIALLY_GOOD = %w{
+    alias
     block
     break
     catch

Added: MacRuby/branches/experimental/spec/frozen/tags/macruby/language/alias_tags.txt (0 => 1253)


--- MacRuby/branches/experimental/spec/frozen/tags/macruby/language/alias_tags.txt	                        (rev 0)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/language/alias_tags.txt	2009-03-29 10:11:41 UTC (rev 1253)
@@ -0,0 +1,7 @@
+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 defined via attr, attr_reader, and attr_accessor
\ No newline at end of file