Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[iOS] Text alignment in editor - improvements #24859

Merged
merged 6 commits into from
Oct 1, 2024

add more screenshots

fc2a170
Select commit
Loading
Failed to load commit list.
Merged

[iOS] Text alignment in editor - improvements #24859

add more screenshots
fc2a170
Select commit
Loading
Failed to load commit list.
Azure Pipelines / MAUI-UITests-public succeeded Sep 30, 2024 in 14m 42s

Build #8.0.99-ci+pr.24859.azdo.124612 had test failures

Details

Tests

  • Failed: 5 (0.26%)
  • Passed: 1,231 (63.45%)
  • Other: 704 (36.29%)
  • Total: 1,940

Annotations

Check failure on line 759 in Build log

See this annotation in the file changed.

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

Build log #L759

PowerShell exited with code '1'.

Check failure on line 792 in Build log

See this annotation in the file changed.

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

Build log #L792

PowerShell exited with code '1'.

Check failure on line 1928 in Build log

See this annotation in the file changed.

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

Build log #L1928

PowerShell exited with code '1'.

Check failure on line 835 in Build log

See this annotation in the file changed.

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

Build log #L835

PowerShell exited with code '1'.

Check failure on line 1 in Microsoft.Maui.TestCases.Tests.Issues.MemoryTests(Windows).WebViewDoesNotLeak

See this annotation in the file changed.

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

Microsoft.Maui.TestCases.Tests.Issues.MemoryTests(Windows).WebViewDoesNotLeak

Failed to cleanup: Microsoft.Maui.Controls.WebView, Microsoft.Maui.Handlers.WebViewHandler, Microsoft.Maui.Platform.MauiWebView
Raw output
   at Microsoft.Maui.TestCases.Tests.UtilExtensions.AssertMemoryTest(IApp app) in /_/src/Controls/tests/TestCases.Shared.Tests/UtilExtensions.cs:line 72
   at Microsoft.Maui.TestCases.Tests.Issues.MemoryTests.WebViewDoesNotLeak() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/MemoryTests.cs:line 33

1)    at Microsoft.Maui.TestCases.Tests.UtilExtensions.AssertMemoryTest(IApp app) in /_/src/Controls/tests/TestCases.Shared.Tests/UtilExtensions.cs:line 65
   at Microsoft.Maui.TestCases.Tests.Issues.MemoryTests.WebViewDoesNotLeak() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/MemoryTests.cs:line 33

Check failure on line 1 in Microsoft.Maui.TestCases.Tests.Issues.Issue22417(Windows).AddItemsToCarouselViewWorks

See this annotation in the file changed.

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

Microsoft.Maui.TestCases.Tests.Issues.Issue22417(Windows).AddItemsToCarouselViewWorks

VisualTestUtils.VisualTestFailedException : 
Snapshot different than baseline: AddItemsToCarouselViewWorks.png (20.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
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|7_0(String name) in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 217
   at Microsoft.Maui.TestCases.Tests.UITest.VerifyScreenshot(String name) in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 105
   at Microsoft.Maui.TestCases.Tests.Issues.Issue22417.AddItemsToCarouselViewWorks() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue22417.cs:line 24
   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.AsyncToSyncAdapter.Await(Func`1 invoke)
   at NUnit.Framework.Internal.Commands.TestMethodCommand.RunTestMethod(TestExecutionContext context)
   at NUnit.Framework.Internal.Commands.TestMethodCommand.Execute(TestExecutionContext context)
   at NUnit.Framework.Internal.Commands.DelegatingTestCommand.RunTestMethodInThreadAbortSafeZone(TestExecutionContext context, Action action)

Check failure on line 1 in Microsoft.Maui.TestCases.Tests.DragAndDropUITests(Mac).DragAndDropBetweenLayouts

See this annotation in the file changed.

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

Microsoft.Maui.TestCases.Tests.DragAndDropUITests(Mac).DragAndDropBetweenLayouts

  Assert.That(condition, Is.True)
  Expected: True
  But was:  False
Raw output
   at NUnit.Framework.Legacy.ClassicAssert.True(Boolean condition)
   at Microsoft.Maui.TestCases.Tests.DragAndDropUITests.DragAndDropBetweenLayouts() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/DragAndDropUITests.cs:line 74

1)    at NUnit.Framework.Legacy.ClassicAssert.True(Boolean condition)
   at Microsoft.Maui.TestCases.Tests.DragAndDropUITests.DragAndDropBetweenLayouts() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/DragAndDropUITests.cs:line 74

Check failure on line 1 in Microsoft.Maui.TestCases.Tests.DragAndDropUITests(Mac).DropEventCoordinates

See this annotation in the file changed.

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

Microsoft.Maui.TestCases.Tests.DragAndDropUITests(Mac).DropEventCoordinates

System.FormatException : The input string '' was not in a correct format.
Raw output
   at System.Number.ThrowFormatException[TChar](ReadOnlySpan`1 value)
   at System.Int32.Parse(String s)
   at Microsoft.Maui.TestCases.Tests.DragAndDropUITests.GetCoordinatesFromLabel(String labelText) in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/DragAndDropUITests.cs:line 295
   at Microsoft.Maui.TestCases.Tests.DragAndDropUITests.DropEventCoordinates() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/DragAndDropUITests.cs:line 250
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)