-
Notifications
You must be signed in to change notification settings - Fork 1.5k
testrunner: start adding IDs and columns to error messages #7343
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
Conversation
|
Requires #4377 and #7342 to be merged first. This will help with identifying missing test coverage. Those should be collected below https://trac.cppcheck.net/ticket/12232. It will also make clearer what is being tested. And would allow to re-group/limit of of the tests (in case someone really got absolutely nothing else to do). |
This comment was marked as outdated.
This comment was marked as outdated.
d314bac to
cc587b1
Compare
89cf50d to
2bceaa8
Compare
| " { }\n" | ||
| "}"); | ||
| ASSERT_EQUALS("[test.cpp:1]: (style) The function 'f1' is never used.\n", errout_str()); | ||
| ASSERT_EQUALS("[test.cpp:1:0]: (style) The function 'f1' is never used. [unusedFunction]\n", errout_str()); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These should probably have a proper column.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I filed https://trac.cppcheck.net/ticket/13762 about this.
f8cc900 to
1308a55
Compare
No description provided.