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

Go to failure for failed Gtests #11

Closed
offa opened this issue Aug 1, 2016 · 1 comment
Closed

Go to failure for failed Gtests #11

offa opened this issue Aug 1, 2016 · 1 comment

Comments

@offa
Copy link
Owner

offa commented Aug 1, 2016

Failed gtest tests should contain the line of failure (from #7) and allow a jump to it:

When there's a test failure, google test outputs the file and line number of the failure, but that information isn't picked up by the Test Results GUI in NB. It would really be great if that was included so the failure could be clicked on in the Test Results GUI and have NB jump to the file and line of the error.

@offa offa modified the milestone: 0.7.4 Aug 1, 2016
@offa offa changed the title Failed gtest tests should contain the line of failure Go to failure for failed Gtests Aug 10, 2016
@offa
Copy link
Owner Author

offa commented Aug 10, 2016

@bitrunner i've implemented the go-to-failure. Currently it parses this line to get the information where to jump:

<<<File>>>:<<Line>>: Failure

Here's a compiled version (branch: issue11-goto_line_of_failure):

NBCndUnit-0.7.4-SNAPSHOT-issue11.zip

Sha256 (nbm): ad1878cc4f20088087398c5eecdfc2baf7f0d220634d46a651418f543a881fda

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant