-
Notifications
You must be signed in to change notification settings - Fork 1.5k
re-run analysis in Python tests with cached results when TEST_CPPCHECK_INJECT_BUILDDIR is specified
#7079
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
base: main
Are you sure you want to change the base?
Conversation
| print(stderr_lines) | ||
| print('stderr - actual') | ||
| print(stderr_1_lines) | ||
| # TODO: filter out checkersReport because it different amount of active checkers for cached runs |
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/13388 about this.
|
The difference in the output of |
| # strip some common output only seen during analysis | ||
| stdout_lines = [entry for entry in stdout_lines if not entry.startswith('Processing rule: ')] | ||
| stdout_lines = [entry for entry in stdout_lines if not entry.startswith('progress: ')] | ||
| # TODO: no messages for checked configurations when using cached data |
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/13390 about this.
|
|
3157251 to
65f313c
Compare
65f313c to
7a6ae00
Compare
1a5a092 to
b99f311
Compare
b99f311 to
23f112f
Compare
bea8b24 to
66157c8
Compare
66157c8 to
21a9871
Compare
|
21a9871 to
3eacde7
Compare
|
3eacde7 to
73e1b82
Compare
8a3165a to
9dc6fc9
Compare
|



No description provided.