-
Notifications
You must be signed in to change notification settings - Fork 7.8k
tests: net: http: also build with clang #93386
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: net: http: also build with clang #93386
Conversation
- qemu_x86 | ||
integration_platforms: | ||
- qemu_x86 | ||
net.http.server.toolchain: |
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.
Should it not be called net.http.server.tls.toolchain
?
8cdd4bb
to
bbea9fc
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.
@nashif - I agree with @stephanosio . Can you please update the name of the test configuration?
Build this test also with clang to increase coverage. This test is selected because it had some issues with clang, however, there is nothing special about this tests when it comes to clang, it will be one of many to come to increase coverage. Signed-off-by: Anas Nashif <[email protected]>
detailed test id is no longer default, so switch the logic to deal with that. Signed-off-by: Anas Nashif <[email protected]>
Make sure we get same test with different tests included. Signed-off-by: Anas Nashif <[email protected]>
now no-detailed-test-id is enabled by default, so switch the logic so we do not require the extra parameter when reruning. Signed-off-by: Anas Nashif <[email protected]>
bbea9fc
to
f3b42f3
Compare
|
Build this test also with clang to increase coverage. This test is
selected because it had some issues with clang, however, there is
nothing special about this tests when it comes to clang, it will be one
of many to come to increase coverage.
Signed-off-by: Anas Nashif [email protected]