You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the junit results formatter, the XML attributes like time use default float ostream formatting which uses scientific notation at times. However the junit schema says time is xs:decimal and scientific notation is not valid xs:decimal.
I suggest that boost uses fixed formatting instead.
Among other things this means boost test results fail to be parsed by bazel.
The text was updated successfully, but these errors were encountered:
When using the junit results formatter, the XML attributes like
time
use default float ostream formatting which uses scientific notation at times. However the junit schema says time is xs:decimal and scientific notation is not valid xs:decimal.I suggest that boost uses fixed formatting instead.
Among other things this means boost test results fail to be parsed by bazel.
The text was updated successfully, but these errors were encountered: