Skip to content

Enable Moq HostTests on ios - #131919

Open
BrzVlad wants to merge 1 commit into
dotnet:mainfrom
BrzVlad:fix-moq-trimming
Open

Enable Moq HostTests on ios#131919
BrzVlad wants to merge 1 commit into
dotnet:mainfrom
BrzVlad:fix-moq-trimming

Enable Moq HostTests on ios

bbc558e
Select commit
Loading
Failed to load commit list.
Azure Pipelines / runtime failed Aug 6, 2026 in 2h 56m 6s

Build #20260806.1 had test failures

Details

Tests

  • Failed: 5 (0.00%)
  • Passed: 2,963,502 (98.03%)
  • Other: 59,422 (1.97%)
  • Total: 3,022,929

Annotations

Check failure on line 510 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

Build log #L510

Failed work item information:

Check failure on line 527 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

Build log #L527

Bash exited with code '1'.

Check failure on line 1 in System.Net.WebSockets.Tests.WebSocketTests.ReceiveAsync_WhenDisposedInParallel_DoesNotGetStuck

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

System.Net.WebSockets.Tests.WebSocketTests.ReceiveAsync_WhenDisposedInParallel_DoesNotGetStuck

Assert.Throws() Failure: Exception type was not an exact match\nExpected: typeof(System.Net.WebSockets.WebSocketException)\nActual:   typeof(System.TimeoutException)\n---- System.TimeoutException : The operation has timed out.
Raw output
at System.Runtime.CompilerServices.RuntimeAsyncTaskContinuation.GetResult[T](Task task, Byte& result) in /_/src/coreclr/System.Private.CoreLib/src/System/Runtime/CompilerServices/RuntimeAsyncTaskContinuation.cs:line 139
   at System.Net.WebSockets.Tests.WebSocketTests.ReceiveAsync_WhenDisposedInParallel_DoesNotGetStuck() in /_/src/libraries/System.Net.WebSockets/tests/WebSocketTests.cs:line 230
--- End of stack trace from previous location ---
----- Inner Stack Trace -----

Check failure on line 1 in System.Net.Http.Functional.Tests.SocketsHttpHandlerTest_Cookies_Http3.GetAsyncWithRedirect_ReceiveSetCookie_CookieSent

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

System.Net.Http.Functional.Tests.SocketsHttpHandlerTest_Cookies_Http3.GetAsyncWithRedirect_ReceiveSetCookie_CookieSent

System.Net.Http.HttpRequestException : An error occurred while sending the request.
Raw output
at System.Net.Http.Http3Connection.SendAsync(HttpRequestMessage request, WaitForHttp3ConnectionActivity waitForConnectionActivity, Boolean streamAvailable, CancellationToken cancellationToken) in /_/src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/Http3Connection.cs:line 349
   at System.Net.Http.Http3Connection.SendAsync(HttpRequestMessage request, WaitForHttp3ConnectionActivity waitForConnectionActivity, Boolean streamAvailable, CancellationToken cancellationToken) in /_/src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/Http3Connection.cs:line 357
   at System.Net.Http.HttpConnectionPool.TrySendUsingHttp3Async(HttpRequestMessage request, CancellationToken cancellationToken) in /_/src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/ConnectionPool/HttpConnectionPool.Http3.cs:line 107
   at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) in /_/src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/ConnectionPool/HttpConnectionPool.cs:line 437
   at System.Runtime.CompilerServices.RuntimeAsyncTaskContinuation.GetResult[T](Task task, Byte& result) in /_/src/coreclr/System.Private.CoreLib/src/System/Runtime/CompilerServices/RuntimeAsyncTaskContinuation.cs:line 139
   at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) in /_/src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/RedirectHandler.cs:line 87
   at System.Net.Http.HttpMessageHandlerStage.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken) in /_/src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/HttpMessageHandlerStage.cs:line 21
   at System.Net.Http.SocketsHttpHandler.<SendAsync>g__CreateHandlerAndSendAsync|119_0(HttpRequestMessage request, CancellationToken cancellationToken) in /_/src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/SocketsHttpHandler.cs:line 668
   at System.Runtime.CompilerServices.RuntimeAsyncTaskContinuation.GetResult[T](Task task, Byte& result) in /_/src/coreclr/System.Private.CoreLib/src/System/Runtime/CompilerServices/RuntimeAsyncTaskContinuation.cs:line 139
   at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) in /_/src/libraries/System.Net.Http/src/System/Net/Http/HttpClient.cs:line 544
   at System.Runtime.CompilerServices.RuntimeAsyncTaskContinuation.GetResult[T](Task task, Byte& result) in /_/src/coreclr/System.Private.CoreLib/src/System/Runtime/CompilerServices/RuntimeAsyncTaskContinuation.cs:line 139
   at System.Net.Http.HttpClient.GetAsync(Uri requestUri, HttpCompletionOption completionOption, CancellationToken cancellationToken) in /_/src/libraries/System.Net.Http/src/System/Net/Http/HttpClient.cs:line 387
   at System.Net.Http.HttpClient.GetAsync(Uri requestUri, HttpCompletionOption completionOption) in /_/src/libraries/System.Net.Http/src/System/Net/Http/HttpClient.cs:line 375
   at System.Net.Http.HttpClient.GetAsync(Uri requestUri) in /_/src/libraries/System.Net.Http/src/System/Net/Http/HttpClient.cs:line 369
   at System.Net.Http.Functional.Tests.HttpClientHandlerTest_Cookies.<GetAsyncWithRedirect_ReceiveSetCookie_CookieSent>b__27_0(Uri url) in /_/src/libraries/Common/tests/System/Net/Http/HttpClientHandlerTest.Cookies.cs:line 620
   at System.Threading.Tasks.TaskTimeoutExtensions.GetRealException(Task task) in /_/src/libraries/Common/tests/System/Threading/Tasks/TaskTimeoutExtensions.cs:line 119
--- End of stack trace from previous location ---
   at System.Threading.Tasks.TaskTimeoutExtensions.WhenAllOrAnyFailed(Task[] tasks) in /_/src/libraries/Common/tests/System/Threading/Tasks/TaskTimeoutExtensions.cs:line 89
   at System.Net.Test.Common.LoopbackServerFactory.<>c__DisplayClass6_0.<CreateClientAndServerAsync>b__0(GenericLoopbackServer server, Uri uri) in /_/src/libraries/Common/tests/System/Net/Http/GenericLoopbackServer.cs:line 44
   at System.Net.Test.Common.Http3LoopbackServerFactory.CreateServerAsync(Func`3 funcAsync, Int32 millisecondsTimeout, GenericLoopbackOptions options) in /_/src/libraries/Common/tests/System/Net/Http/Http3LoopbackServer.cs:line 115
   at System.Net.Http.Functional.Tests.HttpClientHandlerTest_Cookies.GetAsyncWithRedirect_ReceiveSetCookie_CookieSent() in /_/src/libraries/Common/tests/System/Net/Http/HttpClientHandlerTest.Cookies.cs:line 611
--- End of stack trace from previous location ---

Check failure on line 1 in System.Net.Sockets.Tests.DualModeConnectionlessSendToSync.SendToV4IPEndPointToDualHost_Success

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

System.Net.Sockets.Tests.DualModeConnectionlessSendToSync.SendToV4IPEndPointToDualHost_Success

System.TimeoutException : The operation has timed out.
Raw output
at System.Threading.Tasks.TaskTimeoutExtensions.<WaitAsync>d__7`1[[System.Int32, System.Private.CoreLib, Version=11.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].MoveNext() in /_/src/libraries/Common/tests/System/Threading/Tasks/TaskTimeoutExtensions.cs:line 48
   at System.Net.Sockets.Tests.DualModeConnectionlessSendToBase`1.<DualModeSendTo_IPEndPointToHost_Success_Helper>d__9[[System.Net.Sockets.Tests.SocketHelperArraySync, System.Net.Sockets.Tests, Version=11.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51]].MoveNext() in /_/src/libraries/System.Net.Sockets/tests/FunctionalTests/DualModeSocketTest.cs:line 914
--- End of stack trace from previous location ---

Check failure on line 1 in System.Net.Sockets.Tests.SocketAsyncEventArgsTest.Connect_Parallel_Fails

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

System.Net.Sockets.Tests.SocketAsyncEventArgsTest.Connect_Parallel_Fails

Completed did not get called in time
Raw output
at System.Net.Sockets.Tests.SocketAsyncEventArgsTest.Connect_Parallel_Fails() in /_/src/libraries/System.Net.Sockets/tests/FunctionalTests/SocketAsyncEventArgsTest.cs:line 1154
   at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result)
   at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result)
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor) in /_/src/coreclr/System.Private.CoreLib/src/System/RuntimeHandles.cs:line 1187
   at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) in /_/src/coreclr/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.CoreCLR.cs:line 37
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) in /_/src/libraries/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.cs:line 57