Skip to content

[Testing] Feature Matrix UITest Cases for Shell SearchHandler - #36631

Merged
kubaflo merged 20 commits into
dotnet:inflight/currentfrom
NafeelaNazhir:shell_searchhandler
Jul 20, 2026
Merged

[Testing] Feature Matrix UITest Cases for Shell SearchHandler#36631
kubaflo merged 20 commits into
dotnet:inflight/currentfrom
NafeelaNazhir:shell_searchhandler

addressed copilot concerns

297f730
Select commit
Loading
Failed to load commit list.
Azure Pipelines / maui-pr failed Jul 20, 2026 in 1h 44m 40s

Build #10.0.100-ci+pr.36631.azdo.1518641 had test failures

Details

Tests

  • Failed: 88 (0.49%)
  • Passed: 17,662 (98.73%)
  • Other: 140 (0.78%)
  • Total: 17,890

Annotations

Check failure on line 405 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / maui-pr

Build log #L405

Test suite had 1 failure(s).

Check failure on line 408 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / maui-pr

Build log #L408

PowerShell exited with code '1'.

Check failure on line 806 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / maui-pr

Build log #L806

Test suite had 1 failure(s).

Check failure on line 809 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / maui-pr

Build log #L809

PowerShell exited with code '1'.

Check failure on line 1 in PickerRetainsSelectionWhenUnselectedItemIsRemovedFromItemsSource

See this annotation in the file changed.

@azure-pipelines azure-pipelines / maui-pr

PickerRetainsSelectionWhenUnselectedItemIsRemovedFromItemsSource

Assert.Equal() Failure: Values differ
Expected: 1
Actual:   2
Raw output
   at Microsoft.Maui.Controls.Core.UnitTests.PickerTests.PickerRetainsSelectionWhenUnselectedItemIsRemovedFromItemsSource() in /_/src/Controls/tests/Core.UnitTests/PickerTests.cs:line 1088
   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 SelectedIndexSetBeforeEmptyItemsSourceAppliesWhenIndexBecomesValid

See this annotation in the file changed.

@azure-pipelines azure-pipelines / maui-pr

SelectedIndexSetBeforeEmptyItemsSourceAppliesWhenIndexBecomesValid

Assert.Equal() Failure: Values differ
Expected: 2
Actual:   -1
Raw output
   at Microsoft.Maui.Controls.Core.UnitTests.PickerTests.SelectedIndexSetBeforeEmptyItemsSourceAppliesWhenIndexBecomesValid() in /_/src/Controls/tests/Core.UnitTests/PickerTests.cs:line 296
   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 TestItemsSourceCollectionChangedInsertBeforeSelected

See this annotation in the file changed.

@azure-pipelines azure-pipelines / maui-pr

TestItemsSourceCollectionChangedInsertBeforeSelected

Test failed

Check failure on line 1 in TestSelectedIndexAssignedItemsSourceCollectionChangedInsert

See this annotation in the file changed.

@azure-pipelines azure-pipelines / maui-pr

TestSelectedIndexAssignedItemsSourceCollectionChangedInsert

Assert.Equal() Failure: Values differ
Expected: 4
Actual:   3
Raw output
   at Microsoft.Maui.Controls.Core.UnitTests.PickerTests.TestSelectedIndexAssignedItemsSourceCollectionChangedInsert() in /_/src/Controls/tests/Core.UnitTests/PickerTests.cs:line 753
   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)