-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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] Enable more networking tests #53027
Conversation
Tagging subscribers to this area: @dotnet/ncl Issue Details
|
Tagging subscribers to 'arch-wasm': @lewing Issue Details
|
b710e57
to
f5b4b2f
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
/azp run runtime-libraries-mono outerloop |
Azure Pipelines successfully started running 1 pipeline(s). |
src/libraries/System.Net.Http/tests/FunctionalTests/System.Net.Http.Functional.Tests.csproj
Outdated
Show resolved
Hide resolved
/azp run runtime-libraries-mono outerloop |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run runtime-libraries-mono outerloop |
Azure Pipelines successfully started running 1 pipeline(s). |
5fd0aa8
to
9de8296
Compare
/azp run runtime-libraries-mono outerloop |
Azure Pipelines successfully started running 1 pipeline(s). |
0fe76eb
to
9dac530
Compare
/azp run runtime-libraries-mono outerloop |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run runtime-libraries-mono outerloop |
Azure Pipelines successfully started running 1 pipeline(s). |
650c203
to
0ef56f9
Compare
/azp run runtime-libraries-mono outerloop |
Azure Pipelines successfully started running 1 pipeline(s). |
0ef56f9
to
eb3c674
Compare
/azp run runtime-libraries-mono outerloop |
|
For I don't believe we need to split this into 2 PRs |
/azp run runtime-libraries-mono outerloop |
Azure Pipelines successfully started running 1 pipeline(s). |
- fix Quic detection in test - disable webSocket tests on Mono/Windows - enable System.Net.Http.Functional.Tests on browser - disable tests with MaxConnectionsPerServer not supported on Browser - disable tests with Socket not supported on Browser - disable tests with AutomaticDecompression not supported on Browser - disable tests with UseProxy not supported on Browser
- disable tests with Credentials is not supported on Browser - disable tests with Loopback server
- [ActiveIssue] dotnet#37669 for missing crypto MD5
…Browser to allow System.Net.Http.Functional.Tests pass on V8
…a WasmTestOnBrowser
- disabled tests with dotnet#53591 - disabled tests with dotnet#53592
1a16223
to
eec12ef
Compare
/azp run runtime-libraries-mono outerloop |
Azure Pipelines successfully started running 1 pipeline(s). |
...raries/System.Net.Http/tests/FunctionalTests/HttpClientHandlerTestBase.SocketsHttpHandler.cs
Outdated
Show resolved
Hide resolved
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 for addressing the feedback. Assuming everything passes, LGTM, thanks 👍
/azp run runtime-libraries-mono outerloop |
Azure Pipelines successfully started running 1 pipeline(s). |
WasmTestOnBrowser
[ActiveIssue]
[wasm] Enable crypto and related tests #37669 for missing crypto MD5[ActiveIssue]
Runtime developer can run Networking tests without Loopback server capability (on mobile/browser platforms) #42852 for loopback support[ActiveIssue]
[wasm][HTTP] TypeError: Failed to execute 'fetch' on 'Window': Request with GET/HEAD method cannot have body #53591 - GET/HEAD method cannot have body[ActiveIssue]
[wasm][HTTP] TypeError: Failed to execute 'fetch' on 'Window': 'TRACE' HTTP method is unsupported. #53592 - 'TRACE' HTTP method is unsupported.[ActiveIssue]
[wasm][HTTP] TypeError: Failed to fetch #53018 - Failed to fetch[ActiveIssue]
[mono][windows] System.Net.Sockets.SocketException : Unknown error (0xffffffff) #53281 for WebSocket problems on Mono/Windows[SkipOnPlatform]
when I was confident that we do not plan to support the featureIsMsQuicSupported
to return bool instead of throwing