Skip to content

Test result cannot match with test case #13

Description

@Evit15

I use google test param with data type is object.

When GoogleTestRunner detect the test case, it is show at GetParam() is memory (Ex : GetParam() = 32-byte object <00-00 00-00 CD-CD CD-CD 90-7B 85-02 CD-CD CD-CD CD-CD CD-CD CD-CD CD-CD 1C-00 00-00 1F-00 00-00>).

After this test case is run, the test result show diff memory (Ex: 00-00 00-00 CD-CD CD-CD 00-7A 74-02 CD-CD CD-CD CD-CD CD-CD CD-CD CD-CD 1C-00 00-00 1F-00 00-00). The result of this test case is ignored with warning is returned (Test adapter sent back a result for an unknown test case. Ignoring result for ' # GetParam() = 32-byte object <00-00 00-00 CD-CD CD-CD 30-77 7F-02 CD-CD CD-CD CD-CD CD-CD CD-CD CD-CD 1C-00 00-00 1F-00 00-00>'.)

I think on the test case name, we should not show memory of param. Please help me to consider

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

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions