-
Notifications
You must be signed in to change notification settings - Fork 8.4k
Labels
area: POSIXPOSIX API LibraryPOSIX API Libraryarea: TestsIssues related to a particular existing or missing testIssues related to a particular existing or missing testbugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugpriority: lowLow impact/importance bugLow impact/importance bug
Description
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:
- Run
west twister --integration -T tests/posix/c_lib_ext - 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 LibraryPOSIX API Libraryarea: TestsIssues related to a particular existing or missing testIssues related to a particular existing or missing testbugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugpriority: lowLow impact/importance bugLow impact/importance bug