@@ -4,7 +4,7 @@ Feature: Importing Cppcheck reports
44 In order to have all static code checking results in one place,
55 work with them, filter them etc. and derive metrics from them.
66
7- @SqApi67 @SqApi75 @SqApi76
7+ @SqApi67 @SqApi75 @SqApi76 @SqApi78
88 Scenario : The reports are missing
99 Given the project "cppcheck_project"
1010 When I run "sonar-scanner -X -Dsonar.cxx.cppcheck.reportPath=empty.xml"
@@ -30,7 +30,7 @@ Feature: Importing Cppcheck reports
3030 """
3131 And the number of violations fed is 0
3232
33- @SqApi67 @SqApi75 @SqApi76
33+ @SqApi67 @SqApi75 @SqApi76 @SqApi78
3434 Scenario : The reports use paths relative to directories listed in sonar.sources
3535 Given the project "cppcheck_project"
3636 When I run "sonar-scanner -X -Dsonar.cxx.cppcheck.reportPath=relative-to-src.xml"
@@ -43,7 +43,7 @@ Feature: Importing Cppcheck reports
4343 """
4444 And the number of violations fed is 0
4545
46- @SqApi67 @SqApi75 @SqApi76
46+ @SqApi67 @SqApi75 @SqApi76 @SqApi78
4747 Scenario : The reports and issues in the reports have absolute paths
4848 Given the project "cppcheck_with_absolute_paths_project"
4949 And platform is not "Windows"
@@ -53,7 +53,7 @@ Feature: Importing Cppcheck reports
5353 And the server log (if locatable) contains no error/warning messages
5454 And the number of violations fed is 6
5555
56- @SqApi67 @SqApi75 @SqApi76
56+ @SqApi67 @SqApi75 @SqApi76 @SqApi78
5757 Scenario Outline : The reports are invalid
5858 Given the project "cppcheck_project"
5959 When I run "sonar-scanner -X -Dsonar.cxx.cppcheck.reportPath=<reportpath>"
@@ -70,7 +70,7 @@ Feature: Importing Cppcheck reports
7070 | unparsable .xml | 0 |
7171 | wrongly_encoded .xml | 0 |
7272
73- @SqApi67 @SqApi75 @SqApi76
73+ @SqApi67 @SqApi75 @SqApi76 @SqApi78
7474 Scenario Outline : Importing Cppcheck reports
7575 Given the project "cppcheck_project"
7676 When I run "sonar-scanner -X -Dsonar.cxx.cppcheck.reportPath=<reportpath>"
0 commit comments