COMMIT [Rubyspec #177]: Raising negative numbers requires Complex http://github.com/rubyspec/rubyspec/commit/edabf0b90af76d11df098e75c6020a81dfd4dc73 COMMIT [Rubyspec #168]: Add tests for 'mathn/complex' for 1.9. http://github.com/rubyspec/rubyspec/commit/3909958e8755880eb6adcda8dfe824a7af5b828a COMMIT [Rubyspec #173]: Integer#gcd2 no longer defined in 1.9 http://github.com/rubyspec/rubyspec/commit/58bc2c12ee2ebdc6c5bd2a9f53d9d0e65d7561e4 COMMIT [Rubyspec #167]: No more Rational#new! means invalid specs for mathn/rational. http://github.com/rubyspec/rubyspec/commit/5204c8907de1d2c4e316fe55ddc51a36196f1aff --- 20091118T082451 +++ 20091119T082223 @@ -1,22428 +1,22426 @@ /home/chkbuild/tmp/build/ruby-1.8//rubyspec/library/mathn/bignum/exponent_spec.rb Bignum#** - returns self raised to other (positive) power -- returns a complex number when negative and raised to a fractional power +/home/chkbuild/tmp/build/ruby-1.8//rubyspec/library/mathn/complex/Complex_spec.rb /home/chkbuild/tmp/build/ruby-1.8//rubyspec/library/mathn/fixnum/exponent_spec.rb Fixnum#** - returns self raised to other (positive) power -- returns a complex number when negative and raised to a fractional power /home/chkbuild/tmp/build/ruby-1.8//rubyspec/library/mathn/float/exponent_spec.rb Float#** - returns self raised to other (positive) power -- returns a complex number when negative and raised to a fractional power /home/chkbuild/tmp/build/ruby-1.8//rubyspec/library/mathn/integer/from_prime_division_spec.rb Integer::from_prime_division @@ -22478,6 +22476,7 @@ Prime#next - returns the element at the current position and moves forward +/home/chkbuild/tmp/build/ruby-1.8//rubyspec/library/mathn/rational/Rational_spec.rb /home/chkbuild/tmp/build/ruby-1.8//rubyspec/library/mathn/rational/exponent_spec.rb Rational#** when passed [Rational] - returns Rational.new!(1, 1) when the passed argument is 0 @@ -31512,7 +31511,7 @@ ) Rational#** when passed [Float] returns NaN if self is negative and the passed argument is not 0 ERROR NoMethodError: undefined method `nan?' for Complex(-3.37472974467415e-16, -1.83711730708738):Complex -/home/chkbuild/tmp/build/ruby-1.8//rubyspec/library/mathn/rational/exponent_spec.rb:65 +/home/chkbuild/tmp/build/ruby-1.8//rubyspec/library/mathn/rational/exponent_spec.rb:66 /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/mspec.rb:67:in `instance_eval' /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/mspec.rb:67:in `protect' /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/context.rb:135:in `protect' @@ -31525,7 +31524,9 @@ /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/context.rb:155:in `process' /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/mspec.rb:36:in `describe' /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/object.rb:11:in `describe' -/home/chkbuild/tmp/build/ruby-1.8//rubyspec/library/mathn/rational/exponent_spec.rb:51 +/home/chkbuild/tmp/build/ruby-1.8//rubyspec/library/mathn/rational/exponent_spec.rb:52 +/home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/guards/version.rb:34:in `ruby_version_is' +/home/chkbuild/tmp/build/ruby-1.8//rubyspec/library/mathn/rational/exponent_spec.rb:4 /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/mspec.rb:55:in `load' /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/mspec.rb:55:in `files' /home/chkbuild/tmp/build/ruby-1.8//mspec/lib/mspec/runner/mspec.rb:67:in `instance_eval' @@ -33670,7 +33671,7 @@ Finished in seconds -2900 files, 11594 examples, 36327 expectations, 98 failures, 87 errors +2902 files, 11591 examples, 36321 expectations, 98 failures, 87 errors exit 1 failed(rubyspec) == end #