-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Test mem alloc fixes #20730
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
Test mem alloc fixes #20730
Conversation
|
All checks are passing now. Tip: The bot edits this comment instead of posting a new one, so you can check the comment's history to see earlier messages. |
797417a to
38e286a
Compare
|
@galak I added backport label for LTS - not sure if this is required (i am not sure of the status of newlib libc nano in LTS). you can comment. |
Some minor typo and style fixes in the README file of tests/lib/mem_alloc test-suite. Signed-off-by: Ioannis Glaropoulos <[email protected]>
libc.newlibcnano test-case shall run with user mode enabled, similarly to the remainder of the test-cases in the tests/lib/mem_alloc test-suite. Signed-off-by: Ioannis Glaropoulos <[email protected]>
When building with NEWLIB_LIBC_NANO we need to copy the globals from libc_nano.a into application memory partition z_libc_partition, exactly as we do for libc.a globals. This is required so that these globals are accessible by nPRIV code, when building with user mode support. Signed-off-by: Ioannis Glaropoulos <[email protected]>
38e286a to
b055d8c
Compare
|
Removed the last commit that updated the test-cases .yaml, in the wake of @stephanosio 's feedback. Was tested by @hakehuang , see comment in #20598 |
Fixes #20598