[macruby-changes] [1177] MacRuby/branches/experimental

source_changes at macosforge.org source_changes at macosforge.org
Thu Mar 26 15:55:19 PDT 2009


Revision: 1177
          http://trac.macosforge.org/projects/ruby/changeset/1177
Author:   eloy.de.enige at gmail.com
Date:     2009-03-26 15:55:18 -0700 (Thu, 26 Mar 2009)
Log Message:
-----------
Tagged failing examples of the ensure spec and added it to the green list.

Modified Paths:
--------------
    MacRuby/branches/experimental/rakelib/spec.rake
    MacRuby/branches/experimental/spec/frozen/tags/macruby/language/ensure_tags.txt

Modified: MacRuby/branches/experimental/rakelib/spec.rake
===================================================================
--- MacRuby/branches/experimental/rakelib/spec.rake	2009-03-26 22:55:06 UTC (rev 1176)
+++ MacRuby/branches/experimental/rakelib/spec.rake	2009-03-26 22:55:18 UTC (rev 1177)
@@ -13,6 +13,7 @@
     eigenclass
     else
     encoding
+    ensure
     execution
     file
     hash

Modified: MacRuby/branches/experimental/spec/frozen/tags/macruby/language/ensure_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/language/ensure_tags.txt	2009-03-26 22:55:06 UTC (rev 1176)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/language/ensure_tags.txt	2009-03-26 22:55:18 UTC (rev 1177)
@@ -1,2 +1,4 @@
-critical:An ensure block inside a method is executed when an exception is raised in the method
-critical:An ensure block inside a method is executed even when a symbol is thrown in the method
\ No newline at end of file
+fails:An ensure block inside a begin block is executed when an exception is raised in it's corresponding begin block
+fails:An ensure block inside a begin block is executed even when a symbol is thrown in it's corresponding begin block
+fails:An ensure block inside a method is executed when an exception is raised in the method
+fails:An ensure block inside a method is executed even when a symbol is thrown in the method
\ No newline at end of file
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090326/b8ccdc6d/attachment-0001.html>


More information about the macruby-changes mailing list