Skip to content

misra: add tests to for R.20.2 and modify other tests.

Nicolas SALAUN requested to merge nsa/fixes-after-results-review into main
  • Remove line from test Test_02_R_11_02 as it raises the error 11.4 which is justified. The two errors are possible, cppcheck must detect at least 11.2 or 11.4 on this line. This line has been added to test Test_02_R_11_04.
  • R_13_06.c: expect error misra-c2012-13.6 for test 02, 03, 05.
  • Remove wrong /*@ Non-compliant */ comment from test Test_01_R_16_03. Add informative comments on other testing comments.
  • R_20_02.c: add tests 03 to 08.

Merge request reports