Skip to content

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 21 commits into from
Mar 9, 2023
Merged

Conversation

mbaluda
Copy link
Contributor

@mbaluda mbaluda commented Mar 3, 2023

This PR updates the supported_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 the github/codeql test cases succeed.
  • Address any CodeQL test failures in the github/codeql-coding-standards repository.
  • Validate performance vs pre-upgrade

jketema and others added 4 commits March 3, 2023 00:39
@mbaluda mbaluda self-assigned this Mar 3, 2023
@github-actions
Copy link

github-actions bot commented Mar 3, 2023

🤖 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

jsinglet commented Mar 3, 2023

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

@jsinglet
Copy link
Contributor

jsinglet commented Mar 3, 2023

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


QUERY                : IdentifierNameOfStaticFunctionReusedInNamespace
COMPILE_PASS         : True
PACKAGE              : Naming
RULE                 : A2-10-4
COMPILE_ERROR_OUTPUT : 
TEST_DIFFERENCE      : 
TEST_PASS            : True
SUITE                : AUTOSAR

QUERY                : IdentifierNameOfStaticNonMemberObjectReusedInNamespace
COMPILE_PASS         : True
PACKAGE              : Naming
RULE                 : A2-10-4
COMPILE_ERROR_OUTPUT : 
TEST_DIFFERENCE      : 
TEST_PASS            : True
SUITE                : AUTOSAR

QUERY                : IdentifierNameOfAStaticFunctionIsReused
COMPILE_PASS         : True
PACKAGE              : Naming
RULE                 : A2-10-5
COMPILE_ERROR_OUTPUT : 
TEST_DIFFERENCE      : 
TEST_PASS            : True
SUITE                : AUTOSAR

QUERY                : IdentifierNameOfANonMemberObjectWithExternalOrInternalLinkageIsReused
COMPILE_PASS         : True
PACKAGE              : Naming
RULE                 : A2-10-5
COMPILE_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            : False
SUITE                : AUTOSAR


@jsinglet
Copy link
Contributor

jsinglet commented Mar 3, 2023

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


COMPILE_ERROR_OUTPUT : 
QUERY                : IdentifierNameOfStaticFunctionReusedInNamespace
TEST_DIFFERENCE      : 
COMPILE_PASS         : True
RULE                 : A2-10-4
SUITE                : AUTOSAR
TEST_PASS            : True
PACKAGE              : Naming

COMPILE_ERROR_OUTPUT : 
QUERY                : IdentifierNameOfStaticNonMemberObjectReusedInNamespace
TEST_DIFFERENCE      : 
COMPILE_PASS         : True
RULE                 : A2-10-4
SUITE                : AUTOSAR
TEST_PASS            : True
PACKAGE              : Naming

COMPILE_ERROR_OUTPUT : 
QUERY                : IdentifierNameOfAStaticFunctionIsReused
TEST_DIFFERENCE      : 
COMPILE_PASS         : True
RULE                 : A2-10-5
SUITE                : AUTOSAR
TEST_PASS            : True
PACKAGE              : Naming

COMPILE_ERROR_OUTPUT : 
QUERY                : IdentifierNameOfANonMemberObjectWithExternalOrInternalLinkageIsReused
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 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         : True
RULE                 : A2-10-5
SUITE                : AUTOSAR
TEST_PASS            : False
PACKAGE              : Naming


@jsinglet
Copy link
Contributor

jsinglet commented Mar 3, 2023

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


COMPILE_PASS         : True
QUERY                : CompatibleDeclarationFunctionDefined
TEST_PASS            : True
PACKAGE              : Declarations4
RULE                 : RULE-8-4
COMPILE_ERROR_OUTPUT : 
TEST_DIFFERENCE      : 
SUITE                : MISRA-C-2012

COMPILE_PASS         : True
QUERY                : CompatibleDeclarationObjectDefined
TEST_PASS            : True
PACKAGE              : Declarations4
RULE                 : RULE-8-4
COMPILE_ERROR_OUTPUT : 
TEST_DIFFERENCE      : 
SUITE                : MISRA-C-2012


@jsinglet
Copy link
Contributor

jsinglet commented Mar 3, 2023

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


TEST_PASS            : True
TEST_DIFFERENCE      : 
COMPILE_PASS         : True
PACKAGE              : Declarations4
RULE                 : RULE-8-4
QUERY                : CompatibleDeclarationFunctionDefined
COMPILE_ERROR_OUTPUT : 
SUITE                : MISRA-C-2012

TEST_PASS            : True
TEST_DIFFERENCE      : 
COMPILE_PASS         : True
PACKAGE              : Declarations4
RULE                 : RULE-8-4
QUERY                : CompatibleDeclarationObjectDefined
COMPILE_ERROR_OUTPUT : 
SUITE                : MISRA-C-2012


@jsinglet
Copy link
Contributor

jsinglet commented Mar 3, 2023

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


QUERY                : IdentifierNameOfStaticFunctionReusedInNamespace
PACKAGE              : Naming
TEST_PASS            : True
COMPILE_PASS         : True
COMPILE_ERROR_OUTPUT : 
SUITE                : AUTOSAR
RULE                 : A2-10-4
TEST_DIFFERENCE      : 

QUERY                : IdentifierNameOfStaticNonMemberObjectReusedInNamespace
PACKAGE              : Naming
TEST_PASS            : True
COMPILE_PASS         : True
COMPILE_ERROR_OUTPUT : 
SUITE                : AUTOSAR
RULE                 : A2-10-4
TEST_DIFFERENCE      : 

QUERY                : IdentifierNameOfAStaticFunctionIsReused
PACKAGE              : Naming
TEST_PASS            : True
COMPILE_PASS         : True
COMPILE_ERROR_OUTPUT : 
SUITE                : AUTOSAR
RULE                 : A2-10-5
TEST_DIFFERENCE      : 

QUERY                : IdentifierNameOfANonMemberObjectWithExternalOrInternalLinkageIsReused
PACKAGE              : Naming
TEST_PASS            : True
COMPILE_PASS         : True
COMPILE_ERROR_OUTPUT : 
SUITE                : AUTOSAR
RULE                 : A2-10-5
TEST_DIFFERENCE      : 


@jsinglet
Copy link
Contributor

jsinglet commented Mar 3, 2023

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


COMPILE_ERROR_OUTPUT : 
QUERY                : IdentifierNameOfStaticFunctionReusedInNamespace
COMPILE_PASS         : True
RULE                 : A2-10-4
SUITE                : AUTOSAR
PACKAGE              : Naming
TEST_DIFFERENCE      : 
TEST_PASS            : True

COMPILE_ERROR_OUTPUT : 
QUERY                : IdentifierNameOfStaticNonMemberObjectReusedInNamespace
COMPILE_PASS         : True
RULE                 : A2-10-4
SUITE                : AUTOSAR
PACKAGE              : Naming
TEST_DIFFERENCE      : 
TEST_PASS            : True

COMPILE_ERROR_OUTPUT : 
QUERY                : IdentifierNameOfAStaticFunctionIsReused
COMPILE_PASS         : True
RULE                 : A2-10-5
SUITE                : AUTOSAR
PACKAGE              : Naming
TEST_DIFFERENCE      : 
TEST_PASS            : True

COMPILE_ERROR_OUTPUT : 
QUERY                : IdentifierNameOfANonMemberObjectWithExternalOrInternalLinkageIsReused
COMPILE_PASS         : True
RULE                 : A2-10-5
SUITE                : AUTOSAR
PACKAGE              : Naming
TEST_DIFFERENCE      : 
TEST_PASS            : True


@jsinglet
Copy link
Contributor

jsinglet commented Mar 3, 2023

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

@mbaluda
Copy link
Contributor Author

mbaluda commented Mar 3, 2023

/test-performance

@github-actions
Copy link

github-actions bot commented Mar 3, 2023

🏁 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!

@github github deleted a comment from jsinglet Mar 3, 2023
@github github deleted a comment from jsinglet Mar 3, 2023
@github github deleted a comment from jsinglet Mar 3, 2023
@github github deleted a comment from github-actions bot Mar 3, 2023
@github github deleted a comment from jsinglet Mar 3, 2023
@github github deleted a comment from jsinglet Mar 3, 2023
@github github deleted a comment from github-actions bot Mar 3, 2023
@github github deleted a comment from github-actions bot Mar 3, 2023
@github github deleted a comment from jsinglet Mar 3, 2023
@jsinglet
Copy link
Contributor

jsinglet commented Mar 9, 2023

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


TEST_DIFFERENCE      : 
TEST_PASS            : True
SUITE                : MISRA-C-2012
QUERY                : CompatibleDeclarationObjectDefined
RULE                 : RULE-8-4
COMPILE_PASS         : True
PACKAGE              : Declarations4
COMPILE_ERROR_OUTPUT : 

TEST_DIFFERENCE      : 
TEST_PASS            : True
SUITE                : MISRA-C-2012
QUERY                : CompatibleDeclarationFunctionDefined
RULE                 : RULE-8-4
COMPILE_PASS         : True
PACKAGE              : Declarations4
COMPILE_ERROR_OUTPUT : 


@jsinglet
Copy link
Contributor

jsinglet commented Mar 9, 2023

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


QUERY                : CompatibleDeclarationFunctionDefined
COMPILE_ERROR_OUTPUT : 
RULE                 : RULE-8-4
COMPILE_PASS         : True
PACKAGE              : Declarations4
TEST_PASS            : True
TEST_DIFFERENCE      : 
SUITE                : MISRA-C-2012

QUERY                : CompatibleDeclarationObjectDefined
COMPILE_ERROR_OUTPUT : 
RULE                 : RULE-8-4
COMPILE_PASS         : True
PACKAGE              : Declarations4
TEST_PASS            : True
TEST_DIFFERENCE      : 
SUITE                : MISRA-C-2012


@jsinglet
Copy link
Contributor

jsinglet commented Mar 9, 2023

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


TEST_DIFFERENCE      : 
COMPILE_PASS         : True
QUERY                : IdentifierNameOfStaticNonMemberObjectReusedInNamespace
SUITE                : AUTOSAR
RULE                 : A2-10-4
COMPILE_ERROR_OUTPUT : 
TEST_PASS            : True
PACKAGE              : Naming

TEST_DIFFERENCE      : 
COMPILE_PASS         : True
QUERY                : IdentifierNameOfStaticFunctionReusedInNamespace
SUITE                : AUTOSAR
RULE                 : A2-10-4
COMPILE_ERROR_OUTPUT : 
TEST_PASS            : True
PACKAGE              : Naming

TEST_DIFFERENCE      : 
COMPILE_PASS         : True
QUERY                : IdentifierNameOfAStaticFunctionIsReused
SUITE                : AUTOSAR
RULE                 : A2-10-5
COMPILE_ERROR_OUTPUT : 
TEST_PASS            : True
PACKAGE              : Naming

TEST_DIFFERENCE      : 
COMPILE_PASS         : True
QUERY                : IdentifierNameOfANonMemberObjectWithExternalOrInternalLinkageIsReused
SUITE                : AUTOSAR
RULE                 : A2-10-5
COMPILE_ERROR_OUTPUT : 
TEST_PASS            : True
PACKAGE              : Naming


@jsinglet
Copy link
Contributor

jsinglet commented Mar 9, 2023

🤖 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-4
TEST_DIFFERENCE      : 
COMPILE_PASS         : True
SUITE                : AUTOSAR
PACKAGE              : Naming
QUERY                : IdentifierNameOfStaticFunctionReusedInNamespace
TEST_PASS            : True

COMPILE_ERROR_OUTPUT : 
RULE                 : A2-10-4
TEST_DIFFERENCE      : 
COMPILE_PASS         : True
SUITE                : AUTOSAR
PACKAGE              : Naming
QUERY                : IdentifierNameOfStaticNonMemberObjectReusedInNamespace
TEST_PASS            : True

COMPILE_ERROR_OUTPUT : 
RULE                 : A2-10-5
TEST_DIFFERENCE      : 
COMPILE_PASS         : True
SUITE                : AUTOSAR
PACKAGE              : Naming
QUERY                : IdentifierNameOfAStaticFunctionIsReused
TEST_PASS            : True

COMPILE_ERROR_OUTPUT : 
RULE                 : A2-10-5
TEST_DIFFERENCE      : 
COMPILE_PASS         : True
SUITE                : AUTOSAR
PACKAGE              : Naming
QUERY                : IdentifierNameOfANonMemberObjectWithExternalOrInternalLinkageIsReused
TEST_PASS            : True


@jsinglet
Copy link
Contributor

jsinglet commented Mar 9, 2023

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

@github-actions
Copy link

github-actions bot commented Mar 9, 2023

🤖 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

jsinglet commented Mar 9, 2023

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


QUERY                : CompatibleDeclarationFunctionDefined
COMPILE_ERROR_OUTPUT : 
RULE                 : RULE-8-4
PACKAGE              : Declarations4
SUITE                : MISRA-C-2012
COMPILE_PASS         : True
TEST_PASS            : True
TEST_DIFFERENCE      : 

QUERY                : CompatibleDeclarationObjectDefined
COMPILE_ERROR_OUTPUT : 
RULE                 : RULE-8-4
PACKAGE              : Declarations4
SUITE                : MISRA-C-2012
COMPILE_PASS         : True
TEST_PASS            : True
TEST_DIFFERENCE      : 


@jsinglet
Copy link
Contributor

jsinglet commented Mar 9, 2023

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


RULE                 : RULE-8-4
COMPILE_PASS         : True
TEST_DIFFERENCE      : 
QUERY                : CompatibleDeclarationFunctionDefined
TEST_PASS            : True
SUITE                : MISRA-C-2012
PACKAGE              : Declarations4
COMPILE_ERROR_OUTPUT : 

RULE                 : RULE-8-4
COMPILE_PASS         : True
TEST_DIFFERENCE      : 
QUERY                : CompatibleDeclarationObjectDefined
TEST_PASS            : True
SUITE                : MISRA-C-2012
PACKAGE              : Declarations4
COMPILE_ERROR_OUTPUT : 


@jsinglet
Copy link
Contributor

jsinglet commented Mar 9, 2023

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


TEST_DIFFERENCE      : 
PACKAGE              : Naming
RULE                 : A2-10-4
COMPILE_ERROR_OUTPUT : 
SUITE                : AUTOSAR
QUERY                : IdentifierNameOfStaticNonMemberObjectReusedInNamespace
COMPILE_PASS         : True
TEST_PASS            : True

TEST_DIFFERENCE      : 
PACKAGE              : Naming
RULE                 : A2-10-4
COMPILE_ERROR_OUTPUT : 
SUITE                : AUTOSAR
QUERY                : IdentifierNameOfStaticFunctionReusedInNamespace
COMPILE_PASS         : True
TEST_PASS            : True

TEST_DIFFERENCE      : 
PACKAGE              : Naming
RULE                 : A2-10-5
COMPILE_ERROR_OUTPUT : 
SUITE                : AUTOSAR
QUERY                : IdentifierNameOfAStaticFunctionIsReused
COMPILE_PASS         : True
TEST_PASS            : True

TEST_DIFFERENCE      : 
PACKAGE              : Naming
RULE                 : A2-10-5
COMPILE_ERROR_OUTPUT : 
SUITE                : AUTOSAR
QUERY                : IdentifierNameOfANonMemberObjectWithExternalOrInternalLinkageIsReused
COMPILE_PASS         : True
TEST_PASS            : True


@jsinglet
Copy link
Contributor

jsinglet commented Mar 9, 2023

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


TEST_DIFFERENCE      : 
TEST_PASS            : True
COMPILE_PASS         : True
SUITE                : AUTOSAR
COMPILE_ERROR_OUTPUT : 
QUERY                : IdentifierNameOfStaticFunctionReusedInNamespace
PACKAGE              : Naming
RULE                 : A2-10-4

TEST_DIFFERENCE      : 
TEST_PASS            : True
COMPILE_PASS         : True
SUITE                : AUTOSAR
COMPILE_ERROR_OUTPUT : 
QUERY                : IdentifierNameOfStaticNonMemberObjectReusedInNamespace
PACKAGE              : Naming
RULE                 : A2-10-4

TEST_DIFFERENCE      : 
TEST_PASS            : True
COMPILE_PASS         : True
SUITE                : AUTOSAR
COMPILE_ERROR_OUTPUT : 
QUERY                : IdentifierNameOfAStaticFunctionIsReused
PACKAGE              : Naming
RULE                 : A2-10-5

TEST_DIFFERENCE      : 
TEST_PASS            : True
COMPILE_PASS         : True
SUITE                : AUTOSAR
COMPILE_ERROR_OUTPUT : 
QUERY                : IdentifierNameOfANonMemberObjectWithExternalOrInternalLinkageIsReused
PACKAGE              : Naming
RULE                 : A2-10-5


@jsinglet
Copy link
Contributor

jsinglet commented Mar 9, 2023

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

@github-actions
Copy link

github-actions bot commented Mar 9, 2023

🤖 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

github-actions bot commented Mar 9, 2023

🤖 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

jsinglet commented Mar 9, 2023

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


SUITE                : MISRA-C-2012
COMPILE_ERROR_OUTPUT : 
RULE                 : RULE-8-4
COMPILE_PASS         : True
QUERY                : CompatibleDeclarationFunctionDefined
PACKAGE              : Declarations4
TEST_DIFFERENCE      : 
TEST_PASS            : True

SUITE                : MISRA-C-2012
COMPILE_ERROR_OUTPUT : 
RULE                 : RULE-8-4
COMPILE_PASS         : True
QUERY                : CompatibleDeclarationObjectDefined
PACKAGE              : Declarations4
TEST_DIFFERENCE      : 
TEST_PASS            : True


@jsinglet
Copy link
Contributor

jsinglet commented Mar 9, 2023

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


TEST_PASS            : True
COMPILE_ERROR_OUTPUT : 
TEST_DIFFERENCE      : 
PACKAGE              : Declarations4
COMPILE_PASS         : True
SUITE                : MISRA-C-2012
RULE                 : RULE-8-4
QUERY                : CompatibleDeclarationObjectDefined

TEST_PASS            : True
COMPILE_ERROR_OUTPUT : 
TEST_DIFFERENCE      : 
PACKAGE              : Declarations4
COMPILE_PASS         : True
SUITE                : MISRA-C-2012
RULE                 : RULE-8-4
QUERY                : CompatibleDeclarationFunctionDefined


@jsinglet
Copy link
Contributor

jsinglet commented Mar 9, 2023

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


TEST_DIFFERENCE      : 
QUERY                : CompatibleDeclarationObjectDefined
COMPILE_ERROR_OUTPUT : 
RULE                 : RULE-8-4
COMPILE_PASS         : True
PACKAGE              : Declarations4
TEST_PASS            : True
SUITE                : MISRA-C-2012

TEST_DIFFERENCE      : 
QUERY                : CompatibleDeclarationFunctionDefined
COMPILE_ERROR_OUTPUT : 
RULE                 : RULE-8-4
COMPILE_PASS         : True
PACKAGE              : Declarations4
TEST_PASS            : True
SUITE                : MISRA-C-2012


@jsinglet
Copy link
Contributor

jsinglet commented Mar 9, 2023

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


TEST_PASS            : True
COMPILE_ERROR_OUTPUT : 
QUERY                : CompatibleDeclarationObjectDefined
COMPILE_PASS         : True
TEST_DIFFERENCE      : 
PACKAGE              : Declarations4
RULE                 : RULE-8-4
SUITE                : MISRA-C-2012

TEST_PASS            : True
COMPILE_ERROR_OUTPUT : 
QUERY                : CompatibleDeclarationFunctionDefined
COMPILE_PASS         : True
TEST_DIFFERENCE      : 
PACKAGE              : Declarations4
RULE                 : RULE-8-4
SUITE                : MISRA-C-2012


@jsinglet
Copy link
Contributor

jsinglet commented Mar 9, 2023

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


SUITE                : AUTOSAR
COMPILE_PASS         : True
TEST_DIFFERENCE      : 
COMPILE_ERROR_OUTPUT : 
QUERY                : IdentifierNameOfStaticNonMemberObjectReusedInNamespace
RULE                 : A2-10-4
TEST_PASS            : True
PACKAGE              : Naming

SUITE                : AUTOSAR
COMPILE_PASS         : True
TEST_DIFFERENCE      : 
COMPILE_ERROR_OUTPUT : 
QUERY                : IdentifierNameOfStaticFunctionReusedInNamespace
RULE                 : A2-10-4
TEST_PASS            : True
PACKAGE              : Naming

SUITE                : AUTOSAR
COMPILE_PASS         : True
TEST_DIFFERENCE      : 
COMPILE_ERROR_OUTPUT : 
QUERY                : IdentifierNameOfAStaticFunctionIsReused
RULE                 : A2-10-5
TEST_PASS            : True
PACKAGE              : Naming

SUITE                : AUTOSAR
COMPILE_PASS         : True
TEST_DIFFERENCE      : 
COMPILE_ERROR_OUTPUT : 
QUERY                : IdentifierNameOfANonMemberObjectWithExternalOrInternalLinkageIsReused
RULE                 : A2-10-5
TEST_PASS            : True
PACKAGE              : Naming


@jsinglet
Copy link
Contributor

jsinglet commented Mar 9, 2023

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


QUERY                : IdentifierNameOfStaticNonMemberObjectReusedInNamespace
RULE                 : A2-10-4
COMPILE_PASS         : True
TEST_PASS            : True
TEST_DIFFERENCE      : 
SUITE                : AUTOSAR
COMPILE_ERROR_OUTPUT : 
PACKAGE              : Naming

QUERY                : IdentifierNameOfStaticFunctionReusedInNamespace
RULE                 : A2-10-4
COMPILE_PASS         : True
TEST_PASS            : True
TEST_DIFFERENCE      : 
SUITE                : AUTOSAR
COMPILE_ERROR_OUTPUT : 
PACKAGE              : Naming

QUERY                : IdentifierNameOfAStaticFunctionIsReused
RULE                 : A2-10-5
COMPILE_PASS         : True
TEST_PASS            : True
TEST_DIFFERENCE      : 
SUITE                : AUTOSAR
COMPILE_ERROR_OUTPUT : 
PACKAGE              : Naming

QUERY                : IdentifierNameOfANonMemberObjectWithExternalOrInternalLinkageIsReused
RULE                 : A2-10-5
COMPILE_PASS         : True
TEST_PASS            : True
TEST_DIFFERENCE      : 
SUITE                : AUTOSAR
COMPILE_ERROR_OUTPUT : 
PACKAGE              : Naming


@jsinglet
Copy link
Contributor

jsinglet commented Mar 9, 2023

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


TEST_DIFFERENCE      : 
SUITE                : AUTOSAR
QUERY                : IdentifierNameOfStaticNonMemberObjectReusedInNamespace
COMPILE_ERROR_OUTPUT : 
RULE                 : A2-10-4
PACKAGE              : Naming
TEST_PASS            : True
COMPILE_PASS         : True

TEST_DIFFERENCE      : 
SUITE                : AUTOSAR
QUERY                : IdentifierNameOfStaticFunctionReusedInNamespace
COMPILE_ERROR_OUTPUT : 
RULE                 : A2-10-4
PACKAGE              : Naming
TEST_PASS            : True
COMPILE_PASS         : True

TEST_DIFFERENCE      : 
SUITE                : AUTOSAR
QUERY                : IdentifierNameOfAStaticFunctionIsReused
COMPILE_ERROR_OUTPUT : 
RULE                 : A2-10-5
PACKAGE              : Naming
TEST_PASS            : True
COMPILE_PASS         : True

TEST_DIFFERENCE      : 
SUITE                : AUTOSAR
QUERY                : IdentifierNameOfANonMemberObjectWithExternalOrInternalLinkageIsReused
COMPILE_ERROR_OUTPUT : 
RULE                 : A2-10-5
PACKAGE              : Naming
TEST_PASS            : True
COMPILE_PASS         : True


@jsinglet
Copy link
Contributor

jsinglet commented Mar 9, 2023

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

@jsinglet
Copy link
Contributor

jsinglet commented Mar 9, 2023

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


COMPILE_PASS         : True
TEST_DIFFERENCE      : 
COMPILE_ERROR_OUTPUT : 
PACKAGE              : Naming
QUERY                : IdentifierNameOfStaticFunctionReusedInNamespace
TEST_PASS            : True
RULE                 : A2-10-4
SUITE                : AUTOSAR

COMPILE_PASS         : True
TEST_DIFFERENCE      : 
COMPILE_ERROR_OUTPUT : 
PACKAGE              : Naming
QUERY                : IdentifierNameOfStaticNonMemberObjectReusedInNamespace
TEST_PASS            : True
RULE                 : A2-10-4
SUITE                : AUTOSAR

COMPILE_PASS         : True
TEST_DIFFERENCE      : 
COMPILE_ERROR_OUTPUT : 
PACKAGE              : Naming
QUERY                : IdentifierNameOfAStaticFunctionIsReused
TEST_PASS            : True
RULE                 : A2-10-5
SUITE                : AUTOSAR

COMPILE_PASS         : True
TEST_DIFFERENCE      : 
COMPILE_ERROR_OUTPUT : 
PACKAGE              : Naming
QUERY                : IdentifierNameOfANonMemberObjectWithExternalOrInternalLinkageIsReused
TEST_PASS            : True
RULE                 : A2-10-5
SUITE                : AUTOSAR


@jsinglet
Copy link
Contributor

jsinglet commented Mar 9, 2023

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

@mbaluda mbaluda added this pull request to the merge queue Mar 9, 2023
Merged via the queue into main with commit 3b17207 Mar 9, 2023
@mbaluda mbaluda deleted the mbaluda/updateql2.10.5 branch March 9, 2023 09:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

3 participants