-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
Add test with both pthread and newlib enabled #13599
Conversation
643be36
to
9435a26
Compare
All checks are passing now. Review history of this comment for details about previous failed status. |
tests: | ||
portability.posix: | ||
tags: posix | ||
min_ram: 64 |
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.
You should exclude native_posix:
arch_exclude: posix
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.
and the toolchain supporting newlib:
filter: TOOLCHAIN_HAS_NEWLIB == 1
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.
Thanks, updated.
This commit adds a test case that reproduces sdk-ng#45. Signed-off-by: Vincent Wan <vincent.wan@linaro.org>
Codecov Report
@@ Coverage Diff @@
## master #13599 +/- ##
=======================================
Coverage 52.45% 52.45%
=======================================
Files 322 322
Lines 46592 46592
Branches 10768 10768
=======================================
Hits 24442 24442
Misses 17247 17247
Partials 4903 4903 Continue to review full report at Codecov.
|
Closing this in favor of #13685 |
This commit adds a test case that reproduces sdk-ng#45.
Signed-off-by: Vincent Wan vincent.wan@linaro.org