-
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
[mono][windows] System.Net.Sockets.SocketException : Unknown error (0xffffffff) #53281
Comments
Tagging subscribers to this area: @dotnet/ncl Issue DetailsDescriptionOuterloop unit tests are failing for System.Net.WebSockets.Client.Tests unit tests on Mono runtime on Windows.
Example of failed CI runConfigurationTo reproduce locally
|
@pavelsavara can you please triage this one? (set milestone + remove Untriaged label) Thanks! |
@pavelsavara ping? |
This is desktop mono on Windows? I don't think that is a priority right now |
This is definitely not a high priority from my perspective. |
Failed again in runtime-libraries-coreclr outerloop 20210801.2 Failed test:
Error message:
|
Description
Outerloop unit tests are failing for System.Net.WebSockets.Client.Tests unit tests on Mono runtime on Windows.
Example of failed CI run
https://dev.azure.com/dnceng/public/_build/results?buildId=1156947&view=ms.vss-test-web.build-test-results-tab&runId=34938616&resultId=103675&paneView=debug
Configuration
To reproduce locally
build.cmd -bl -subset libs+mono+host+packs -c Release
dnet build /p:DebuggerSupport=true /p:RuntimeFlavor=mono /p:OuterLoop=true /p:Configuration=Release /t:Test src/libraries/System.Net.WebSockets.Client/tests
The text was updated successfully, but these errors were encountered: