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

source_changes at macosforge.org source_changes at macosforge.org
Sat May 30 18:40:29 PDT 2009


Revision: 1667
          http://trac.macosforge.org/projects/ruby/changeset/1667
Author:   eloy.de.enige at gmail.com
Date:     2009-05-30 18:40:29 -0700 (Sat, 30 May 2009)
Log Message:
-----------
Tagged failing examples of Exception spec and added Exception to spec:ci.

Modified Paths:
--------------
    MacRuby/branches/experimental/rakelib/spec.rake

Added Paths:
-----------
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/exception/
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/exception/no_method_error_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/exception/standard_error_tags.txt

Modified: MacRuby/branches/experimental/rakelib/spec.rake
===================================================================
--- MacRuby/branches/experimental/rakelib/spec.rake	2009-05-31 00:20:24 UTC (rev 1666)
+++ MacRuby/branches/experimental/rakelib/spec.rake	2009-05-31 01:40:29 UTC (rev 1667)
@@ -61,6 +61,7 @@
     spec/frozen/core/class
     spec/frozen/core/comparable
     spec/frozen/core/enumerable
+    spec/frozen/core/exception
     spec/frozen/core/false
     spec/frozen/core/hash
     spec/frozen/core/math

Added: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/exception/no_method_error_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/exception/no_method_error_tags.txt	                        (rev 0)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/exception/no_method_error_tags.txt	2009-05-31 01:40:29 UTC (rev 1667)
@@ -0,0 +1,3 @@
+fails:NoMethodError#message for an protected method match /protected method/
+fails:NoMethodError#message for private method match /private method/
+fails:NoMethodError#args returns an array with the same elements as passed to the method
\ No newline at end of file

Added: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/exception/standard_error_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/exception/standard_error_tags.txt	                        (rev 0)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/exception/standard_error_tags.txt	2009-05-31 01:40:29 UTC (rev 1667)
@@ -0,0 +1 @@
+fails:StandardError is a superclass of SecurityError
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090530/142c6d70/attachment.html>


More information about the macruby-changes mailing list