Skip to content

[Android] [ShellHandler] Extend existing device tests to cover both Renderer and Handler code paths - #36328

Merged
kubaflo merged 17 commits into
dotnet:net11.0from
Vignesh-SF3580:fix-AndroidShellHandlerDeviceTests
Jul 28, 2026
Merged

[Android] [ShellHandler] Extend existing device tests to cover both Renderer and Handler code paths#36328
kubaflo merged 17 commits into
dotnet:net11.0from
Vignesh-SF3580:fix-AndroidShellHandlerDeviceTests

removed unwanted test

1643845
Select commit
Loading
Failed to load commit list.
Azure Pipelines / maui-pr-uitests failed Jul 27, 2026 in 3h 26m 29s

Build #11.0.0-ci+pr.36328.azdo.1528129 had test failures

Details

Tests

  • Failed: 16 (0.12%)
  • Passed: 13,183 (98.47%)
  • Other: 189 (1.41%)
  • Total: 13,388

Annotations

Check failure on line 1602 in Build log

See this annotation in the file changed.

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

Build log #L1602

PowerShell exited with code '1'.

Check failure on line 85 in Build log

See this annotation in the file changed.

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

Build log #L85

File upload failed even after retry.

Check failure on line 839 in Build log

See this annotation in the file changed.

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

Build log #L839

PowerShell exited with code '1'.

Check failure on line 1 in Microsoft.Maui.TestCases.Tests.Issues.Issue34971(iOS).PickerKeepsCharacterSpacingAfterSelectingItem

See this annotation in the file changed.

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

Microsoft.Maui.TestCases.Tests.Issues.Issue34971(iOS).PickerKeepsCharacterSpacingAfterSelectingItem

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 2761
   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 799
   at Microsoft.Maui.TestCases.Tests.Issues.Issue34971.CloseOpenedPicker() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue34971.cs:line 47
   at Microsoft.Maui.TestCases.Tests.Issues.Issue34971.PickerKeepsCharacterSpacingAfterSelectingItem() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue34971.cs:line 23
   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.DragAndDropUITests(Windows).DragEvents

See this annotation in the file changed.

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

Microsoft.Maui.TestCases.Tests.DragAndDropUITests(Windows).DragEvents

  Assert.That(textAfterDragOver, Is.EqualTo("DragOver"))
  Expected string length 8 but was 16. Strings differ at index 8.
  Expected: "DragOver"
  But was:  "DragOverEvents: "
  -------------------^
Raw output
   at Microsoft.Maui.TestCases.Tests.DragAndDropUITests.DragEvents() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/DragAndDropUITests.cs:line 56

1)    at Microsoft.Maui.TestCases.Tests.DragAndDropUITests.DragEvents() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/DragAndDropUITests.cs:line 56

Check failure on line 1 in Microsoft.Maui.TestCases.Tests.Issues.Issue35125(Android).TopTabUnselectedTextVisibleWhenSwitchingTabs

See this annotation in the file changed.

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

Microsoft.Maui.TestCases.Tests.Issues.Issue35125(Android).TopTabUnselectedTextVisibleWhenSwitchingTabs

VisualTestUtils.VisualTestFailedException : 
Snapshot different than baseline: TopTabUnselectedTextVisibleWhenSwitchingTabs.png (3.07% 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 485
   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) in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 309
   at Microsoft.Maui.TestCases.Tests.Issues.Issue35125.TopTabUnselectedTextVisibleWhenSwitchingTabs() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue35125.cs:line 24
   at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result)
   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.Issue12669(Android).ShellContentShouldUpdateWhenContentPropertyChanges

See this annotation in the file changed.

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

Microsoft.Maui.TestCases.Tests.Issues.Issue12669(Android).ShellContentShouldUpdateWhenContentPropertyChanges

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 2761
   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 799
   at Microsoft.Maui.TestCases.Tests.Issues.Issue12669.ShellContentShouldUpdateWhenContentPropertyChanges() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue12669.cs:line 23
   at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result)
   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)