Skip to content

Avoid useless measure passes on iOS - #31485

Merged
rmarinho merged 2 commits into
dotnet:net10.0from
albyrock87:ios-avoid-useless-measure-passes
Sep 12, 2025
Merged

Avoid useless measure passes on iOS#31485
rmarinho merged 2 commits into
dotnet:net10.0from
albyrock87:ios-avoid-useless-measure-passes

Refactor condition for simplicty

712dc29
Select commit
Loading
Failed to load commit list.
Azure Pipelines / MAUI-DeviceTests-public succeeded Sep 11, 2025 in 44m 50s

Build #10.0.0-ci+pr.31485.azdo.150251 had test failures

Details

Tests

  • Failed: 2 (0.01%)
  • Passed: 21,140 (96.48%)
  • Other: 770 (3.51%)
  • Total: 21,912

Annotations

Check failure on line 1 in Unfocus will work when page is shown a 2nd time

See this annotation in the file changed.

@azure-pipelines azure-pipelines / MAUI-DeviceTests-public

Unfocus will work when page is shown a 2nd time

Assert.True() Failure\r\nExpected: True\r\nActual:   False
Raw output
   at Microsoft.Maui.DeviceTests.EntryTests.<>c__DisplayClass5_0.<UnFocusOnEntryAfterPagePop>b__4()
   at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location ---
   at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread)
--- End of stack trace from previous location ---
   at Microsoft.Maui.DeviceTests.EntryTests.<>c__DisplayClass5_0.<<UnFocusOnEntryAfterPagePop>b__2>d.MoveNext()
--- End of stack trace from previous location ---
   at Microsoft.Maui.DeviceTests.ControlsHandlerTestBase.<>c__DisplayClass17_1`1.<<CreateHandlerAndAddToWindow>b__1>d.MoveNext()
--- End of stack trace from previous location ---
   at Microsoft.Maui.DeviceTests.ControlsHandlerTestBase.<>c__DisplayClass31_0`1.<<SetupWindowForTests>b__0>d.MoveNext()
--- End of stack trace from previous location ---
   at Microsoft.Maui.DeviceTests.ControlsHandlerTestBase.<>c__DisplayClass31_0`1.<<SetupWindowForTests>b__0>d.MoveNext()
--- End of stack trace from previous location ---
   at Microsoft.Maui.Dispatching.DispatcherExtensions.<>c__DisplayClass3_0.<<DispatchAsync>b__0>d.MoveNext()
--- End of stack trace from previous location ---
   at Microsoft.Maui.Dispatching.DispatcherExtensions.<>c__DisplayClass2_0`1.<<DispatchAsync>b__0>d.MoveNext()
--- End of stack trace from previous location ---
   at Microsoft.Maui.DeviceTests.ControlsHandlerTestBase.<>c__DisplayClass17_0`1.<<CreateHandlerAndAddToWindow>b__0>d.MoveNext()
--- End of stack trace from previous location ---
   at Microsoft.Maui.Dispatching.DispatcherExtensions.<>c__DisplayClass3_0.<<DispatchAsync>b__0>d.MoveNext()
--- End of stack trace from previous location ---
   at Microsoft.Maui.Dispatching.DispatcherExtensions.<>c__DisplayClass2_0`1.<<DispatchAsync>b__0>d.MoveNext()
--- End of stack trace from previous location ---
   at Microsoft.Maui.DeviceTests.EntryTests.UnFocusOnEntryAfterPagePop()
--- End of stack trace from previous location ---

Check failure on line 1 in WebView loads non-Western character encoded URLs correctly(encodedUrl: \"https://example.com/test-Ağ-Sistem%20Bilgi%20Güven\"···)

See this annotation in the file changed.

@azure-pipelines azure-pipelines / MAUI-DeviceTests-public

WebView loads non-Western character encoded URLs correctly(encodedUrl: \"https://example.com/test-Ağ-Sistem%20Bilgi%20Güven\"···)

System.TimeoutException : The operation has timed out.
Raw output
   at Microsoft.Maui.DeviceTests.WebViewHandlerTests.WebViewShouldLoadEncodedUrl(String encodedUrl) in /_/src/Core/tests/DeviceTests/Handlers/WebView/WebViewHandlerTests.cs:line 147
--- End of stack trace from previous location ---