-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
tests: posix: shorten the filter in testcase.yaml #67641
tests: posix: shorten the filter in testcase.yaml #67641
Conversation
82dafef
to
e95365c
Compare
46dc6d1
to
e95365c
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.
NATIVE_APPLICATION is mostly native_posix.
NATIVE_BUILD and EXTERNAL LIBC is either native_posix or any of the native simulator based targets when building with the host libc.
So they are not equivalent.
You can use NATIVE_LIBC though.
That's what it was. Thanks for the reminder. I remembered you commented on a separate PR. |
5550c9d
to
45efe6d
Compare
oops, force pushed to wrong branch? |
45efe6d
to
b4bc302
Compare
CONFIG_NATIVE_LIBC can be used in place of CONFIG_NATIVE_BUILD and CONFIG_EXTERNAL_LIBC Signed-off-by: Christopher Friedt <[email protected]>
b4bc302
to
fb28203
Compare
Shorten the filter in
tests/posix/**/testcase.yaml
. Specifically,CONFIG_NATIVE_LIBC
can be used in place ofCONFIG_NATIVE_BUILD
andCONFIG_EXTERNAL_LIBC
.