We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9f7e85 commit de9f632Copy full SHA for de9f632
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