[iOS] Text alignment in editor - improvements #24859
Build #8.0.99-ci+pr.24859.azdo.124612 had test failures
Details
- 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
azure-pipelines / MAUI-UITests-public
Build log #L759
PowerShell exited with code '1'.
Check failure on line 792 in Build log
azure-pipelines / MAUI-UITests-public
Build log #L792
PowerShell exited with code '1'.
Check failure on line 1928 in Build log
azure-pipelines / MAUI-UITests-public
Build log #L1928
PowerShell exited with code '1'.
Check failure on line 835 in Build log
azure-pipelines / MAUI-UITests-public
Build log #L835
PowerShell exited with code '1'.
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
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)
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
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)