You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: