Revision: 1185 http://trac.macosforge.org/projects/ruby/changeset/1185 Author: eloy.de.enige@gmail.com Date: 2009-03-26 16:37:12 -0700 (Thu, 26 Mar 2009) Log Message: ----------- Tagged failing examples of the private spec and added it to the partially green list. Modified Paths: -------------- MacRuby/branches/experimental/rakelib/spec.rake Added Paths: ----------- MacRuby/branches/experimental/spec/frozen/tags/macruby/language/private_tags.txt Modified: MacRuby/branches/experimental/rakelib/spec.rake =================================================================== --- MacRuby/branches/experimental/rakelib/spec.rake 2009-03-26 23:37:00 UTC (rev 1184) +++ MacRuby/branches/experimental/rakelib/spec.rake 2009-03-26 23:37:12 UTC (rev 1185) @@ -39,6 +39,7 @@ next precedence predefined + private } MSPEC_RUN = "./miniruby -v -I./mspec/lib -I./lib ./mspec/bin/mspec-run" Added: MacRuby/branches/experimental/spec/frozen/tags/macruby/language/private_tags.txt =================================================================== --- MacRuby/branches/experimental/spec/frozen/tags/macruby/language/private_tags.txt (rev 0) +++ MacRuby/branches/experimental/spec/frozen/tags/macruby/language/private_tags.txt 2009-03-26 23:37:12 UTC (rev 1185) @@ -0,0 +1,5 @@ +fails:The private keyword marks following methods as being private +fails:The private keyword is overridden when a new class is opened +fails:The private keyword changes visibility of previously called method +fails:The private keyword changes the visibility of the existing method in the subclass +fails:The private keyword changes visiblity of previously called methods with same send/call site \ No newline at end of file
participants (1)
-
source_changes@macosforge.org