cppcheck icon indicating copy to clipboard operation
cppcheck copied to clipboard

re-run analysis in Python tests with cached results when `TEST_CPPCHECK_INJECT_BUILDDIR` is specified

Open firewave opened this issue 1 year ago • 4 comments

firewave avatar Dec 07 '24 05:12 firewave

The difference in the output of test_invalid_addon_py_verbose is tracked in https://trac.cppcheck.net/ticket/13389.

firewave avatar Dec 07 '24 05:12 firewave

~~test/cli/helloworld_test.py::test_sarif - https://trac.cppcheck.net/ticket/13393 (Windows only)~~ ~~test/cli/helloworld_test.py::test_xml_checkers_report - https://trac.cppcheck.net/ticket/13388~~ / https://trac.cppcheck.net/ticket/13390 (not fixed but test passes) test/cli/inline-suppress_test.py::test_unmatched_cfg - https://trac.cppcheck.net/ticket/13087 test/cli/inline-suppress_test.py::test_unmatched_suppression test/cli/inline-suppress_test.py::test_unmatched_suppression_path_with_extra_stuff test/cli/inline-suppress_test.py::test_unused_function_disabled_unmatched - https://trac.cppcheck.net/ticket/13087 ~~test/cli/inline-suppress_test.py::test_xml - https://trac.cppcheck.net/ticket/13388~~ ~~test/cli/inline-suppress_test.py::test_unused_function_unmatched - https://trac.cppcheck.net/ticket/13087~~ test/cli/metrics_test.py::test_dummy_metrics_stdout test/cli/metrics_test.py::test_dummy_metrics_xml_report ~~test/cli/other_test.py::test_execute_addon_file0- https://trac.cppcheck.net/ticket/13391~~ ~~test/cli/other_test.py::test_addon_namingng_config - https://trac.cppcheck.net/ticket/13389~~ (mitigated but not properly fixed) ~~test/cli/other_test.py::test_checkers_report_misra_json - https://trac.cppcheck.net/ticket/13388~~ test/cli/other_test.py::test_inline_suppr - https://trac.cppcheck.net/ticket/13087 test/cli/other_test.py::test_inline_suppr_j - https://trac.cppcheck.net/ticket/13087 ~~test/cli/other_test.py::test_invalid_addon_py_verbose - https://trac.cppcheck.net/ticket/13389~~ (mitigated but not properly fixed) test/cli/other_test.py::test_suppress_unmatched_wildcard ~~test/cli/premium_test.py::test_misra_c_builtin_style_check - https://trac.cppcheck.net/ticket/13388~~ test/cli/inline-suppress_test.py::test_misra_disabled_unmatched - https://trac.cppcheck.net/ticket/13087 test/cli/inline-suppress_test.py::test_premium_disabled_unmatched - https://trac.cppcheck.net/ticket/13087 ~~test/cli/proj2_test.py::test_gui_project_loads_relative_vs_solution_2 - https://trac.cppcheck.net/ticket/13926~~ ~~test/cli/proj2_test.py::test_gui_project_loads_relative_vs_solution_with_exclude - https://trac.cppcheck.net/ticket/13926~~ ~~test/cli/proj2_test.py::test_gui_project_loads_absolute_vs_solution_2 - https://trac.cppcheck.net/ticket/13926~~ test/cli/suppress-syntaxError_test.py::test_safety_suppress_syntax_error_explicitly test/cli/suppress-syntaxError_test.py::test_safety_suppress_syntax_error_implicitly test/cli/whole-program_test.py::test_addon_suppress_inline test/cli/whole-program_test.py::test_addon_suppress_inline_project ~~test/cli/whole-program_test.py::test_nullpointer_file0 - https://trac.cppcheck.net/ticket/13906 (Windows only)~~ (still appears to happen)

firewave avatar Dec 07 '24 05:12 firewave