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

Test result cannot match with test case #13

Open
Evit15 opened this issue Dec 7, 2015 · 0 comments
Open

Test result cannot match with test case #13

Evit15 opened this issue Dec 7, 2015 · 0 comments

Comments

@Evit15
Copy link

Evit15 commented Dec 7, 2015

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

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