Diff
Added: MacRuby/trunk/spec/frozen/tags/macruby/library/bigdecimal/divmod_tags.txt (0 => 2843)
--- 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 (0 => 2843)
--- 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 (0 => 2843)
--- 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 (0 => 2843)
--- 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 (0 => 2843)
--- 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 (0 => 2843)
--- 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 (0 => 2843)
--- 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