-
Notifications
You must be signed in to change notification settings - Fork 3k
CI tests failing for filesystem tests on targets with 32K RAM #6008
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
Comments
@geky @theotherjimmy @cmonr @0xc0170 .. this issue is for tracking the specific test changes made for xDOT as part of #5975 .. |
This sounds like something that @ARMmbed/mbed-os-storage just brought in. |
Indeed. #7465 handles it. |
Internal Jira reference: https://jira.arm.com/browse/IOTSTOR-454 |
Description
#5975
Enhancement
Some of the targets with 32K RAM seems to be failing the heap block device tests
Suggested enhancement
Can the tests be modified to use less heap on resource constrained devices?
Pros
Useful for many smaller targets with limited RAM.
Question
How to?
Is there an option to include something like "special, low memory" tests that could may be selected based on a macro (similar to that being done for SD driver tests now) and built / ran only for a few selected targets?
The text was updated successfully, but these errors were encountered: