Subject: | round_mode test fail on 5.6.2 |
Date: | Mon, 5 Sep 2011 19:12:15 +0100 |
To: | bug-Math-BigInt [...] rt.cpan.org |
From: | Zefram <zefram [...] fysh.org> |
The round_mode tests in Math-BigInt are, in 1.997, newly failing on perl
5.6.2 (but not 5.8.1 or later):
t/mbimbf.t .......... 1/710
# Failed test at t/mbimbf.t line 38.
# 'Not a HASH reference at /home/zefram/usr/perl/perl_install/perl-5.6.2-i32-f52/cpan/build/Math-BigInt-1.997-szzIPv/blib/lib/Math/BigInt.pm line 827, <DATA> line 77.
# '
# doesn't match '(?-xism:^Unknown round mode 'huhmbi' at)'
# Failed test at t/mbimbf.t line 40.
# 'Not a HASH reference at /home/zefram/usr/perl/perl_install/perl-5.6.2-i32-f52/cpan/build/Math-BigInt-1.997-szzIPv/blib/lib/Math/BigFloat.pm line 365, <DATA> line 77.
# '
# doesn't match '(?-xism:^Unknown round mode 'huhmbf' at)'
# Looks like you failed 2 tests of 710.
t/mbimbf.t .......... Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/710 subtests
-zefram