Skip to content

Reverting General changes

099e59f
Select commit
Loading
Failed to load commit list.
Merged

[iOS 26 & Catalyst 26] [Follow-up PR] Fixed IsEnabled behavior on Tabs #33337

Reverting General changes
099e59f
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed Jan 19, 2026 in 0s

.NET Result Analysis

Details

Tip

To unconditionally bypass the build analysis check (turn it green), you can use the escape mechanism feature. The completion time may vary, potentially taking several minutes, depending on the build analysis workload at the moment.

Known Repository Errors

Build Failures

maui-pr-uitests / Android UITests / Controls (API 30) / Controls (API 30) CollectionView / Publish the android_ui_tests_controls_30 test results

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌There are one or more test failures detected in result files. Detailed summary of published test results can be viewed in the Tests tab.

maui-pr-uitests / Android UITests / Controls (API 30) / Controls (API 30) SoftInput,Stepper,Switch,SwipeView / Publish the android_ui_tests_controls_30 test results

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌There are one or more test failures detected in result files. Detailed summary of published test results can be viewed in the Tests tab.

maui-pr-uitests / Android UITests CoreClr / Controls (API 30) / Controls (API 30) CollectionView / Publish the android_ui_tests_controls_30 test results

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌There are one or more test failures detected in result files. Detailed summary of published test results can be viewed in the Tests tab.

2 other jobs are failing and were not displayed due to space limitations.
Builds with failures: [maui-pr-uitests] [maui-pr-devicetests]

Known test errors

Test Failures (6 tests failed)

🔹 [All failing tests from maui-pr-devicetests]

    Unfocus will work when page is shown a 2nd time [Details] [4.99% failure rate]
    [ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

    Failing Configuration

    Exception Message
    Assert.True() Failure\r\nExpected: True\r\nActual:   False
    CallStack
       at Microsoft.Maui.DeviceTests.EntryTests.<>c__DisplayClass5_0.<UnFocusOnEntryAfterPagePop>b__4() in /_/src/Controls/tests/DeviceTests/Elements/Entry/EntryTests.cs:line 186
       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() in /_/src/Controls/tests/DeviceTests/Elements/Entry/EntryTests.cs:line 155
    --- End of stack trace from previous location ---
       at Microsoft.Maui.DeviceTests.ControlsHandlerTestBase.<>c__DisplayClass17_1`1.<<CreateHandlerAndAddToWindow>b__1>d.MoveNext() in /_/src/Controls/tests/DeviceTests/ControlsHandlerTestBase.cs:line 263
    --- End of stack trace from previous location ---
       at Microsoft.Maui.DeviceTests.ControlsHandlerTestBase.<>c__DisplayClass31_0`1.<<SetupWindowForTests>b__0>d.MoveNext() in /_/src/Controls/tests/DeviceTests/ControlsHandlerTestBase.Windows.cs:line 42
    --- End of stack trace from previous location ---
       at Microsoft.Maui.DeviceTests.ControlsHandlerTestBase.<>c__DisplayClass31_0`1.<<SetupWindowForTests>b__0>d.MoveNext() in /_/src/Controls/tests/DeviceTests/ControlsHandlerTestBase.Windows.cs:line 50
    --- End of stack trace from previous location ---
       at Microsoft.Maui.Dispatching.DispatcherExtensions.<>c__DisplayClass3_0.<<DispatchAsync>b__0>d.MoveNext() in /_/src/Core/src/Dispatching/DispatcherExtensions.cs:line 88
    --- End of stack trace from previous location ---
       at Microsoft.Maui.Dispatching.DispatcherExtensions.<>c__DisplayClass2_0`1.<<DispatchAsync>b__0>d.MoveNext() in /_/src/Core/src/Dispatching/DispatcherExtensions.cs:line 67
    --- End of stack trace from previous location ---
       at Microsoft.Maui.DeviceTests.ControlsHandlerTestBase.<>c__DisplayClass17_0`1.<<CreateHandlerAndAddToWindow>b__0>d.MoveNext() in /_/src/Controls/tests/DeviceTests/ControlsHandlerTestBase.cs:line 176
    --- End of stack trace from previous location ---
       at Microsoft.Maui.Dispatching.DispatcherExtensions.<>c__DisplayClass3_0.<<DispatchAsync>b__0>d.MoveNext() in /_/src/Core/src/Dispatching/DispatcherExtensions.cs:line 88
    --- End of stack trace from previous location ---
       at Microsoft.Maui.Dispatching.DispatcherExtensions.<>c__DisplayClass2_0`1.<<DispatchAsync>b__0>d.MoveNext() in /_/src/Core/src/Dispatching/DispatcherExtensions.cs:line 67
    --- End of stack trace from previous location ---
       at Microsoft.Maui.DeviceTests.EntryTests.UnFocusOnEntryAfterPagePop() in /_/src/Controls/tests/DeviceTests/Elements/Entry/EntryTests.cs:line 153
    --- End of stack trace from previous location ---

🔹 [All failing tests from maui-pr-uitests]

    ⚠️ 3 failing tests not displayed for this pipeline due to space limitations

    Microsoft.Maui.TestCases.Tests.Issues.HideSoftInputOnTappedPageTests(Android).TogglingHideSoftInputOnTapped [Details] [3.59% failure rate]
    [ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

    Failing Configuration

    Exception Message
      Assert.That(condition, Is.True)
      Expected: True
      But was:  False
    
    CallStack
       at NUnit.Framework.Legacy.ClassicAssert.True(Boolean condition)
       at Microsoft.Maui.TestCases.Tests.Issues.HideSoftInputOnTappedPageTests.TogglingHideSoftInputOnTappedForAndroidiOS() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/HideSoftInputOnTappedPageTests.cs:line 171
       at Microsoft.Maui.TestCases.Tests.Issues.HideSoftInputOnTappedPageTests.TogglingHideSoftInputOnTapped() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/HideSoftInputOnTappedPageTests.cs:line 112
    

    1) at NUnit.Framework.Legacy.ClassicAssert.True(Boolean condition)
    at Microsoft.Maui.TestCases.Tests.Issues.HideSoftInputOnTappedPageTests.TogglingHideSoftInputOnTappedForAndroidiOS() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/HideSoftInputOnTappedPageTests.cs:line 171
    at Microsoft.Maui.TestCases.Tests.Issues.HideSoftInputOnTappedPageTests.TogglingHideSoftInputOnTapped() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/HideSoftInputOnTappedPageTests.cs:line 112

    Microsoft.Maui.TestCases.Tests.Issues.Issue18751(Android).Issue18751Test [Details] [39.75% failure rate]
    [ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

    Failing Configurations (2)

    Exception Message
    VisualTestUtils.VisualTestFailedException : 
    Snapshot different than baseline: Issue18751Test.png (3.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

    CallStack
       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|11_0(String name, <>c__DisplayClass11_0&) in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 384
       at Microsoft.Maui.TestCases.Tests.UITest.VerifyScreenshot(String name, Nullable`1 retryDelay, Int32 cropLeft, Int32 cropRight, Int32 cropTop, Int32 cropBottom, Double tolerance) in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 226
       at Microsoft.Maui.TestCases.Tests.Issues.Issue18751.Issue18751Test() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue18751.cs:line 28
       at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.BlockUntilCompleted()
       at NUnit.Framework.Internal.MessagePumpStrategy.NoMessagePumpStrategy.WaitForCompletion(AwaitAdapter awaiter)
       at NUnit.Framework.Internal.AsyncToSyncAdapter.Await[TResult](Func`1 invoke)
       at NUnit.Framework.Internal.Commands.TestMethodCommand.Execute(TestExecutionContext context)
       at NUnit.Framework.Internal.Commands.DelegatingTestCommand.RunTestMethodInThreadAbortSafeZone(TestExecutionContext context, Action action)
    

Was this helpful? Yes No