in reply to Outlier test fail
If I were to guess, it's -Duselongdouble.
I had build failures with this flag (and also quadmath) with my module JSON::SIMD. In my case I had to adapt some of the code to use a slower but more precise number parser.
You could either find a way to fix your algorithms so that the tests really pass even with these build flags, or if you decide that this loss of precision (that only happens with a build flag that's usually off anyway), you could fudge or disable the test with these flags.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Outlier test fail
by Bod (Parson) on Jan 11, 2024 at 22:44 UTC |