We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32bcd64 commit f498d0cCopy full SHA for f498d0c
1 file changed
test/cli/testutils.py
@@ -247,6 +247,7 @@ def get_cache_contents():
247
248
cache_content = get_cache_contents()
249
250
+ # TODO: check that the cached results were actually used - run with --debug-analyzerinfo, check timestamps, etc.
251
return_code_1, stdout_1, stderr_1 = run_cppcheck()
252
253
# TODO: the following asserts do not show a diff when the test fails
0 commit comments