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

tests: tests/posix/c_lib_ext: Integration tests fail #87561

Open
DanTGL opened this issue Mar 24, 2025 · 3 comments
Open

tests: tests/posix/c_lib_ext: Integration tests fail #87561

DanTGL opened this issue Mar 24, 2025 · 3 comments
Assignees
Labels
area: POSIX POSIX API Library area: Tests Issues related to a particular existing or missing test bug The issue is a bug, or the PR is fixing a bug priority: low Low impact/importance bug

Comments

@DanTGL
Copy link
Contributor

DanTGL commented Mar 24, 2025

Describe the bug

Integration tests in tests/posix/c_lib_ext fail because qemu_cortex_m0/nrf51822 doesn't have enough RAM.
I have bisected it to 85aebac

To Reproduce
Steps to reproduce the behavior:

  1. Run west twister --integration -T tests/posix/c_lib_ext
  2. See error

Expected behavior

The integration tests should pass

Impact

Tests fail during CI (#87529, #80450)

Logs and console output

INFO    - The following issues were found (showing the top 10 items):
INFO    - 1) tests/posix/c_lib_ext/portability.posix.c_lib_ext on qemu_cortex_m0/nrf51822 error (Not enough RAM but is one of the integration platforms)
INFO    - 2) tests/posix/c_lib_ext/portability.posix.c_lib_ext.minimal on qemu_cortex_m0/nrf51822 error (Not enough RAM but is one of the integration platforms)
INFO    - 3) tests/posix/c_lib_ext/portability.posix.c_lib_ext.newlib on qemu_cortex_m0/nrf51822 error (Not enough RAM but is one of the integration platforms)
INFO    - 4) tests/posix/c_lib_ext/portability.posix.c_lib_ext.picolibc on qemu_cortex_m0/nrf51822 error (Not enough RAM but is one of the integration platforms)

Environment (please complete the following information):

  • OS: Linux
  • Toolchain: Zephyr SDK
  • Commit: Latest as of writing (2338f8e)
@DanTGL DanTGL added the bug The issue is a bug, or the PR is fixing a bug label Mar 24, 2025
Copy link

Hi @DanTGL! We appreciate you submitting your first issue for our open-source project. 🌟

Even though I'm a bot, I can assure you that the whole community is genuinely grateful for your time and effort. 🤖💙

@JarmouniA JarmouniA added the area: Tests Issues related to a particular existing or missing test label Mar 24, 2025
@aescolar aescolar added the area: POSIX POSIX API Library label Mar 24, 2025
@aescolar aescolar assigned cfriedt and unassigned aescolar Mar 24, 2025
@rruuaanng
Copy link
Collaborator

@cfriedt It seems that this should be solved.

@rruuaanng
Copy link
Collaborator

In #80450

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: POSIX POSIX API Library area: Tests Issues related to a particular existing or missing test bug The issue is a bug, or the PR is fixing a bug priority: low Low impact/importance bug
Projects
None yet
Development

No branches or pull requests

6 participants