Subject: | intermittent test failure in 04-bigfloat.t |
% while true; do
date
./Build test
sleep 5
done | tee make.out
If I run make test in a loop like the above, I soon get a failing test.
Right now I got this:
t/04-bigfloat....
# Failed test '0.054630 == 0.054630'
# at t/04-bigfloat.t line 20.
# Looks like you failed 1 test of 6.
dubious
Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 4
Failed 1/6 tests, 83.33% okay
Every time the actual number in the failing test changes but the numbers
left and right of the equals operator are always the same.
Thanks,