chore(deps): bump Refit from 7.0.0 to 8.0.0 in /src/Uno.UI.TestComparer #18691
Azure Pipelines / Uno.UI - CI
succeeded
Nov 5, 2024 in 2h 5m 7s
Build #5.6.0-PullRequest-18691-146026-18691.331 had test failures
Details
- Failed: 680 (0.64%)
- Passed: 96,124 (90.81%)
- Other: 9,050 (8.55%)
- Total: 105,854
Annotations
Check failure on line 1 in When_RenderNotOpaqueContent_Then_ImageNotOpaque()
azure-pipelines / Uno.UI - CI
When_RenderNotOpaqueContent_Then_ImageNotOpaque()
Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException: Assert.Fail failed. ImageAssert.HasColorAt @ line 162
====================
Color at (5,5) is not expected
expected: 80CC0000 #80CC0000
actual : 83E5D6DA #83E5D6DA
tolerance : 1
difference: 218
screenshot size: 10x10
at Microsoft.VisualStudio.TestTools.UnitTesting.Assert.ThrowAssertFailed(String assertionName, String message)
at Microsoft.VisualStudio.TestTools.UnitTesting.Assert.Fail(String message, Object[] parameters)
at Microsoft.VisualStudio.TestTools.UnitTesting.Assert.Fail(String message)
at Uno.UI.RuntimeTests.Helpers.ImageAssert.HasColorAtImpl(RawBitmap screenshot, Int32 x, Int32 y, Color expectedColor, Byte tolerance, Int32 line)
at Uno.UI.RuntimeTests.Helpers.ImageAssert.HasColorAt(RawBitmap screenshot, Single x, Single y, Color expectedColor, Byte tolerance, Int32 line)
at Uno.UI.RuntimeTests.Tests.Windows_UI_Xaml_Media_Imaging.Given_RenderTargetBitmap.When_RenderNotOpaqueContent_Then_ImageNotOpaque()
at Uno.UI.Samples.Tests.UnitTestsControl.<>c__DisplayClass63_1.<<ExecuteTestsForInstance>g__InvokeTestMethod|5>d.MoveNext()
Check failure on line 1 in When_HotReloadScenario()
azure-pipelines / Uno.UI - CI
When_HotReloadScenario()
Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException: Assert.Fail failed. Tests failed:
Test Check_Can_Change_Page1_Navigate_And_Return() failed with Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException: Assert.AreEqual failed. Expected:<Second page>. Actual:<Second page >.
at Microsoft.VisualStudio.TestTools.UnitTesting.Assert.ThrowAssertFailed(String assertionName, String message) in /_/src/TestFramework/TestFramework/Assertions/Assert.cs:line 60
at Microsoft.VisualStudio.TestTools.UnitTesting.Assert.AreEqual[T](T expected, T actual, IEqualityComparer`1 comparer, String message, Object[] parameters) in /_/src/TestFramework/TestFramework/Assertions/Assert.AreEqual.cs:line 201
at Microsoft.VisualStudio.TestTools.UnitTesting.Assert.AreEqual[T](T expected, T actual) in /_/src/TestFramework/TestFramework/Assertions/Assert.AreEqual.cs:line 34
at Uno.UI.RuntimeTests.Tests.HotReload.Frame.UIElementExtensions.<>c__DisplayClass0_0.<ValidateTextOnChildTextBlock>b__0(TextBlock textBlock)
at Uno.UI.RuntimeTests.Tests.HotReload.Frame.UIElementExtensions.ValidateChildElement[TElement](UIElement element, Func`2 validation, Int32 index)
at Uno.UI.RuntimeTests.Tests.HotReload.Frame.HRApp.Tests.Given_Frame.<>c__DisplayClass10_0.<<Check_Can_Change_Page1_Navigate_And_Return>b__0>d.MoveNext()
--- End of stack trace from previous location ---
at Uno.UI.RuntimeTests.Tests.HotReload.HotReloadHelper.UpdateServerFileAndRevert[T](String originalText, String replacementText, Func`1 callback, CancellationToken ct)
at Uno.UI.RuntimeTests.Tests.HotReload.HotReloadHelper.UpdateServerFileAndRevert[T](String originalText, String replacementText, Func`1 callback, CancellationToken ct)
at Uno.UI.RuntimeTests.Tests.HotReload.Frame.HRApp.Tests.Given_Frame.Check_Can_Change_Page1_Navigate_And_Return()
at Uno.UI.RuntimeTests.UnitTestsControl.<>c__DisplayClass67_0.<<ExecuteTestsForInstance>g__WaitResult|2>d.MoveNext()
--- End of stack trace from previous location ---
at Uno.UI.RuntimeTests.UnitTestsControl.<>c__DisplayClass67_3.<<ExecuteTestsForInstance>g__DoInvoke|9>d.MoveNext()
--- End of stack trace from previous location ---
at Uno.UI.RuntimeTests.UnitTestsControl.<>c__DisplayClass69_0.<<ExecuteOnDispatcher>b__0>d.MoveNext()
--- End of stack trace from previous location ---
at Uno.UI.RuntimeTests.UnitTestsControl.ExecuteOnDispatcher(Func`1 asyncAction, CancellationToken ct)
at Uno.UI.RuntimeTests.UnitTestsControl.<>c__DisplayClass67_2.<<ExecuteTestsForInstance>g__InvokeTestMethod|5>d.MoveNext()
Test Check_Can_Change_Page2_Before_Navigation() failed with Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException: Assert.AreEqual failed. Expected:<Second page (changed)>. Actual:<Second page (changed) >.
at Microsoft.VisualStudio.TestTools.UnitTesting.Assert.ThrowAssertFailed(String assertionName, String message) in /_/src/TestFramework/TestFramework/Assertions/Assert.cs:line 60
at Microsoft.VisualStudio.TestTools.UnitTesting.Assert.AreEqual[T](T expected, T actual, IEqualityComparer`1 comparer, String message, Object[] parameters) in /_/src/TestFramework/TestFramework/Assertions/Assert.AreEqual.cs:line 201
at Microsoft.VisualStudio.TestTools.UnitTesting.Assert.AreEqual[T](T expected, T actual) in /_/src/TestFramework/TestFramework/Assertions/Assert.AreEqual.cs:line 34
at Uno.UI.RuntimeTests.Tests.HotReload.Frame.UIElementExtensions.<>c__DisplayClass0_0.<ValidateTextOnChildTextBlock>b__0(TextBlock textBlock)
at Uno.UI.RuntimeTests.Tests.HotReload.Frame.UIElementExtensions.ValidateChildElement[TElement](UIElement element, Func`2 validation, Int32 index)
at Uno.UI.RuntimeTests.Tests.HotReload.Frame.HRApp.Tests.Given_Frame.<>c__DisplayClass11_0.<<Check_Can_Change_Page2_Before_Navigation>b__0>d.MoveNext()
--- End of stack trace from previous location ---
at Uno.UI.RuntimeTests.Tests.HotReload.HotReloadHelper.UpdateServerFileAndRevert[T](String originalText, String repl
azure-pipelines / Uno.UI - CI
SamplesApp.UITests.Windows_UI_Xaml_Controls.ListViewTests.ListViewTests_Tests.When_NoSelection_Then_PointersEvents
System.Exception : Error while performing WaitFor([unknown], "Timed out waiting...", 00:00:30, 00:00:00.0500000, null)
----> System.TimeoutException : Timed out waiting...
Raw output
at Xamarin.UITest.Utils.ErrorReporting.With(Action func, Object[] args, String memberName)
at Xamarin.UITest.iOS.iOSApp.WaitFor(Func`1 predicate, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout)
at Uno.UITest.Xamarin.XamarinApp.WaitFor(Func`1 predicate, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout)
at SamplesApp.UITests.SampleControlUITestBase.Run(String metadataName, Boolean waitForSampleControl, Boolean skipInitialScreenshot, Int32 sampleLoadTimeout) in /Users/runner/work/1/s/src/SamplesApp/SamplesApp.UITests/SampleControlUITestBase.cs:line 483
at SamplesApp.UITests.SampleControlUITestBase.RunAsync(String metadataName, Boolean waitForSampleControl, Boolean skipInitialScreenshot, Int32 sampleLoadTimeout) in /Users/runner/work/1/s/src/SamplesApp/SamplesApp.UITests/SampleControlUITestBase.cs:line 460
at SamplesApp.UITests.Windows_UI_Xaml_Controls.ListViewTests.ListViewTests_Tests.RunTest(String test, Boolean clicked) in /Users/runner/work/1/s/src/SamplesApp/SamplesApp.UITests/Windows_UI_Xaml_Controls/ListViewTests/Selection_Pointers.cs:line 63
at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.GetResult()
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.BeforeAndAfterTestCommand.<>c__DisplayClass1_0.<Execute>b__0()
at NUnit.Framework.Internal.Commands.DelegatingTestCommand.RunTestMethodInThreadAbortSafeZone(TestExecutionContext context, Action action)
--TimeoutException
at Xamarin.UITest.Shared.WaitForHelper.WaitFor(Func`1 predicate, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout)
at Xamarin.UITest.iOS.iOSApp.<>c__DisplayClass57_0.<WaitFor>b__0()
at Xamarin.UITest.Utils.ErrorReporting.With(Action func, Object[] args, String memberName)
azure-pipelines / Uno.UI - CI
SamplesApp.UITests.Windows_UI_Xaml_Controls.ListViewTests.ListViewTests_Tests.When_NoSelectionWithItemClick_Then_PointersEvents
System.Exception : Error while performing WaitFor([unknown], "Timed out waiting...", 00:00:30, 00:00:00.0500000, null)
----> System.TimeoutException : Timed out waiting...
Raw output
at Xamarin.UITest.Utils.ErrorReporting.With(Action func, Object[] args, String memberName)
at Xamarin.UITest.iOS.iOSApp.WaitFor(Func`1 predicate, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout)
at Uno.UITest.Xamarin.XamarinApp.WaitFor(Func`1 predicate, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout)
at SamplesApp.UITests.SampleControlUITestBase.Run(String metadataName, Boolean waitForSampleControl, Boolean skipInitialScreenshot, Int32 sampleLoadTimeout) in /Users/runner/work/1/s/src/SamplesApp/SamplesApp.UITests/SampleControlUITestBase.cs:line 483
at SamplesApp.UITests.SampleControlUITestBase.RunAsync(String metadataName, Boolean waitForSampleControl, Boolean skipInitialScreenshot, Int32 sampleLoadTimeout) in /Users/runner/work/1/s/src/SamplesApp/SamplesApp.UITests/SampleControlUITestBase.cs:line 460
at SamplesApp.UITests.Windows_UI_Xaml_Controls.ListViewTests.ListViewTests_Tests.RunTest(String test, Boolean clicked) in /Users/runner/work/1/s/src/SamplesApp/SamplesApp.UITests/Windows_UI_Xaml_Controls/ListViewTests/Selection_Pointers.cs:line 63
at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.GetResult()
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.BeforeAndAfterTestCommand.<>c__DisplayClass1_0.<Execute>b__0()
at NUnit.Framework.Internal.Commands.DelegatingTestCommand.RunTestMethodInThreadAbortSafeZone(TestExecutionContext context, Action action)
--TimeoutException
at Xamarin.UITest.Shared.WaitForHelper.WaitFor(Func`1 predicate, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout)
at Xamarin.UITest.iOS.iOSApp.<>c__DisplayClass57_0.<WaitFor>b__0()
at Xamarin.UITest.Utils.ErrorReporting.With(Action func, Object[] args, String memberName)
Loading