Subject: | Possible longdouble issue |
My perl is compiled with -Duselongdouble
This is perl 5, version 20, subversion 1 (v5.20.1) built for x86_64-linux-thread-multi-ld
The error I see doesn't hint me in anyway to what might be wrong
(I tested this distribution as it depends on Text::CSV_XS, which is mine and I test against all depending releases before making a new release)
not ok 43 - TEST/dbcolmovingstats_rounding_error.cmd
# Failed test 'TEST/dbcolmovingstats_rounding_error.cmd'
# at t/test_command.t line 208.
# #### output of some failed tests
# # TEST/dbcolmovingstats_rounding_error
# #fsdb -F t a_short moving_mean moving_stddev diff
# 0.8307 0.85053 0.035783 ~
# 0.7976 0.84881 0.037506 ~
# 0.8178 0.84727 0.038142 ~
# 0.806 0.84931 0.035787 ~
# 0.7293 0.78536 0.050969 ~
# 0.7474 0.77379 0.04636 ~
# 0.7938 0.76523 0.04191 ~
# 0.8144 0.76484 0.041385 ~
# 0.833 0.76449 0.040741 ~
# 0.8647 0.76864 0.047607 ~
# 0.8782 0.77374 0.053553 ~
# 0.8904 0.78083 0.059144 ~
# 0.9014 0.7915 0.060745 ~
# 0.9112 0.8011 0.063812 ~
# 0.9201 0.81224 0.064185 ~
# 0.8781 0.81977 0.062534 ~
# 0.883 0.85136 0.057396 ~
# 0.9052 0.86535 0.04945 ~
# 0.9203 0.92093 0.029494 ~
# 0.8904 0.91945 0.030268 ~
# 0.9112 0.9205 0.029558 ~
# 0.9201 0.92095 0.029476 ~
# 0.9039 0.92835 0.02642 ~
# 0.9352 0.91909 0.01577 ~
# 0.9242 0.87672 0.045342 ~
# 0.9318 0.87655 0.045117 ~
# 0.9448 0.87876 0.047242 ~
# 0.9553 0.8828 0.051682 ~
# 0.9097 0.88452 0.051991 ~
# 0.9188 0.88607 0.052553 ~
# 0.9342 0.89597 0.050234 ~
# 0.9017 0.90624 0.036043 ~
# 0.9283 0.9181 0.022076 ~
# 0.9355 0.92129 0.019475 ~
# 0.833 0.90084 0.036118 ~
# 0.8333 0.88796 0.042898 ~
# 0.85 0.88375 0.042248 ~
# 0.7585 0.8728 0.05209 ~
# 0.8311 0.83582 0.039875 ~
# 0.7647 0.82388 0.041509 ~
# 0.7282 0.81523 0.042559 ~
# 0.7554 0.80745 0.038121 ~
# 0.7799 0.80378 0.03699 ~
# 0.8019 0.80048 0.033772 ~
# 0.8217 0.80084 0.033967 ~
# 0.8106 0.79671 0.031104 ~
# 0.8381 0.81723 0.029996 ~
# 0.882 0.83063 0.029285 ~
# 0.8094 0.83273 0.028153 ~
# 0.8456 0.83443 0.027801 ~
# 0.83 0.83356 0.0277 ~
# 0.8284 0.8582 0.022608 ~
# 0.816 0.85364 0.026568 ~
# 0.801 0.85045 0.029192 ~
# 0.7835 0.83302 0.036542 ~
# 0.8246 0.82991 0.036678 ~
# 0.7629 0.82014 0.036537 ~
# 0.7866 0.81479 0.032862 ~
# 0.808 0.81248 0.031543 ~
# 0.8272 0.8104 0.028894 ~
# 0.8445 0.80853 0.024966 ~
# 0.9173 0.82936 0.047818 ~
# 0.9397 0.84624 0.060246 ~
# 0.9013 0.89255 0.060355 ~
# 0.9201 0.90664 0.044906 ~
# Looks like you failed 1 test of 275.
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/275 subtests
Test Summary Report
-------------------
t/test_command.t (Wstat: 256 Tests: 275 Failed: 1)
Failed test: 43
Non-zero exit status: 1
Files=1, Tests=275, 141 wallclock secs ( 0.10 usr 0.01 sys + 41.55 cusr 5.92 csys = 47.58 CPU)
Result: FAIL