Skip to content

Fix condition update.

3c3a360
Select commit
Loading
Failed to load commit list.
Merged

[Android] Fix CarouselView Issue29216 test regression on candidate branch #35041

Fix condition update.
3c3a360
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed Apr 21, 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

Known Infrastructure Errors

Build Failures

maui-pr-uitests / WinUI UITests / Controls / Controls WebView

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌The job running on agent NetCore-Public 674 ran longer than the maximum time of 180 minutes. For more information, see https://go.microsoft.com/fwlink/?linkid=2077134

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) WebView / 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]

Test Failures (10 tests failed)

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

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

    Microsoft.Maui.TestCases.Tests.CollectionView_ScrollingFeatureTests(Android).VerifyDefaultScrollToRequested [Details] [13.03% failure rate]
    [ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

    Failing Configuration

    Exception Message
    VisualTestUtils.VisualTestFailedException : 
    Snapshot different than baseline: VerifyDefaultScrollToRequested.png (0.67% 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|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) in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 309
       at Microsoft.Maui.TestCases.Tests.CollectionView_ScrollingFeatureTests.VerifyDefaultScrollToRequested() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_ScrollingFeatureTests.cs:line 1576
       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)
    
    Microsoft.Maui.TestCases.Tests.HybridWebViewFeatureTests(Android).VerifyHybridWebView_EvaluateJavaScriptWithDifferentDefaultFile [Details] [16.26% failure rate]
    [ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

    Failing Configuration

    Exception Message
      Assert.That(result, Is.EqualTo("EvaluateJavaScriptAsync Result: HybridWebView Image Page"))
      Expected string length 56 but was 46. Strings differ at index 45.
      Expected: "EvaluateJavaScriptAsync Result: HybridWebView Image Page"
      But was:  "EvaluateJavaScriptAsync Result: HybridWebView1"
      --------------------------------------------------------^
    
    CallStack
       at Microsoft.Maui.TestCases.Tests.HybridWebViewFeatureTests.VerifyHybridWebView_EvaluateJavaScriptWithDifferentDefaultFile() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/HybridWebViewFeatureTests.cs:line 105
    

    1) at Microsoft.Maui.TestCases.Tests.HybridWebViewFeatureTests.VerifyHybridWebView_EvaluateJavaScriptWithDifferentDefaultFile() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/HybridWebViewFeatureTests.cs:line 105

    Microsoft.Maui.TestCases.Tests.HybridWebViewFeatureTests(Android).VerifyHybridWebView_EvaluateJavaScriptWithDifferentHybridRoot [Details] [16.26% failure rate]
    [ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

    Failing Configuration

    Exception Message
      JavaScript evaluation should return the correct title for HybridWebview1.
    Assert.That(result, Is.EqualTo("EvaluateJavaScriptAsync Result: HybridWebView1"))
      Expected string length 46 but was 56. Strings differ at index 45.
      Expected: "EvaluateJavaScriptAsync Result: HybridWebView1"
      But was:  "EvaluateJavaScriptAsync Result: HybridWebView Image Page"
      --------------------------------------------------------^
    
    CallStack
       at Microsoft.Maui.TestCases.Tests.HybridWebViewFeatureTests.VerifyHybridWebView_EvaluateJavaScriptWithDifferentHybridRoot() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/HybridWebViewFeatureTests.cs:line 78
    

    1) at Microsoft.Maui.TestCases.Tests.HybridWebViewFeatureTests.VerifyHybridWebView_EvaluateJavaScriptWithDifferentHybridRoot() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/HybridWebViewFeatureTests.cs:line 78

    Microsoft.Maui.TestCases.Tests.HybridWebViewFeatureTests(Android).VerifyHybridWebView_SendMessageToJavaScript [Details] [16.27% failure rate]
    [ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

    Failing Configuration

    Exception Message
      JavaScript should receive the message sent from C#.
    Assert.That(message, Is.EqualTo("Message sent successfully. Result: Message received"))
      Expected string length 51 but was 35. Strings differ at index 35.
      Expected: "Message sent successfully. Result: Message received"
      But was:  "Message sent successfully. Result: "
      ----------------------------------------------^
    
    CallStack
       at Microsoft.Maui.TestCases.Tests.HybridWebViewFeatureTests.VerifyHybridWebView_SendMessageToJavaScript() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/HybridWebViewFeatureTests.cs:line 157
    

    1) at Microsoft.Maui.TestCases.Tests.HybridWebViewFeatureTests.VerifyHybridWebView_SendMessageToJavaScript() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/HybridWebViewFeatureTests.cs:line 157

    Microsoft.Maui.TestCases.Tests.HybridWebViewFeatureTests(Android).VerifyHybridWebViewWithFlowDirection [Details] [16.28% failure rate]
    [ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

    Failing Configuration

    Exception Message
    VisualTestUtils.VisualTestFailedException : 
    Snapshot different than baseline: VerifyHybridWebViewWithFlowDirection.png (11.09% 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 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 296
       at Microsoft.Maui.TestCases.Tests.HybridWebViewFeatureTests.VerifyHybridWebViewWithFlowDirection() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/HybridWebViewFeatureTests.cs:line 171
       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)
    

Was this helpful? Yes No