Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Upgrade github/codeql dependency to 2.10.5#226

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
mbaluda merged 21 commits intomainfrommbaluda/updateql2.10.5
Mar 9, 2023

Conversation

@mbaluda
Copy link
Contributor

@mbaludambaluda commentedMar 3, 2023
edited
Loading

This PR updates thesupported_codeql_configs.json file to target:

  • CodeQL CLI 2.10.5
  • CodeQL Standard Library 2.10.5
  • CodeQL CLI Bundle 20220908
  • Replace XMLElement by XmlElement and XMLFile by XmlFile
  • Fix A2-10-4 and A2-10-5 test results
  • Update MISRA RULE-8-4 query for changes in latest CodeQL
  • Remove codeql submodule

Performance tests do not show relevant changes:

CodeQL dependency upgrade checklist:

  • Reformat our CodeQL using the latest version (if required)
  • Identify any CodeQL compiler warnings and errors, and update queries as required.
  • Validate that thegithub/codeql test cases succeed.
  • Address any CodeQL test failures in thegithub/codeql-coding-standards repository.
  • Validate performance vs pre-upgrade

jketemaand others added4 commitsMarch 3, 2023 00:39
@mbaludambaluda self-assigned thisMar 3, 2023
@github-actions
Copy link

🤖 Beep Boop! Matrix Testing for this PR has been initiated. Please check back later for results.

💡 If you do not hear back from me please check my status!I will report even if this PR does not contain files eligible for matrix testing.

@jsinglet
Copy link
Contributor

🤖 Beep Boop! Matrix Testing for this PR has beencompleted. If no reports were posted it means this PR does not contain things that need matrix testing!

@jsinglet
Copy link
Contributor

🤖 Beep Boop!clang/cpp/x86_64 Matrix Testing for this PR has been completed. See below for the results!

QUERY                : IdentifierNameOfStaticFunctionReusedInNamespaceCOMPILE_PASS         : TruePACKAGE              : NamingRULE                 : A2-10-4COMPILE_ERROR_OUTPUT : TEST_DIFFERENCE      : TEST_PASS            : TrueSUITE                : AUTOSARQUERY                : IdentifierNameOfStaticNonMemberObjectReusedInNamespaceCOMPILE_PASS         : TruePACKAGE              : NamingRULE                 : A2-10-4COMPILE_ERROR_OUTPUT : TEST_DIFFERENCE      : TEST_PASS            : TrueSUITE                : AUTOSARQUERY                : IdentifierNameOfAStaticFunctionIsReusedCOMPILE_PASS         : TruePACKAGE              : NamingRULE                 : A2-10-5COMPILE_ERROR_OUTPUT : TEST_DIFFERENCE      : TEST_PASS            : TrueSUITE                : AUTOSARQUERY                : IdentifierNameOfANonMemberObjectWithExternalOrInternalLinkageIsReusedCOMPILE_PASS         : TruePACKAGE              : NamingRULE                 : A2-10-5COMPILE_ERROR_OUTPUT : TEST_DIFFERENCE      : --- expected                       +++ actual                       @@ -1,4 +1,6 @@                        | test1a.cpp:2:12:2:13 | g1 | Identifier name of non-member object $@ reuses the identifier name of non-member object $@. | test1a.cpp:2:12:2:13 | g1 | g1 | test1b.cpp:2:12:2:13 | g1 | g1 |                        | test1a.cpp:6:12:6:13 | g3 | Identifier name of non-member object $@ reuses the identifier name of non-member object $@. | test1a.cpp:6:12:6:13 | g3 | g3 | test1b.cpp:6:12:6:13 | g3 | g3 |                       +| test1a.cpp:17:43:17:43 | number_two | Identifier name of non-member object $@ reuses the identifier name of non-member object $@. | test1a.cpp:17:43:17:43 | number_two | number_two | test1b.cpp:11:43:11:43 | number_two | number_two |                        | test1b.cpp:2:12:2:13 | g1 | Identifier name of non-member object $@ reuses the identifier name of non-member object $@. | test1b.cpp:2:12:2:13 | g1 | g1 | test1a.cpp:2:12:2:13 | g1 | g1 |                        | test1b.cpp:6:12:6:13 | g3 | Identifier name of non-member object $@ reuses the identifier name of non-member object $@. | test1b.cpp:6:12:6:13 | g3 | g3 | test1a.cpp:6:12:6:13 | g3 | g3 |                       +| test1b.cpp:11:43:11:43 | number_two | Identifier name of non-member object $@ reuses the identifier name of non-member object $@. | test1b.cpp:11:43:11:43 | number_two | number_two | test1a.cpp:17:43:17:43 | number_two | number_two |                       [1/1 comp 25.2s eval 1.1s] FAILED(RESULT) /__w/codeql-coding-standards-release-engineering/codeql-coding-standards-release-engineering/codeql-coding-standards/cpp/autosar/test/rules/A2-10-5/IdentifierNameOfANonMemberObjectWithExternalOrInternalLinkageIsReused.qlref                       TEST_PASS            : FalseSUITE                : AUTOSAR

@jsinglet
Copy link
Contributor

🤖 Beep Boop!gcc/cpp/x86_64 Matrix Testing for this PR has been completed. See below for the results!

COMPILE_ERROR_OUTPUT : QUERY                : IdentifierNameOfStaticFunctionReusedInNamespaceTEST_DIFFERENCE      : COMPILE_PASS         : TrueRULE                 : A2-10-4SUITE                : AUTOSARTEST_PASS            : TruePACKAGE              : NamingCOMPILE_ERROR_OUTPUT : QUERY                : IdentifierNameOfStaticNonMemberObjectReusedInNamespaceTEST_DIFFERENCE      : COMPILE_PASS         : TrueRULE                 : A2-10-4SUITE                : AUTOSARTEST_PASS            : TruePACKAGE              : NamingCOMPILE_ERROR_OUTPUT : QUERY                : IdentifierNameOfAStaticFunctionIsReusedTEST_DIFFERENCE      : COMPILE_PASS         : TrueRULE                 : A2-10-5SUITE                : AUTOSARTEST_PASS            : TruePACKAGE              : NamingCOMPILE_ERROR_OUTPUT : QUERY                : IdentifierNameOfANonMemberObjectWithExternalOrInternalLinkageIsReusedTEST_DIFFERENCE      : --- expected                       +++ actual                       @@ -1,4 +1,6 @@                        | test1a.cpp:2:12:2:13 | g1 | Identifier name of non-member object $@ reuses the identifier name of non-member object $@. | test1a.cpp:2:12:2:13 | g1 | g1 | test1b.cpp:2:12:2:13 | g1 | g1 |                        | test1a.cpp:6:12:6:13 | g3 | Identifier name of non-member object $@ reuses the identifier name of non-member object $@. | test1a.cpp:6:12:6:13 | g3 | g3 | test1b.cpp:6:12:6:13 | g3 | g3 |                       +| test1a.cpp:17:43:17:43 | number_two | Identifier name of non-member object $@ reuses the identifier name of non-member object $@. | test1a.cpp:17:43:17:43 | number_two | number_two | test1b.cpp:11:43:11:43 | number_two | number_two |                        | test1b.cpp:2:12:2:13 | g1 | Identifier name of non-member object $@ reuses the identifier name of non-member object $@. | test1b.cpp:2:12:2:13 | g1 | g1 | test1a.cpp:2:12:2:13 | g1 | g1 |                        | test1b.cpp:6:12:6:13 | g3 | Identifier name of non-member object $@ reuses the identifier name of non-member object $@. | test1b.cpp:6:12:6:13 | g3 | g3 | test1a.cpp:6:12:6:13 | g3 | g3 |                       +| test1b.cpp:11:43:11:43 | number_two | Identifier name of non-member object $@ reuses the identifier name of non-member object $@. | test1b.cpp:11:43:11:43 | number_two | number_two | test1a.cpp:17:43:17:43 | number_two | number_two |                       [1/1 comp 27s eval 1.2s] FAILED(RESULT) /__w/codeql-coding-standards-release-engineering/codeql-coding-standards-release-engineering/codeql-coding-standards/cpp/autosar/test/rules/A2-10-5/IdentifierNameOfANonMemberObjectWithExternalOrInternalLinkageIsReused.qlref                       COMPILE_PASS         : TrueRULE                 : A2-10-5SUITE                : AUTOSARTEST_PASS            : FalsePACKAGE              : Naming

@jsinglet
Copy link
Contributor

🤖 Beep Boop!gcc/c/x86_64 Matrix Testing for this PR has been completed. See below for the results!

COMPILE_PASS         : TrueQUERY                : CompatibleDeclarationFunctionDefinedTEST_PASS            : TruePACKAGE              : Declarations4RULE                 : RULE-8-4COMPILE_ERROR_OUTPUT : TEST_DIFFERENCE      : SUITE                : MISRA-C-2012COMPILE_PASS         : TrueQUERY                : CompatibleDeclarationObjectDefinedTEST_PASS            : TruePACKAGE              : Declarations4RULE                 : RULE-8-4COMPILE_ERROR_OUTPUT : TEST_DIFFERENCE      : SUITE                : MISRA-C-2012

@jsinglet
Copy link
Contributor

🤖 Beep Boop!clang/c/x86_64 Matrix Testing for this PR has been completed. See below for the results!

TEST_PASS            : TrueTEST_DIFFERENCE      : COMPILE_PASS         : TruePACKAGE              : Declarations4RULE                 : RULE-8-4QUERY                : CompatibleDeclarationFunctionDefinedCOMPILE_ERROR_OUTPUT : SUITE                : MISRA-C-2012TEST_PASS            : TrueTEST_DIFFERENCE      : COMPILE_PASS         : TruePACKAGE              : Declarations4RULE                 : RULE-8-4QUERY                : CompatibleDeclarationObjectDefinedCOMPILE_ERROR_OUTPUT : SUITE                : MISRA-C-2012

@jsinglet
Copy link
Contributor

🤖 Beep Boop!clang/cpp/x86_64 Matrix Testing for this PR has been completed. See below for the results!

QUERY                : IdentifierNameOfStaticFunctionReusedInNamespacePACKAGE              : NamingTEST_PASS            : TrueCOMPILE_PASS         : TrueCOMPILE_ERROR_OUTPUT : SUITE                : AUTOSARRULE                 : A2-10-4TEST_DIFFERENCE      : QUERY                : IdentifierNameOfStaticNonMemberObjectReusedInNamespacePACKAGE              : NamingTEST_PASS            : TrueCOMPILE_PASS         : TrueCOMPILE_ERROR_OUTPUT : SUITE                : AUTOSARRULE                 : A2-10-4TEST_DIFFERENCE      : QUERY                : IdentifierNameOfAStaticFunctionIsReusedPACKAGE              : NamingTEST_PASS            : TrueCOMPILE_PASS         : TrueCOMPILE_ERROR_OUTPUT : SUITE                : AUTOSARRULE                 : A2-10-5TEST_DIFFERENCE      : QUERY                : IdentifierNameOfANonMemberObjectWithExternalOrInternalLinkageIsReusedPACKAGE              : NamingTEST_PASS            : TrueCOMPILE_PASS         : TrueCOMPILE_ERROR_OUTPUT : SUITE                : AUTOSARRULE                 : A2-10-5TEST_DIFFERENCE      :

@jsinglet
Copy link
Contributor

🤖 Beep Boop!gcc/cpp/x86_64 Matrix Testing for this PR has been completed. See below for the results!

COMPILE_ERROR_OUTPUT : QUERY                : IdentifierNameOfStaticFunctionReusedInNamespaceCOMPILE_PASS         : TrueRULE                 : A2-10-4SUITE                : AUTOSARPACKAGE              : NamingTEST_DIFFERENCE      : TEST_PASS            : TrueCOMPILE_ERROR_OUTPUT : QUERY                : IdentifierNameOfStaticNonMemberObjectReusedInNamespaceCOMPILE_PASS         : TrueRULE                 : A2-10-4SUITE                : AUTOSARPACKAGE              : NamingTEST_DIFFERENCE      : TEST_PASS            : TrueCOMPILE_ERROR_OUTPUT : QUERY                : IdentifierNameOfAStaticFunctionIsReusedCOMPILE_PASS         : TrueRULE                 : A2-10-5SUITE                : AUTOSARPACKAGE              : NamingTEST_DIFFERENCE      : TEST_PASS            : TrueCOMPILE_ERROR_OUTPUT : QUERY                : IdentifierNameOfANonMemberObjectWithExternalOrInternalLinkageIsReusedCOMPILE_PASS         : TrueRULE                 : A2-10-5SUITE                : AUTOSARPACKAGE              : NamingTEST_DIFFERENCE      : TEST_PASS            : True

@jsinglet
Copy link
Contributor

🤖 Beep Boop! Matrix Testing for this PR has beencompleted. If no reports were posted it means this PR does not contain things that need matrix testing!

@mbaluda
Copy link
ContributorAuthor

/test-performance

@github-actions
Copy link

🏁 Beep Boop! Performance testing for this PR has been initiated. Please check back later for results. Note that the query package generation step must complete before testing will start so it might be a minute.

💡 If you do not hear back from me please check my status!I will report even if I fail!

@githubgithub deleted a comment fromjsingletMar 3, 2023
@githubgithub deleted a comment fromjsingletMar 3, 2023
@githubgithub deleted a comment fromjsingletMar 3, 2023
@githubgithub deleted a comment fromgithub-actionsbotMar 3, 2023
@githubgithub deleted a comment fromjsingletMar 3, 2023
@githubgithub deleted a comment fromjsingletMar 3, 2023
@githubgithub deleted a comment fromgithub-actionsbotMar 3, 2023
@githubgithub deleted a comment fromgithub-actionsbotMar 3, 2023
@githubgithub deleted a comment fromjsingletMar 3, 2023
@jsinglet
Copy link
Contributor

🤖 Beep Boop!gcc/c/x86_64 Matrix Testing for this PR has been completed. See below for the results!

TEST_DIFFERENCE      : TEST_PASS            : TrueSUITE                : MISRA-C-2012QUERY                : CompatibleDeclarationObjectDefinedRULE                 : RULE-8-4COMPILE_PASS         : TruePACKAGE              : Declarations4COMPILE_ERROR_OUTPUT : TEST_DIFFERENCE      : TEST_PASS            : TrueSUITE                : MISRA-C-2012QUERY                : CompatibleDeclarationFunctionDefinedRULE                 : RULE-8-4COMPILE_PASS         : TruePACKAGE              : Declarations4COMPILE_ERROR_OUTPUT :

@jsinglet
Copy link
Contributor

🤖 Beep Boop!clang/c/x86_64 Matrix Testing for this PR has been completed. See below for the results!

QUERY                : CompatibleDeclarationFunctionDefinedCOMPILE_ERROR_OUTPUT : RULE                 : RULE-8-4COMPILE_PASS         : TruePACKAGE              : Declarations4TEST_PASS            : TrueTEST_DIFFERENCE      : SUITE                : MISRA-C-2012QUERY                : CompatibleDeclarationObjectDefinedCOMPILE_ERROR_OUTPUT : RULE                 : RULE-8-4COMPILE_PASS         : TruePACKAGE              : Declarations4TEST_PASS            : TrueTEST_DIFFERENCE      : SUITE                : MISRA-C-2012

@jsinglet
Copy link
Contributor

🤖 Beep Boop!clang/cpp/x86_64 Matrix Testing for this PR has been completed. See below for the results!

TEST_DIFFERENCE      : COMPILE_PASS         : TrueQUERY                : IdentifierNameOfStaticNonMemberObjectReusedInNamespaceSUITE                : AUTOSARRULE                 : A2-10-4COMPILE_ERROR_OUTPUT : TEST_PASS            : TruePACKAGE              : NamingTEST_DIFFERENCE      : COMPILE_PASS         : TrueQUERY                : IdentifierNameOfStaticFunctionReusedInNamespaceSUITE                : AUTOSARRULE                 : A2-10-4COMPILE_ERROR_OUTPUT : TEST_PASS            : TruePACKAGE              : NamingTEST_DIFFERENCE      : COMPILE_PASS         : TrueQUERY                : IdentifierNameOfAStaticFunctionIsReusedSUITE                : AUTOSARRULE                 : A2-10-5COMPILE_ERROR_OUTPUT : TEST_PASS            : TruePACKAGE              : NamingTEST_DIFFERENCE      : COMPILE_PASS         : TrueQUERY                : IdentifierNameOfANonMemberObjectWithExternalOrInternalLinkageIsReusedSUITE                : AUTOSARRULE                 : A2-10-5COMPILE_ERROR_OUTPUT : TEST_PASS            : TruePACKAGE              : Naming

@jsinglet
Copy link
Contributor

🤖 Beep Boop!gcc/cpp/x86_64 Matrix Testing for this PR has been completed. See below for the results!

COMPILE_ERROR_OUTPUT : RULE                 : A2-10-4TEST_DIFFERENCE      : COMPILE_PASS         : TrueSUITE                : AUTOSARPACKAGE              : NamingQUERY                : IdentifierNameOfStaticFunctionReusedInNamespaceTEST_PASS            : TrueCOMPILE_ERROR_OUTPUT : RULE                 : A2-10-4TEST_DIFFERENCE      : COMPILE_PASS         : TrueSUITE                : AUTOSARPACKAGE              : NamingQUERY                : IdentifierNameOfStaticNonMemberObjectReusedInNamespaceTEST_PASS            : TrueCOMPILE_ERROR_OUTPUT : RULE                 : A2-10-5TEST_DIFFERENCE      : COMPILE_PASS         : TrueSUITE                : AUTOSARPACKAGE              : NamingQUERY                : IdentifierNameOfAStaticFunctionIsReusedTEST_PASS            : TrueCOMPILE_ERROR_OUTPUT : RULE                 : A2-10-5TEST_DIFFERENCE      : COMPILE_PASS         : TrueSUITE                : AUTOSARPACKAGE              : NamingQUERY                : IdentifierNameOfANonMemberObjectWithExternalOrInternalLinkageIsReusedTEST_PASS            : True

@jsinglet
Copy link
Contributor

🤖 Beep Boop! Matrix Testing for this PR has beencompleted. If no reports were posted it means this PR does not contain things that need matrix testing!

@github-actions
Copy link

🤖 Beep Boop! Matrix Testing for this PR has been initiated. Please check back later for results.

💡 If you do not hear back from me please check my status!I will report even if this PR does not contain files eligible for matrix testing.

@jsinglet
Copy link
Contributor

🤖 Beep Boop!clang/c/x86_64 Matrix Testing for this PR has been completed. See below for the results!

QUERY                : CompatibleDeclarationFunctionDefinedCOMPILE_ERROR_OUTPUT : RULE                 : RULE-8-4PACKAGE              : Declarations4SUITE                : MISRA-C-2012COMPILE_PASS         : TrueTEST_PASS            : TrueTEST_DIFFERENCE      : QUERY                : CompatibleDeclarationObjectDefinedCOMPILE_ERROR_OUTPUT : RULE                 : RULE-8-4PACKAGE              : Declarations4SUITE                : MISRA-C-2012COMPILE_PASS         : TrueTEST_PASS            : TrueTEST_DIFFERENCE      :

@jsinglet
Copy link
Contributor

🤖 Beep Boop!gcc/c/x86_64 Matrix Testing for this PR has been completed. See below for the results!

RULE                 : RULE-8-4COMPILE_PASS         : TrueTEST_DIFFERENCE      : QUERY                : CompatibleDeclarationFunctionDefinedTEST_PASS            : TrueSUITE                : MISRA-C-2012PACKAGE              : Declarations4COMPILE_ERROR_OUTPUT : RULE                 : RULE-8-4COMPILE_PASS         : TrueTEST_DIFFERENCE      : QUERY                : CompatibleDeclarationObjectDefinedTEST_PASS            : TrueSUITE                : MISRA-C-2012PACKAGE              : Declarations4COMPILE_ERROR_OUTPUT :

@jsinglet
Copy link
Contributor

🤖 Beep Boop!clang/cpp/x86_64 Matrix Testing for this PR has been completed. See below for the results!

TEST_DIFFERENCE      : PACKAGE              : NamingRULE                 : A2-10-4COMPILE_ERROR_OUTPUT : SUITE                : AUTOSARQUERY                : IdentifierNameOfStaticNonMemberObjectReusedInNamespaceCOMPILE_PASS         : TrueTEST_PASS            : TrueTEST_DIFFERENCE      : PACKAGE              : NamingRULE                 : A2-10-4COMPILE_ERROR_OUTPUT : SUITE                : AUTOSARQUERY                : IdentifierNameOfStaticFunctionReusedInNamespaceCOMPILE_PASS         : TrueTEST_PASS            : TrueTEST_DIFFERENCE      : PACKAGE              : NamingRULE                 : A2-10-5COMPILE_ERROR_OUTPUT : SUITE                : AUTOSARQUERY                : IdentifierNameOfAStaticFunctionIsReusedCOMPILE_PASS         : TrueTEST_PASS            : TrueTEST_DIFFERENCE      : PACKAGE              : NamingRULE                 : A2-10-5COMPILE_ERROR_OUTPUT : SUITE                : AUTOSARQUERY                : IdentifierNameOfANonMemberObjectWithExternalOrInternalLinkageIsReusedCOMPILE_PASS         : TrueTEST_PASS            : True

@jsinglet
Copy link
Contributor

🤖 Beep Boop!gcc/cpp/x86_64 Matrix Testing for this PR has been completed. See below for the results!

TEST_DIFFERENCE      : TEST_PASS            : TrueCOMPILE_PASS         : TrueSUITE                : AUTOSARCOMPILE_ERROR_OUTPUT : QUERY                : IdentifierNameOfStaticFunctionReusedInNamespacePACKAGE              : NamingRULE                 : A2-10-4TEST_DIFFERENCE      : TEST_PASS            : TrueCOMPILE_PASS         : TrueSUITE                : AUTOSARCOMPILE_ERROR_OUTPUT : QUERY                : IdentifierNameOfStaticNonMemberObjectReusedInNamespacePACKAGE              : NamingRULE                 : A2-10-4TEST_DIFFERENCE      : TEST_PASS            : TrueCOMPILE_PASS         : TrueSUITE                : AUTOSARCOMPILE_ERROR_OUTPUT : QUERY                : IdentifierNameOfAStaticFunctionIsReusedPACKAGE              : NamingRULE                 : A2-10-5TEST_DIFFERENCE      : TEST_PASS            : TrueCOMPILE_PASS         : TrueSUITE                : AUTOSARCOMPILE_ERROR_OUTPUT : QUERY                : IdentifierNameOfANonMemberObjectWithExternalOrInternalLinkageIsReusedPACKAGE              : NamingRULE                 : A2-10-5

@jsinglet
Copy link
Contributor

🤖 Beep Boop! Matrix Testing for this PR has beencompleted. If no reports were posted it means this PR does not contain things that need matrix testing!

@github-actions
Copy link

🤖 Beep Boop! Matrix Testing for this PR has been initiated. Please check back later for results.

💡 If you do not hear back from me please check my status!I will report even if this PR does not contain files eligible for matrix testing.

@github-actions
Copy link

🤖 Beep Boop! Matrix Testing for this PR has been initiated. Please check back later for results.

💡 If you do not hear back from me please check my status!I will report even if this PR does not contain files eligible for matrix testing.

@jsinglet
Copy link
Contributor

🤖 Beep Boop!clang/c/x86_64 Matrix Testing for this PR has been completed. See below for the results!

SUITE                : MISRA-C-2012COMPILE_ERROR_OUTPUT : RULE                 : RULE-8-4COMPILE_PASS         : TrueQUERY                : CompatibleDeclarationFunctionDefinedPACKAGE              : Declarations4TEST_DIFFERENCE      : TEST_PASS            : TrueSUITE                : MISRA-C-2012COMPILE_ERROR_OUTPUT : RULE                 : RULE-8-4COMPILE_PASS         : TrueQUERY                : CompatibleDeclarationObjectDefinedPACKAGE              : Declarations4TEST_DIFFERENCE      : TEST_PASS            : True

@jsinglet
Copy link
Contributor

🤖 Beep Boop!gcc/c/x86_64 Matrix Testing for this PR has been completed. See below for the results!

TEST_PASS            : TrueCOMPILE_ERROR_OUTPUT : TEST_DIFFERENCE      : PACKAGE              : Declarations4COMPILE_PASS         : TrueSUITE                : MISRA-C-2012RULE                 : RULE-8-4QUERY                : CompatibleDeclarationObjectDefinedTEST_PASS            : TrueCOMPILE_ERROR_OUTPUT : TEST_DIFFERENCE      : PACKAGE              : Declarations4COMPILE_PASS         : TrueSUITE                : MISRA-C-2012RULE                 : RULE-8-4QUERY                : CompatibleDeclarationFunctionDefined

@jsinglet
Copy link
Contributor

🤖 Beep Boop!gcc/c/x86_64 Matrix Testing for this PR has been completed. See below for the results!

TEST_DIFFERENCE      : QUERY                : CompatibleDeclarationObjectDefinedCOMPILE_ERROR_OUTPUT : RULE                 : RULE-8-4COMPILE_PASS         : TruePACKAGE              : Declarations4TEST_PASS            : TrueSUITE                : MISRA-C-2012TEST_DIFFERENCE      : QUERY                : CompatibleDeclarationFunctionDefinedCOMPILE_ERROR_OUTPUT : RULE                 : RULE-8-4COMPILE_PASS         : TruePACKAGE              : Declarations4TEST_PASS            : TrueSUITE                : MISRA-C-2012

@jsinglet
Copy link
Contributor

🤖 Beep Boop!clang/c/x86_64 Matrix Testing for this PR has been completed. See below for the results!

TEST_PASS            : TrueCOMPILE_ERROR_OUTPUT : QUERY                : CompatibleDeclarationObjectDefinedCOMPILE_PASS         : TrueTEST_DIFFERENCE      : PACKAGE              : Declarations4RULE                 : RULE-8-4SUITE                : MISRA-C-2012TEST_PASS            : TrueCOMPILE_ERROR_OUTPUT : QUERY                : CompatibleDeclarationFunctionDefinedCOMPILE_PASS         : TrueTEST_DIFFERENCE      : PACKAGE              : Declarations4RULE                 : RULE-8-4SUITE                : MISRA-C-2012

@jsinglet
Copy link
Contributor

🤖 Beep Boop!gcc/cpp/x86_64 Matrix Testing for this PR has been completed. See below for the results!

SUITE                : AUTOSARCOMPILE_PASS         : TrueTEST_DIFFERENCE      : COMPILE_ERROR_OUTPUT : QUERY                : IdentifierNameOfStaticNonMemberObjectReusedInNamespaceRULE                 : A2-10-4TEST_PASS            : TruePACKAGE              : NamingSUITE                : AUTOSARCOMPILE_PASS         : TrueTEST_DIFFERENCE      : COMPILE_ERROR_OUTPUT : QUERY                : IdentifierNameOfStaticFunctionReusedInNamespaceRULE                 : A2-10-4TEST_PASS            : TruePACKAGE              : NamingSUITE                : AUTOSARCOMPILE_PASS         : TrueTEST_DIFFERENCE      : COMPILE_ERROR_OUTPUT : QUERY                : IdentifierNameOfAStaticFunctionIsReusedRULE                 : A2-10-5TEST_PASS            : TruePACKAGE              : NamingSUITE                : AUTOSARCOMPILE_PASS         : TrueTEST_DIFFERENCE      : COMPILE_ERROR_OUTPUT : QUERY                : IdentifierNameOfANonMemberObjectWithExternalOrInternalLinkageIsReusedRULE                 : A2-10-5TEST_PASS            : TruePACKAGE              : Naming

@jsinglet
Copy link
Contributor

🤖 Beep Boop!clang/cpp/x86_64 Matrix Testing for this PR has been completed. See below for the results!

QUERY                : IdentifierNameOfStaticNonMemberObjectReusedInNamespaceRULE                 : A2-10-4COMPILE_PASS         : TrueTEST_PASS            : TrueTEST_DIFFERENCE      : SUITE                : AUTOSARCOMPILE_ERROR_OUTPUT : PACKAGE              : NamingQUERY                : IdentifierNameOfStaticFunctionReusedInNamespaceRULE                 : A2-10-4COMPILE_PASS         : TrueTEST_PASS            : TrueTEST_DIFFERENCE      : SUITE                : AUTOSARCOMPILE_ERROR_OUTPUT : PACKAGE              : NamingQUERY                : IdentifierNameOfAStaticFunctionIsReusedRULE                 : A2-10-5COMPILE_PASS         : TrueTEST_PASS            : TrueTEST_DIFFERENCE      : SUITE                : AUTOSARCOMPILE_ERROR_OUTPUT : PACKAGE              : NamingQUERY                : IdentifierNameOfANonMemberObjectWithExternalOrInternalLinkageIsReusedRULE                 : A2-10-5COMPILE_PASS         : TrueTEST_PASS            : TrueTEST_DIFFERENCE      : SUITE                : AUTOSARCOMPILE_ERROR_OUTPUT : PACKAGE              : Naming

@jsinglet
Copy link
Contributor

🤖 Beep Boop!clang/cpp/x86_64 Matrix Testing for this PR has been completed. See below for the results!

TEST_DIFFERENCE      : SUITE                : AUTOSARQUERY                : IdentifierNameOfStaticNonMemberObjectReusedInNamespaceCOMPILE_ERROR_OUTPUT : RULE                 : A2-10-4PACKAGE              : NamingTEST_PASS            : TrueCOMPILE_PASS         : TrueTEST_DIFFERENCE      : SUITE                : AUTOSARQUERY                : IdentifierNameOfStaticFunctionReusedInNamespaceCOMPILE_ERROR_OUTPUT : RULE                 : A2-10-4PACKAGE              : NamingTEST_PASS            : TrueCOMPILE_PASS         : TrueTEST_DIFFERENCE      : SUITE                : AUTOSARQUERY                : IdentifierNameOfAStaticFunctionIsReusedCOMPILE_ERROR_OUTPUT : RULE                 : A2-10-5PACKAGE              : NamingTEST_PASS            : TrueCOMPILE_PASS         : TrueTEST_DIFFERENCE      : SUITE                : AUTOSARQUERY                : IdentifierNameOfANonMemberObjectWithExternalOrInternalLinkageIsReusedCOMPILE_ERROR_OUTPUT : RULE                 : A2-10-5PACKAGE              : NamingTEST_PASS            : TrueCOMPILE_PASS         : True

@jsinglet
Copy link
Contributor

🤖 Beep Boop! Matrix Testing for this PR has beencompleted. If no reports were posted it means this PR does not contain things that need matrix testing!

@jsinglet
Copy link
Contributor

🤖 Beep Boop!gcc/cpp/x86_64 Matrix Testing for this PR has been completed. See below for the results!

COMPILE_PASS         : TrueTEST_DIFFERENCE      : COMPILE_ERROR_OUTPUT : PACKAGE              : NamingQUERY                : IdentifierNameOfStaticFunctionReusedInNamespaceTEST_PASS            : TrueRULE                 : A2-10-4SUITE                : AUTOSARCOMPILE_PASS         : TrueTEST_DIFFERENCE      : COMPILE_ERROR_OUTPUT : PACKAGE              : NamingQUERY                : IdentifierNameOfStaticNonMemberObjectReusedInNamespaceTEST_PASS            : TrueRULE                 : A2-10-4SUITE                : AUTOSARCOMPILE_PASS         : TrueTEST_DIFFERENCE      : COMPILE_ERROR_OUTPUT : PACKAGE              : NamingQUERY                : IdentifierNameOfAStaticFunctionIsReusedTEST_PASS            : TrueRULE                 : A2-10-5SUITE                : AUTOSARCOMPILE_PASS         : TrueTEST_DIFFERENCE      : COMPILE_ERROR_OUTPUT : PACKAGE              : NamingQUERY                : IdentifierNameOfANonMemberObjectWithExternalOrInternalLinkageIsReusedTEST_PASS            : TrueRULE                 : A2-10-5SUITE                : AUTOSAR

@jsinglet
Copy link
Contributor

🤖 Beep Boop! Matrix Testing for this PR has beencompleted. If no reports were posted it means this PR does not contain things that need matrix testing!

@mbaludambaluda added this pull request to themerge queueMar 9, 2023
Merged via the queue intomain with commit3b17207Mar 9, 2023
@mbaludambaluda deleted the mbaluda/updateql2.10.5 branchMarch 9, 2023 09:49
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@jketemajketemajketema left review comments

@lcarteylcarteyAwaiting requested review from lcartey

@rvermeulenrvermeulenAwaiting requested review from rvermeulen

+1 more reviewer

@jsingletjsingletjsinglet approved these changes

Reviewers whose approvals may not affect merge requirements

Assignees

@mbaludambaluda

Labels

None yet

Projects

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

4 participants

@mbaluda@jsinglet@jketema

[8]ページ先頭

©2009-2025 Movatter.jp