Revision
1204
Author
lsansonetti@apple.com
Date
2009-03-27 01:35:53 -0700 (Fri, 27 Mar 2009)

Log Message

added failing specs and marked the first one as critical since it aborts the process

Modified Paths

Diff

Modified: MacRuby/branches/experimental/spec/frozen/tags/macruby/language/method_tags.txt (1203 => 1204)


--- MacRuby/branches/experimental/spec/frozen/tags/macruby/language/method_tags.txt	2009-03-27 08:30:29 UTC (rev 1203)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/language/method_tags.txt	2009-03-27 08:35:53 UTC (rev 1204)
@@ -1 +1,5 @@
-fails:Calling a method allows any number of args beyond required to method with a splat
\ No newline at end of file
+critical:Calling a method allows any number of args beyond required to method with a splat
+fails:Calling a method with block argument converts the block to proc
+fails:Calling a method with invalid argument count raises an ArgumentError
+fails:Calling a private getter method does not permit self as a receiver
+fails:Calling a method expands an array to arguments grouped in parentheses which in turn takes rest arguments