[macruby-changes] [3881] MacRuby/trunk/spec

source_changes at macosforge.org source_changes at macosforge.org
Sun Mar 28 13:06:50 PDT 2010


Revision: 3881
          http://trac.macosforge.org/projects/ruby/changeset/3881
Author:   eloy.de.enige at gmail.com
Date:     2010-03-28 13:06:49 -0700 (Sun, 28 Mar 2010)
Log Message:
-----------
Tag critical examples

Modified Paths:
--------------
    MacRuby/trunk/spec/frozen/tags/macruby/language/defined_tags.txt
    MacRuby/trunk/spec/macruby.mspec

Added Paths:
-----------
    MacRuby/trunk/spec/frozen/tags/macruby/core/kernel/abort_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/module/append_features_tags.txt

Added: MacRuby/trunk/spec/frozen/tags/macruby/core/kernel/abort_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/kernel/abort_tags.txt	                        (rev 0)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/kernel/abort_tags.txt	2010-03-28 20:06:49 UTC (rev 3881)
@@ -0,0 +1,5 @@
+
+critical:Kernel#abort raises a SystemExit exception
+critical:Kernel#abort sets the exception status code of of 1
+critical:Kernel.abort raises a SystemExit exception
+critical:Kernel.abort sets the exception status code of of 1

Added: MacRuby/trunk/spec/frozen/tags/macruby/core/module/append_features_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/module/append_features_tags.txt	                        (rev 0)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/module/append_features_tags.txt	2010-03-28 20:06:49 UTC (rev 3881)
@@ -0,0 +1,2 @@
+
+critical:Module#append_features raises an ArgumentError on a cyclic include

Modified: MacRuby/trunk/spec/frozen/tags/macruby/language/defined_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/language/defined_tags.txt	2010-03-28 20:06:31 UTC (rev 3880)
+++ MacRuby/trunk/spec/frozen/tags/macruby/language/defined_tags.txt	2010-03-28 20:06:49 UTC (rev 3881)
@@ -2,3 +2,11 @@
 critical:The defined? keyword returns 'super' when Subclass#args and created with define_method
 critical:The defined? keyword returns 'super' when Subclass#no_args uses a block in define_method
 critical:The defined? keyword returns 'super' when Subclass#args uses a block in define_method
+critical:The defined? keyword for super for a method taking no arguments returns nil from a #define_method when no superclass method exists
+critical:The defined? keyword for super for a method taking no arguments returns nil from a block in a #define_method when no superclass method exists
+critical:The defined? keyword for super for a method taking no arguments returns 'super' from a #define_method when a superclass method exists
+critical:The defined? keyword for super for a method taking no arguments returns 'super' from a block in a #define_method when a superclass method exists
+critical:The defined? keyword for super for a method taking arguments returns nil from a #define_method when no superclass method exists
+critical:The defined? keyword for super for a method taking arguments returns nil from a block in a #define_method when no superclass method exists
+critical:The defined? keyword for super for a method taking arguments returns 'super' from a #define_method when a superclass method exists
+critical:The defined? keyword for super for a method taking arguments returns 'super' from a block in a #define_method when a superclass method exists

Modified: MacRuby/trunk/spec/macruby.mspec
===================================================================
--- MacRuby/trunk/spec/macruby.mspec	2010-03-28 20:06:31 UTC (rev 3880)
+++ MacRuby/trunk/spec/macruby.mspec	2010-03-28 20:06:49 UTC (rev 3881)
@@ -14,7 +14,8 @@
     '^core/kernel/callcc_spec.rb',
     
     # Currently not working on MacRuby
-    '^core/encoding'
+    '^core/encoding',
+    '^core/io'
   ]
 
   # Library specs
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20100328/3026e4d3/attachment.html>


More information about the macruby-changes mailing list