Skip to content

Boost test junit output violates schema #440

Description

@travisdowns

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions