[macruby-changes] [2144] MacRuby/branches/experimental/spec/frozen/tags/macruby/core/rational

source_changes at macosforge.org source_changes at macosforge.org
Sat Aug 1 20:47:29 PDT 2009


Revision: 2144
          http://trac.macosforge.org/projects/ruby/changeset/2144
Author:   lsansonetti at apple.com
Date:     2009-08-01 20:47:29 -0700 (Sat, 01 Aug 2009)
Log Message:
-----------
marking rational specs that fail (some are strange...)

Added Paths:
-----------
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/rational/Rational_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/rational/divmod_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/rational/exponent_tags.txt

Added: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/rational/Rational_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/rational/Rational_tags.txt	                        (rev 0)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/rational/Rational_tags.txt	2009-08-02 03:47:29 UTC (rev 2144)
@@ -0,0 +1,2 @@
+fails:Rational() passed two arguments sets the denominator to the second argument
+fails:Rational() passed two arguments sets the numerator to the first argument

Added: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/rational/divmod_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/rational/divmod_tags.txt	                        (rev 0)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/rational/divmod_tags.txt	2009-08-02 03:47:29 UTC (rev 2144)
@@ -0,0 +1 @@
+fails:Rational#divmod when passed an Integer returns the quotient as Integer and the remainder as Rational

Added: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/rational/exponent_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/rational/exponent_tags.txt	                        (rev 0)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/rational/exponent_tags.txt	2009-08-02 03:47:29 UTC (rev 2144)
@@ -0,0 +1,2 @@
+fails:Rational#** when passed Float returns a complex number if self is negative and the passed argument is not 0
+fails:Rational#** when passed Rational returns a complex number when self is negative and the passed argument is not 0
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090801/60617724/attachment.html>


More information about the macruby-changes mailing list