Project

General

Profile

Actions

Bug #875

closed

Failure: test_power(TestBigDecimal)

Added by znz (Kazuhiro NISHIYAMA) over 15 years ago. Updated almost 13 years ago.

Status:
Closed
Assignee:
-
Target version:
-
ruby -v:
Backport:
[ruby-dev:37437]

Description

=begin
x86_64-linuxなlennyの環境でtest_power(TestBigDecimal)がFailureになります。
それから「warning: shadowing outer local variable - x」というwarningやnilも出ているようです。

% ruby-trunk_64 -v test/bigdecimal/test_bigdecimal.rb
ruby 1.9.1 (2008-12-14 revision 20739) [x86_64-linux]
test/bigdecimal/test_bigdecimal.rb:262: warning: shadowing outer local variable - x
test/bigdecimal/test_bigdecimal.rb:263: warning: shadowing outer local variable - x
nil
Loaded suite test/bigdecimal/test_bigdecimal
Started
....................................F..................
Finished in 0.068948 seconds.

  1. Failure:
    test_power(TestBigDecimal) [test/bigdecimal/test_bigdecimal.rb:585]:
    <0.0123456790123457> expected but was
    <#<BigDecimal:faa000,'0.1234567912 3456791234 5679123456 7912345679 1234567912 345679E-1',63(63)>>.

55 tests, 338 assertions, 1 failures, 0 errors, 0 skips
=end

Actions #1

Updated by znz (Kazuhiro NISHIYAMA) over 15 years ago

  • Status changed from Open to Closed

=begin
[ruby-dev:37370] と重複。
=end

Actions

Also available in: Atom PDF

Like0
Like0