Subject: | Fails test on Win32 build |
Using 5.20 Win32 build of Strawberry Perl, Tk::Zinc is installed as part of PDL installation.
One of the tests errors out as shown below. It's pretty obvious what's going on, so I'll just paste the error:
t/traceutils.t ................ 1/15
# Failed test '(1.2, -2, 0.01, -1.2e+22, 1.02e+34)'
# at t/traceutils.t line 68.
# got: '(1.2, -2, 0.01, -1.2e+022, 1.02e+034)'
# expected: '(1.2, -2, 0.01, -1.2e+22, 1.02e+34)'
# Failed test '(1.2, -2, .01, -1.2e+022, 1.02e+034)'
# at t/traceutils.t line 72.
# got: '(1.2, -2, 0.01, -1.2e+022, 1.02e+034)'
# expected: '(1.2, -2, 0.01, -1.2e+22, 1.02e+34)'
# ############## Tk::Zinc::TraceUtils test
# Looks like you failed 2 tests of 15.
t/traceutils.t ................ Dubious, test returned 2 (wstat 512, 0x200)
Let me know if you need a tester, or more information.