Uh oh!
There was an error while loading. Please reload this page.
re-run analysis in Python tests with cached results when TEST_CPPCHECK_INJECT_BUILDDIR is specified - #7079
re-run analysis in Python tests with cached results when TEST_CPPCHECK_INJECT_BUILDDIR is specified#7079firewave wants to merge 14 commits into
TEST_CPPCHECK_INJECT_BUILDDIR is specified#7079Conversation
| 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.
I filed https://trac.cppcheck.net/ticket/13388 about this.
firewave
commented
Dec 7, 2024
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.
I filed https://trac.cppcheck.net/ticket/13390 about this.
|
3157251 to
65f313cCompare65f313c to
7a6ae00Compare1a5a092 to
b99f311Compareb99f311 to
23f112fComparebea8b24 to
66157c8Compare66157c8 to
21a9871Compare21a9871 to
3eacde7Compare
This comment was marked as outdated.
This comment was marked as outdated.
8a3165a to
9dc6fc9Comparef0443f4 to
62d5b6bCompare003fc18 to
3fbe2e2Compared1dada3 to
189328eCompare30a8651 to
1d1dd66Comparea51ac61 to
d0dffbeCompared0dffbe to
4c453f2Compare


No description provided.