Boost test junit output violates schema
Open
- Dominant language
- C++
- Stars
- 213
- Forks
- 149
- Avg merge
- 18h 17m
- Merged PRs (30d)
- 2
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.