Revision: 2843 http://trac.macosforge.org/projects/ruby/changeset/2843 Author: lsansonetti@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
participants (1)
-
source_changes@macosforge.org