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

source_changes at macosforge.org source_changes at macosforge.org
Sat May 30 17:19:58 PDT 2009


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

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

Added Paths:
-----------
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/comparable/
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/comparable/equal_value_tags.txt

Modified: MacRuby/branches/experimental/rakelib/spec.rake
===================================================================
--- MacRuby/branches/experimental/rakelib/spec.rake	2009-05-31 00:19:45 UTC (rev 1664)
+++ MacRuby/branches/experimental/rakelib/spec.rake	2009-05-31 00:19:58 UTC (rev 1665)
@@ -59,6 +59,7 @@
     spec/frozen/core/array
     spec/frozen/core/basicobject
     spec/frozen/core/class
+    spec/frozen/core/comparable
     spec/frozen/core/false
     spec/frozen/core/hash
     spec/frozen/core/math

Added: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/comparable/equal_value_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/comparable/equal_value_tags.txt	                        (rev 0)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/comparable/equal_value_tags.txt	2009-05-31 00:19:58 UTC (rev 1665)
@@ -0,0 +1,2 @@
+fails:Comparable#== returns nil if calling #<=> on self returns nil or a non-Integer
+fails:Comparable#== returns nil if calling #<=> on self raises a StandardError
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090530/67ef9ba5/attachment.html>


More information about the macruby-changes mailing list