[macruby-changes] [2843] MacRuby/trunk/spec/frozen/tags/macruby/library/bigdecimal

source_changes at macosforge.org source_changes at macosforge.org
Sat Oct 17 17:44:29 PDT 2009


Revision: 2843
          http://trac.macosforge.org/projects/ruby/changeset/2843
Author:   lsansonetti at apple.com
Date:     2009-10-17 17:44:28 -0700 (Sat, 17 Oct 2009)
Log Message:
-----------
tagging bigdecimal specs that fail (some of them don't pass with 1.9 too, need to do a better pass later)

Added Paths:
-----------
    MacRuby/trunk/spec/frozen/tags/macruby/library/bigdecimal/divmod_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/library/bigdecimal/exponent_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/library/bigdecimal/modulo_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/library/bigdecimal/new_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/library/bigdecimal/power_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/library/bigdecimal/remainder_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/library/bigdecimal/sqrt_tags.txt

Added: MacRuby/trunk/spec/frozen/tags/macruby/library/bigdecimal/divmod_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/library/bigdecimal/divmod_tags.txt	                        (rev 0)
+++ MacRuby/trunk/spec/frozen/tags/macruby/library/bigdecimal/divmod_tags.txt	2009-10-18 00:44:28 UTC (rev 2843)
@@ -0,0 +1,2 @@
+fails:BigDecimal#divmod array contains quotient and modulus as BigDecimal
+fails:BigDecimal#divmod Can be reversed with * and +

Added: MacRuby/trunk/spec/frozen/tags/macruby/library/bigdecimal/exponent_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/library/bigdecimal/exponent_tags.txt	                        (rev 0)
+++ MacRuby/trunk/spec/frozen/tags/macruby/library/bigdecimal/exponent_tags.txt	2009-10-18 00:44:28 UTC (rev 2843)
@@ -0,0 +1 @@
+fails:BigDecimal#** powers of self

Added: MacRuby/trunk/spec/frozen/tags/macruby/library/bigdecimal/modulo_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/library/bigdecimal/modulo_tags.txt	                        (rev 0)
+++ MacRuby/trunk/spec/frozen/tags/macruby/library/bigdecimal/modulo_tags.txt	2009-10-18 00:44:28 UTC (rev 2843)
@@ -0,0 +1,4 @@
+fails:BigDecimal#modulo returns self modulo other
+fails:BigDecimal#modulo returns a [Float value] when the argument is Float
+fails:BigDecimal#% returns self modulo other
+fails:BigDecimal#% returns a [Float value] when the argument is Float

Added: MacRuby/trunk/spec/frozen/tags/macruby/library/bigdecimal/new_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/library/bigdecimal/new_tags.txt	                        (rev 0)
+++ MacRuby/trunk/spec/frozen/tags/macruby/library/bigdecimal/new_tags.txt	2009-10-18 00:44:28 UTC (rev 2843)
@@ -0,0 +1,2 @@
+fails:BigDecimal.new creates a new object of class BigDecimal
+fails:BigDecimal.new doesn't segfault when using a very large string to build the number

Added: MacRuby/trunk/spec/frozen/tags/macruby/library/bigdecimal/power_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/library/bigdecimal/power_tags.txt	                        (rev 0)
+++ MacRuby/trunk/spec/frozen/tags/macruby/library/bigdecimal/power_tags.txt	2009-10-18 00:44:28 UTC (rev 2843)
@@ -0,0 +1 @@
+fails:BigDecimal#power powers of self

Added: MacRuby/trunk/spec/frozen/tags/macruby/library/bigdecimal/remainder_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/library/bigdecimal/remainder_tags.txt	                        (rev 0)
+++ MacRuby/trunk/spec/frozen/tags/macruby/library/bigdecimal/remainder_tags.txt	2009-10-18 00:44:28 UTC (rev 2843)
@@ -0,0 +1 @@
+fails:BigDecimal#remainder it is the modulus minus the value divided by, if values have opposite sign

Added: MacRuby/trunk/spec/frozen/tags/macruby/library/bigdecimal/sqrt_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/library/bigdecimal/sqrt_tags.txt	                        (rev 0)
+++ MacRuby/trunk/spec/frozen/tags/macruby/library/bigdecimal/sqrt_tags.txt	2009-10-18 00:44:28 UTC (rev 2843)
@@ -0,0 +1 @@
+fails:BigDecimal#sqrt returns sqrt of self with at least the given precision
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20091017/7c182584/attachment-0001.html>


More information about the macruby-changes mailing list