Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Boost test junit output violates schema #440

Open
travisdowns opened this issue Feb 2, 2025 · 0 comments
Open

Boost test junit output violates schema #440

travisdowns opened this issue Feb 2, 2025 · 0 comments

Comments

@travisdowns
Copy link

travisdowns commented Feb 2, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant