[Issue-Resolver] Fix Android drawable mutation crash in controls #33265
Build Analysis / Build Analysis
failed
Dec 23, 2025 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
Known Infrastructure Errors
Build Failures
maui-pr-uitests / Android UITests / Controls (API 30) / Controls (API 30) SearchBar,Shape,Slider / 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) SearchBar,Shape,Slider / 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 / iOS UITests Mono / Controls (v18.4) / Controls (v18.4) SafeAreaEdges,Shadow / Controls (v18.4) SafeAreaEdges,Shadow
[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]-
❌PowerShell exited with code '1'.
7 other jobs are failing and were not displayed due to space limitations.
Builds with failures: [maui-pr-uitests] [maui-pr] [maui-pr-devicetests]
Known test errors
-
❌Microsoft.Maui.TestCases.Tests.Issues.Issue33070(Android).SearchBarColorChangeShouldNotCrash - System.TimeoutException
-
❌Microsoft.Maui.TestCases.Tests.Issues.Issue33070(Android).SearchBarColorChangeShouldNotCrash - CI UItests failure System.TimeoutException : Timed out waiting for element...
-
❌Microsoft.Maui.TestCases.Tests.Issues.Issue33070(Windows).RapidColorChangesShouldNotCrash - System.TimeoutException
-
❌Microsoft.Maui.TestCases.Tests.Issues.Issue33070(Windows).RapidColorChangesShouldNotCrash - CI UItests failure System.TimeoutException : Timed out waiting for element...
Test Failures (3 tests failed)
🔹 [All failing tests from maui-pr-uitests]
- Exception Message
VisualTestUtils.VisualTestFailedException : Snapshot different than baseline: VerifyVerticalTextAlignmentBasedOnCharacterSpacing.png (0.50% 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 377 at Microsoft.Maui.TestCases.Tests.UITest.VerifyScreenshot(String name, Nullable`1 retryDelay, Int32 cropLeft, Int32 cropRight, Int32 cropTop, Int32 cropBottom, Double tolerance, Boolean includeTitleBar) in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 219 at Microsoft.Maui.TestCases.Tests.EntryFeatureTests.VerifyVerticalTextAlignmentBasedOnCharacterSpacing() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/EntryFeatureTests.cs:line 293 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)
- Exception Message
VisualTestUtils.VisualTestFailedException : Snapshot different than baseline: VerifyHybridWebViewWithShadow.png (0.63% 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 377 at Microsoft.Maui.TestCases.Tests.UITest.VerifyScreenshot(String name, Nullable`1 retryDelay, Int32 cropLeft, Int32 cropRight, Int32 cropTop, Int32 cropBottom, Double tolerance, Boolean includeTitleBar) in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 219 at Microsoft.Maui.TestCases.Tests.HybridWebViewFeatureTests.VerifyHybridWebViewWithShadow() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/HybridWebViewFeatureTests.cs:line 126 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)
- Exception Message
Portrait X position should be consistent between multiple orientation cycles Assert.That(Math.Abs(initialPortraitBounds.X - finalPortraitBounds.X), Is.LessThanOrEqualTo(positionTolerance)) Expected: less than or equal to 10.0d But was: 375
- CallStack
at Microsoft.Maui.TestCases.Tests.Issues.Issue28986_SafeAreaBorderOrientation.SafeAreaBorderMultipleOrientationChanges() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue28986_SafeAreaBorderOrientation.cs:line 198
1) at Microsoft.Maui.TestCases.Tests.Issues.Issue28986_SafeAreaBorderOrientation.SafeAreaBorderMultipleOrientationChanges() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue28986_SafeAreaBorderOrientation.cs:line 198
❌ Microsoft.Maui.TestCases.Tests.EntryFeatureTests(Windows).VerifyVerticalTextAlignmentBasedOnCharacterSpacing [Details] [0.53% failure rate]
-
[ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]
Failing Configuration
❌ Microsoft.Maui.TestCases.Tests.HybridWebViewFeatureTests(Windows).VerifyHybridWebViewWithShadow [Details] [2.08% failure rate]
-
[ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]
Failing Configuration
❌ Microsoft.Maui.TestCases.Tests.Issues.Issue28986_SafeAreaBorderOrientation(iOS).SafeAreaBorderMultipleOrientationChanges [Details] [3.13% failure rate]
-
[ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]
Failing Configuration
Loading