Subject: | t/10message.t passes only with perl 5.22.x |
t/10message.t passes only with perl 5.22.x and fails for older or newer perls, see http://fast-matrix.cpantesters.org/?dist=Tangence%200.22
Test log output with 5.20.x:
# Failed test '$type->unpack_value float16 NaN'
# at t/10message.t line 220.
# got: 'nan'
# expected: 'NaN'
# Failed test '$type->unpack_value float16 oversize'
# at t/10message.t line 220.
# got: 'inf'
# expected: 'Inf'
# Failed test '$type->unpack_value float32 NaN'
# at t/10message.t line 220.
# got: 'nan'
# expected: 'NaN'
# Failed test '$type->unpack_value float64 NaN'
# at t/10message.t line 220.
# got: 'nan'
# expected: 'NaN'
# Looks like you failed 4 tests of 216.
t/10message.t ..........
Dubious, test returned 4 (wstat 1024, 0x400)
Failed 4/216 subtests
Test log output with perl 5.25.6 (freebsd 10):
# Failed test 'pack typed float16 NaN'
# at t/10message.t line 205.
# at bytes 0-0xf (0-15)
# got: | 10 fe 00 .. .. .. .. .. .. .. .. .. .. .. .. .. |... |
# exp: | 10 7e 00 .. .. .. .. .. .. .. .. .. .. .. .. .. |.~. |
# Failed test 'pack typed float32 NaN'
# at t/10message.t line 205.
# at bytes 0-0xf (0-15)
# got: | 11 ff c0 00 00 .. .. .. .. .. .. .. .. .. .. .. |..... |
# exp: | 11 7f c0 00 00 .. .. .. .. .. .. .. .. .. .. .. |..... |
# Failed test 'pack typed float64 NaN'
# at t/10message.t line 205.
# at bytes 0-0xf (0-15)
# got: | 12 ff f8 00 00 00 00 00 00 .. .. .. .. .. .. .. |......... |
# exp: | 12 7f f8 00 00 00 00 00 00 .. .. .. .. .. .. .. |......... |
# Failed test 'pack typed any (NaN)'
# at t/10message.t line 205.
# at bytes 0-0xf (0-15)
# got: | 10 fe 00 .. .. .. .. .. .. .. .. .. .. .. .. .. |... |
# exp: | 10 7e 00 .. .. .. .. .. .. .. .. .. .. .. .. .. |.~. |
# Looks like you failed 4 tests of 216.
t/10message.t ..........
Dubious, test returned 4 (wstat 1024, 0x400)
Failed 4/216 subtests