Skip to content

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

@DanTGL

Description

@DanTGL

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)

Metadata

Metadata

Assignees

Labels

area: POSIXPOSIX API Libraryarea: TestsIssues related to a particular existing or missing testbugThe issue is a bug, or the PR is fixing a bugpriority: lowLow impact/importance bug

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions