-
Notifications
You must be signed in to change notification settings - Fork 4.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
[wasm] Make windows wasm build run tests on helix #51951
[wasm] Make windows wasm build run tests on helix #51951
Conversation
I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label. |
Tagging subscribers to 'arch-wasm': @lewing Issue Details
|
/azp run |
Pull request contains merge conflicts. |
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.
Is there a reason you're excluding whole test assemblies instead of marking individual tests with ActiveIssue?
My motivation was to make this PR merged quickly, so that we can use the infrastructure changes for PR to enable few AOT tests on windows helix. So did similar change we do for failing AOT tests. In some libraries there are many tests failing. I can annotate these which have only few tests failing if you think it is worth. |
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.
Looks good to me. @steveisok @akoeplinger anything we need to worry about here?
Not that I can see. Looks good. |
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.
Just a couple of comments.
Also make the new property groups conditional to improve perf
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.
LGTM! Excited to have these enabled 👍
Builds failing due to #52596 . |
Some of the tests were disabled for now: #52138