-
Notifications
You must be signed in to change notification settings - Fork 4.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
[wasm] helix/windows tests issues tracking issue #52138
Comments
Can we enable the other tests? |
It is very interesting how sensitive these tests are to the build host vs the runtime host |
We need to check on capacity. |
Start with a couple then? System.buffers? |
My plan was to get it working on helix (it uses the So I think we can enable AOT now, see if there are any additional issues and then fix them along the way. I have already opened PR's for 2 of these. |
Yes :-) OTOH, some of these are similar issues, some related to files (directory separators?), some to line endings (LF vs CRLF) and then there's either timeout issue or something else, maybe related to docker or localization. |
Some of the tests were disabled for now: #52138 * Make windows wasm build run tests on helix * Update sendtohelixhelp.proj * More changes for wasm/windows * More changes to run on windows * Fix xharness output paths * Disable failing tests * Use ProjectExclusions when adding wasm samples * Restore platform matrix * Disable the tests only on windows/helix Also make the new property groups conditional to improve perf
#51951 runs the
normal
scenario tests on windows/helix.These tests are failing:
System.Runtime [wasm] System.Runtime tests fail on windows, timezone issues #52007fix: [wasm] Use '/' directory separator in .blat #52066Microsoft.Extensions.Http [wasm] Microsoft.Extensions.Http tests fail on windows #52008fix: [tests] Fix CRLF issues in M.E.Http #52707System.Text.Json [wasm] System.Text.Json tests failing on windows/helix #52106fix: [json tests] Fix CRLF vs LF issues #52142System.CodeDom [wasm] System.CodeDom tests failing on windows #52107fix: [tests] Fix CRLF issues in System.CodeDom tests #52540System.Numerics.Tensors [wasm] System.Numerics.Tensors tests failing on windows/helix #52134fix: [tests] Fix CRLF vs LF issues #52536System.ServiceModel.Syndication [wasm] System.ServiceModel.Syndication tests fail on windows/helix #52135fix: [tests] Fix CRLF issues in SM.Syndication #52705Browser:
The text was updated successfully, but these errors were encountered: