Skip to content
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

Unit test runner inconsistencies between CI and workstation #175

Open
Scottapotamas opened this issue Jun 24, 2021 · 1 comment
Open

Unit test runner inconsistencies between CI and workstation #175

Scottapotamas opened this issue Jun 24, 2021 · 1 comment
Assignees

Comments

@Scottapotamas
Copy link
Collaborator

In this particular case, only the workstation seems to demonstrate the issue.
More debugging needed.

Workstation is using gcc version 10.3.0 (Solus) .

   Ceedling:: 0.30.0
      Unity:: 2.5.1
      CMock:: 2.5.2
 CException:: 1.3.2

fails with linker errors relating to the inclusion and use of electricui_private.h variables.

Existing CI system is using gcc version 8.2.0 (Ubuntu 8.2.0-7ubuntu1)

  Ceedling:: 0.28.3
CException:: 1.3.1.18
     CMock:: 2.4.6.217
     Unity:: 2.4.3.122

and can successfully build and pass the tests.

Macbook using clang also passes tests fine.

@Scottapotamas Scottapotamas self-assigned this Jun 24, 2021
@Scottapotamas
Copy link
Collaborator Author

As a point of comparison, this issue doesn't occur with the official docker container either, though it's on a slightly older version of gcc (which does seem a bit stricter).

gcc version 9.3.0 (Alpine 9.3.0)

   Ceedling:: 0.31.1
      Unity:: 2.5.4
      CMock:: 2.5.4
 CException:: 1.3.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant