test icon indicating copy to clipboard operation
test copied to clipboard

Boost test junit output violates schema

Open travisdowns opened this issue 1 year ago • 0 comments

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.

travisdowns avatar Feb 02 '25 22:02 travisdowns