Skip to content

Fix Android ScrollView to Measure Content Correct - #30964

Merged
PureWeen merged 1 commit into
net10.0from
fix_30951_just_the_fix
Aug 1, 2025
Merged

Fix Android ScrollView to Measure Content Correct#30964
PureWeen merged 1 commit into
net10.0from
fix_30951_just_the_fix

Fix Android ScrollView to Measure Content Correct

55b0cd1
Select commit
Loading
Failed to load commit list.
Azure Pipelines / MAUI-UITests-public failed Aug 1, 2025 in 1h 13m 47s

Build #10.0.0-ci+pr.30964.azdo.147621 had test failures

Details

Tests

  • Failed: 15 (0.18%)
  • Passed: 8,031 (98.31%)
  • Other: 123 (1.51%)
  • Total: 8,169

Annotations

Check failure on line 511 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / MAUI-UITests-public

Build log #L511

PowerShell exited with code '1'.

Check failure on line 855 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / MAUI-UITests-public

Build log #L855

PowerShell exited with code '1'.

Check failure on line 1981 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / MAUI-UITests-public

Build log #L1981

PowerShell exited with code '1'.

Check failure on line 1812 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / MAUI-UITests-public

Build log #L1812

PowerShell exited with code '1'.

Check failure on line 1 in Microsoft.Maui.TestCases.Tests.Issues.Issue17610(Android).RefreshIconDisappearsWhenUserCancelsRefreshByScrollingBackUp

See this annotation in the file changed.

@azure-pipelines azure-pipelines / MAUI-UITests-public

Microsoft.Maui.TestCases.Tests.Issues.Issue17610(Android).RefreshIconDisappearsWhenUserCancelsRefreshByScrollingBackUp

VisualTestUtils.VisualTestFailedException : 
Snapshot different than baseline: RefreshIconDisappearsWhenUserCancelsRefreshByScrollingBackUp.png (0.97% 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)
   at VisualTestUtils.VisualRegressionTester.VerifyMatchesSnapshot(String name, ImageSnapshot actualImage, String environmentName, ITestContext testContext)
   at Microsoft.Maui.TestCases.Tests.UITest.<VerifyScreenshot>g__Verify|9_0(String name, <>c__DisplayClass9_0&) in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 345
   at Microsoft.Maui.TestCases.Tests.UITest.VerifyScreenshot(String name, Nullable`1 retryDelay, Int32 cropTop, Int32 cropBottom, Double tolerance) in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 201
   at Microsoft.Maui.TestCases.Tests.Issues.Issue17610.RefreshIconDisappearsWhenUserCancelsRefreshByScrollingBackUp() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue17610.cs:line 36
   at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

Check failure on line 1 in Microsoft.Maui.TestCases.Tests.Issues.Issue29559(Android).Issue29559KeyboardDismissonSearchHander

See this annotation in the file changed.

@azure-pipelines azure-pipelines / MAUI-UITests-public

Microsoft.Maui.TestCases.Tests.Issues.Issue29559(Android).Issue29559KeyboardDismissonSearchHander

  Assert.That(IskeyboardVisible, Is.True)
  Expected: True
  But was:  False
Raw output
   at Microsoft.Maui.TestCases.Tests.Issues.Issue29559.Issue29559KeyboardDismissonSearchHander() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue29559.cs:line 21

1)    at Microsoft.Maui.TestCases.Tests.Issues.Issue29559.Issue29559KeyboardDismissonSearchHander() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue29559.cs:line 21

Check failure on line 1 in Microsoft.Maui.TestCases.Tests.Issues.Issue20443(Android).RefreshShouldNotChangeSize

See this annotation in the file changed.

@azure-pipelines azure-pipelines / MAUI-UITests-public

Microsoft.Maui.TestCases.Tests.Issues.Issue20443(Android).RefreshShouldNotChangeSize

VisualTestUtils.VisualTestFailedException : 
Snapshot different than baseline: RefreshShouldNotChangeSize.png (17.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
Raw output
   at VisualTestUtils.VisualRegressionTester.Fail(String message)
   at VisualTestUtils.VisualRegressionTester.VerifyMatchesSnapshot(String name, ImageSnapshot actualImage, String environmentName, ITestContext testContext)
   at Microsoft.Maui.TestCases.Tests.UITest.<VerifyScreenshot>g__Verify|9_0(String name, <>c__DisplayClass9_0&) in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 345
   at Microsoft.Maui.TestCases.Tests.UITest.VerifyScreenshot(String name, Nullable`1 retryDelay, Int32 cropTop, Int32 cropBottom, Double tolerance) in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 201
   at Microsoft.Maui.TestCases.Tests.Issues.Issue20443.RefreshShouldNotChangeSize() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue20443.cs:line 29
   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.CollectionViewHeaderAndFooterTests(Android).HeaderFooterHorizontalViewWorks

See this annotation in the file changed.

@azure-pipelines azure-pipelines / MAUI-UITests-public

Microsoft.Maui.TestCases.Tests.CollectionViewHeaderAndFooterTests(Android).HeaderFooterHorizontalViewWorks

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 2468
   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 681
   at Microsoft.Maui.TestCases.Tests.CollectionViewHeaderAndFooterTests.HeaderFooterHorizontalViewWorks() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/CollectionView/CollectionViewUITests.HeaderAndFooter.cs:line 81
   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)