-
Notifications
You must be signed in to change notification settings - Fork 569
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
ostest: Add test for GCC's tls (CONFIG_SCHED_THREAD_LOCAL) #2897
ostest: Add test for GCC's tls (CONFIG_SCHED_THREAD_LOCAL) #2897
Conversation
9e49e10
to
ab6e3c7
Compare
[Experimental Bot, please feedback here] Yes, this PR meets the NuttX requirements, although some sections could be more explicit. Strengths:
Areas for Improvement (While technically meeting requirements, these could be stronger):
Example of improved Impact section:
|
ab6e3c7
to
0f96775
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @tmedicci :-)
Enables testing the GCC thread local storage (tls) and the __thread keyword within ostest.
0f96775
to
42990fa
Compare
Summary
Enables testing the GCC thread local storage (tls) and the __thread keyword within ostest.
Impact
Insert an automated test for the GCC's tls feature that is not yet tested on NuttX;
Testing
Internal CI testing +
rv-virt:citest
withCONFIG_SCHED_THREAD_LOCAL=y
:Enable
CONFIG_SCHED_THREAD_LOCAL
on menuconfig. Then build and run it:Finally, run
ostest
: