-
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
No description provided.