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

gtest Failure parsing problem #220

Closed
4 tasks done
Trass3r opened this issue Aug 20, 2020 · 2 comments
Closed
4 tasks done

gtest Failure parsing problem #220

Trass3r opened this issue Aug 20, 2020 · 2 comments

Comments

@Trass3r
Copy link

Trass3r commented Aug 20, 2020

Checklist

  • The issue is about this extension and NOT about a fork.
  • Check the known issues list.
  • The latest version of the extension was used.
  • It is not related to remote-vscode or I checked the following issue

Describe the bug

With gtest 1.8.0-2394 ASSERT_THAT produces an error message like

file.cpp:358: Failure
Value of: report
Expected: aaa
  Actual: bbb

which is not handled by

} else if (
i + 1 < lines.length &&
firstMsgLine.startsWith('Value of: ') &&
lines[i + 0].startsWith(' Actual: ') &&
lines[i + 1].startsWith('Expected: ')
) {

@matepek
Copy link
Owner

matepek commented Aug 21, 2020

fixed in next release

@matepek matepek closed this as completed Aug 21, 2020
@Trass3r
Copy link
Author

Trass3r commented Aug 21, 2020

Wow quick service.
Even covered more cases than I experienced.
9578ebc

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

2 participants