[macruby-changes] [3025] MacRuby/trunk/spec/frozen/tags/macruby/core

source_changes at macosforge.org source_changes at macosforge.org
Mon Nov 16 15:45:34 PST 2009


Revision: 3025
          http://trac.macosforge.org/projects/ruby/changeset/3025
Author:   eloy.de.enige at gmail.com
Date:     2009-11-16 15:45:34 -0800 (Mon, 16 Nov 2009)
Log Message:
-----------
Tagged critical examples.

Modified Paths:
--------------
    MacRuby/trunk/spec/frozen/tags/macruby/core/kernel/public_method_tags.txt

Added Paths:
-----------
    MacRuby/trunk/spec/frozen/tags/macruby/core/enumerable/max_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/enumerable/min_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/enumerable/minmax_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/enumerable/sort_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/kernel/exit_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/kernel/method_tags.txt

Added: MacRuby/trunk/spec/frozen/tags/macruby/core/enumerable/max_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/enumerable/max_tags.txt	                        (rev 0)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/enumerable/max_tags.txt	2009-11-16 23:45:34 UTC (rev 3025)
@@ -0,0 +1 @@
+critical:Enumerable#max raises a NoMethodError for elements without #<=>

Added: MacRuby/trunk/spec/frozen/tags/macruby/core/enumerable/min_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/enumerable/min_tags.txt	                        (rev 0)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/enumerable/min_tags.txt	2009-11-16 23:45:34 UTC (rev 3025)
@@ -0,0 +1 @@
+critical:Enumerable#min raises a NoMethodError for elements without #<=>

Added: MacRuby/trunk/spec/frozen/tags/macruby/core/enumerable/minmax_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/enumerable/minmax_tags.txt	                        (rev 0)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/enumerable/minmax_tags.txt	2009-11-16 23:45:34 UTC (rev 3025)
@@ -0,0 +1 @@
+critical:Enumerable#minmax raises a NoMethodError for elements without #<=>

Added: MacRuby/trunk/spec/frozen/tags/macruby/core/enumerable/sort_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/enumerable/sort_tags.txt	                        (rev 0)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/enumerable/sort_tags.txt	2009-11-16 23:45:34 UTC (rev 3025)
@@ -0,0 +1 @@
+critical:Enumerable#sort raises a NoMethodError if elements do not define <=>

Added: MacRuby/trunk/spec/frozen/tags/macruby/core/kernel/exit_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/kernel/exit_tags.txt	                        (rev 0)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/kernel/exit_tags.txt	2009-11-16 23:45:34 UTC (rev 3025)
@@ -0,0 +1,5 @@
+critical:Kernel.exit raises a SystemExit with status 0
+critical:Kernel.exit raises a SystemExit with the specified status
+critical:Kernel.exit raises a SystemExit with the specified boolean status
+critical:Kernel.exit tries to convert the passed argument to an Integer using #to_int
+critical:Kernel.exit converts the passed Float argument to an Integer

Added: MacRuby/trunk/spec/frozen/tags/macruby/core/kernel/method_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/kernel/method_tags.txt	                        (rev 0)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/kernel/method_tags.txt	2009-11-16 23:45:34 UTC (rev 3025)
@@ -0,0 +1,3 @@
+critical:Kernel#method returns a method object for a valid method
+critical:Kernel#method returns a method object for a valid singleton method
+critical:Kernel#method changes the method called for super on a target aliased method
\ No newline at end of file

Modified: MacRuby/trunk/spec/frozen/tags/macruby/core/kernel/public_method_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/kernel/public_method_tags.txt	2009-11-16 23:45:16 UTC (rev 3024)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/kernel/public_method_tags.txt	2009-11-16 23:45:34 UTC (rev 3025)
@@ -1,2 +1,5 @@
 fails:Kernel#public_method raises a NameError when called on a private method
 fails:Kernel#public_method raises a NameError when called on a protected method
+critical:Kernel#public_method returns a method object for a valid method
+critical:Kernel#public_method returns a method object for a valid singleton method
+critical:Kernel#public_method changes the method called for super on a target aliased method
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20091116/c5cd826b/attachment.html>


More information about the macruby-changes mailing list