Skip to content

July 13th, Candidate - #36411

Merged
kubaflo merged 142 commits into
mainfrom
inflight/candidate
Aug 10, 2026
Merged

July 13th, Candidate#36411
kubaflo merged 142 commits into
mainfrom
inflight/candidate

Fix candidate SafeArea Edge lane and flaky failures (#37184)

7a2219b
Select commit
Loading
Failed to load commit list.
Azure Pipelines / maui-pr-uitests succeeded Aug 9, 2026 in 2h 26m 58s

Build #10.0.100-ci+azdo.1545534 had test failures

Details

Tests

  • Failed: 7 (0.03%, 5 new, 2 recurring)
  • Passed: 23,334 (98.79%)
  • Other: 278 (1.18%)
  • Total: 23,619

Annotations

Check failure on line 925 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / maui-pr-uitests

Build log #L925

PowerShell exited with code '1'.

Check failure on line 2687 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / maui-pr-uitests

Build log #L2687

PowerShell exited with code '1'.

Check failure on line 1385 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / maui-pr-uitests

Build log #L1385

PowerShell exited with code '1'.

Check failure on line 1184 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / maui-pr-uitests

Build log #L1184

PowerShell exited with code '1'.

Check failure on line 1 in Microsoft.Maui.TestCases.Tests.Issues.Issue9088(iOS).Issue9088SwipeViewConfictWithShellMenuSwipeInFromLeft

See this annotation in the file changed.

@azure-pipelines azure-pipelines / maui-pr-uitests

Microsoft.Maui.TestCases.Tests.Issues.Issue9088(iOS).Issue9088SwipeViewConfictWithShellMenuSwipeInFromLeft

  Assert.That(App.WaitForElement(LeftCountLabelId).GetText(), Is.EqualTo("3"))
  String lengths are both 1. Strings differ at index 0.
  Expected: "3"
  But was:  "2"
  -----------^
Raw output
   at Microsoft.Maui.TestCases.Tests.Issues.Issue9088.Issue9088SwipeViewConfictWithShellMenuSwipeInFromLeft() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/XFIssue/Issue9088.cs:line 39

1)    at Microsoft.Maui.TestCases.Tests.Issues.Issue9088.Issue9088SwipeViewConfictWithShellMenuSwipeInFromLeft() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/XFIssue/Issue9088.cs:line 39

Check failure on line 1 in Microsoft.Maui.TestCases.Tests.Issues.Issue35844(iOS).ShellTitleViewResizesOnRotation

See this annotation in the file changed.

@azure-pipelines azure-pipelines / maui-pr-uitests

Microsoft.Maui.TestCases.Tests.Issues.Issue35844(iOS).ShellTitleViewResizesOnRotation

  Shell TitleView width should expand after rotating to landscape on iOS 26+
Assert.That(landscapeWidth, Is.Not.EqualTo(portraitWidth).Within(50))
  Expected: not equal to 343 +/- 50
  But was:  381
Raw output
   at Microsoft.Maui.TestCases.Tests.Issues.Issue35844.ShellTitleViewResizesOnRotation() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue35844.cs:line 33

1)    at Microsoft.Maui.TestCases.Tests.Issues.Issue35844.ShellTitleViewResizesOnRotation() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue35844.cs:line 33

Check failure on line 1 in Microsoft.Maui.TestCases.Tests.CollectionView_ScrollingFeatureTests(Android).VerifyScrollToByIndexWithMakeVisiblePositionAndHorizontalList_Kiwi

See this annotation in the file changed.

@azure-pipelines azure-pipelines / maui-pr-uitests

Microsoft.Maui.TestCases.Tests.CollectionView_ScrollingFeatureTests(Android).VerifyScrollToByIndexWithMakeVisiblePositionAndHorizontalList_Kiwi

System.TimeoutException : Timed out waiting for element...
Raw output
   at UITest.Appium.HelperExtensions.Wait(Func`1 query, Func`2 satisfactory, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2757
   at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 795
   at Microsoft.Maui.TestCases.Tests.CollectionView_ScrollingFeatureTests.VerifyScrollToByIndexWithMakeVisiblePositionAndHorizontalList_Kiwi() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_ScrollingFeatureTests.cs:line 2151
   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.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args)
   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)

Check failure on line 1 in Microsoft.Maui.TestCases.Tests.Issues.Issue35736(Mac).SearchHandlerQueryIconUpdatesAtRuntime

See this annotation in the file changed.

@azure-pipelines azure-pipelines / maui-pr-uitests

Microsoft.Maui.TestCases.Tests.Issues.Issue35736(Mac).SearchHandlerQueryIconUpdatesAtRuntime

VisualTestUtils.VisualTestFailedException : 
Snapshot different than baseline: SearchHandlerQueryIconUpdatesAtRuntime.png (0.51% difference)
If the correct baseline has changed (this isn't a a bug), then update the baseline image.
See test attachment or download the build artifacts to get the new snapshot file.

More info: https://aka.ms/visual-test-workflow
Raw output
   at VisualTestUtils.VisualRegressionTester.Fail(String message) in /_/src/TestUtils/src/VisualTestUtils/VisualRegressionTester.cs:line 162
   at VisualTestUtils.VisualRegressionTester.VerifyMatchesSnapshot(String name, ImageSnapshot actualImage, String environmentName, ITestContext testContext) in /_/src/TestUtils/src/VisualTestUtils/VisualRegressionTester.cs:line 123
   at Microsoft.Maui.TestCases.Tests.UITest.<VerifyScreenshot>g__Verify|13_0(String name, <>c__DisplayClass13_0&) in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 477
   at Microsoft.Maui.TestCases.Tests.UITest.VerifyScreenshot(String name, Nullable`1 retryDelay, Nullable`1 retryTimeout, Int32 cropLeft, Int32 cropRight, Int32 cropTop, Int32 cropBottom, Double tolerance, Boolean includeTitleBar) in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 309
   at Microsoft.Maui.TestCases.Tests.Issues.Issue35736.SearchHandlerQueryIconUpdatesAtRuntime() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue35736.cs:line 25
   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.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args)
   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)