Skip to content

Hex format is incorrect when printing float values in certain scenarios #1018

@bob80905

Description

@bob80905

When a buffer comparison test fails, a hexadecimal format of the elements in the buffer is printed out. However, in certain scenarios, for float types, the hexadecimal format is messed up.
It looks like scientific notation is used instead to express the float value.
We should fix this output so that hexadecimal format is consistently used for all data types, regardless of comparison rule type.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions