Christian Kreibich
c0bd02e18f
Canonifier improvements for the scripts.base.frameworks.logging.ascii-double test
...
This now more surgically applies canonifiers so that the double-format
numerical output isn't itself canonified.
2020-12-06 20:19:52 -08:00
Christian Kreibich
0b674eb851
Baseline refresh to reflect btest 0.64
2020-12-06 20:19:49 -08:00
Jon Siwek
a785212e80
Improve formatting of doubles that are close to integers
...
Now checks for approximate floating point equality so that more doubles
get properly disambiguated from integers
2020-02-15 00:54:44 -08:00
Tim Wojtulewicz
d732fb4d4b
Update unit tests for JSON logger to match new output
2019-07-02 13:14:52 -07:00
Daniel Thayer
6e89505d06
Fix ASCII logging of very large values of type "double"
...
Increased the size of a buffer to be large enough to contain all the
characters of the largest possible "double" value when scientific
notation is not being used (previously, the nonsensical "NAN.0" would be
written to ASCII logs for any value >= 1e248).
2017-11-06 14:01:07 -06:00
Daniel Thayer
aee307f02b
Add more test cases to ascii-double.bro
2017-11-02 16:16:06 -05:00
Robin Sommer
d86bf15dbf
Do not use scientific notations when printing doubles in logs.
...
Closes BIT-1558.
2016-05-23 16:07:22 -07:00