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

feat(hr): Remove cnomua #19020

Merged
merged 30 commits into from
Dec 16, 2024

chore: Apply code review comments

9cfe4ae
Select commit
Loading
Failed to load commit list.
Merged

feat(hr): Remove cnomua #19020

chore: Apply code review comments
9cfe4ae
Select commit
Loading
Failed to load commit list.
Azure Pipelines / Uno.UI - CI succeeded Dec 14, 2024 in 1h 8m 25s

Build #5.6.0-PullRequest-19020-150274-19020.1211 had test failures

Details

Tests

  • Failed: 974 (0.84%)
  • Passed: 105,115 (91.06%)
  • Other: 9,341 (8.09%)
  • Total: 115,430

Annotations

Check failure on line 12765 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Uno.UI - CI

Build log #L12765

The Operation will be canceled. The next steps may not contain expected logs.

Check failure on line 12830 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Uno.UI - CI

Build log #L12830

The operation was canceled.

Check failure on line 1 in SamplesApp.UITests.Runtime.RuntimeTests.RunRuntimeTests

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Uno.UI - CI

SamplesApp.UITests.Runtime.RuntimeTests.RunRuntimeTests

OpenQA.Selenium.JavaScriptException : javascript error: SampleRunner._runTest is not a function
  (Session info: chrome-headless-shell=127.0.6533.72)
Raw output
   at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse)
   at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters)
   at OpenQA.Selenium.WebDriver.ExecuteScriptCommand(String script, String commandName, Object[] args)
   at OpenQA.Selenium.WebDriver.ExecuteScript(String script, Object[] args)
   at Uno.UITest.Selenium.SeleniumApp.Uno.UITest.IApp.Invoke(String methodName, Object argument)
   at Uno.UITest.Helpers.BackdoorInvocationHelper.InvokeGeneric(IApp app, String methodName, Object arg1)
   at SamplesApp.UITests.SampleControlUITestBase.Run(String metadataName, Boolean waitForSampleControl, Boolean skipInitialScreenshot, Int32 sampleLoadTimeout) in /__w/1/s/src/SamplesApp/SamplesApp.UITests/SampleControlUITestBase.cs:line 481
   at SamplesApp.UITests.Runtime.RuntimeTests.RunRuntimeTests() in /__w/1/s/src/SamplesApp/SamplesApp.UITests/RuntimeTests.cs:line 34
   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)

Check failure on line 1 in SamplesApp.UITests.Windows_UI_Xaml_Controls.CommandBarTests.NativeCommandBar_Tests.NativeCommandBar_Size

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Uno.UI - CI

SamplesApp.UITests.Windows_UI_Xaml_Controls.CommandBarTests.NativeCommandBar_Tests.NativeCommandBar_Size

ImageAssert.HasColorAt @ line 117
screenshot: SecondOrientation (NativeCommandBar_Size_SecondOrientation.png)
====================
Color at (600,137) is not expected
expected: FFFF0000 Color [Red]
actual  : FFF3F3F3 Color [A=255, R=243, G=243, B=243]
tolerance: 0
difference: 243
Raw output
   at SamplesApp.UITests.TestFramework.ImageAssert.HasColorAtImpl(ScreenshotInfo screenshot, Int32 x, Int32 y, Color expectedColor, Byte tolerance, Double scale, Int32 line) in /agent/_work/1/s/src/SamplesApp/SamplesApp.UITests/TestFramework/ImageAssert.cs:line 320
   at SamplesApp.UITests.TestFramework.ImageAssert.HasColorAt(ScreenshotInfo screenshot, Single x, Single y, Color expectedColor, Byte tolerance, Double scale, Int32 line) in /agent/_work/1/s/src/SamplesApp/SamplesApp.UITests/TestFramework/ImageAssert.cs:line 256
   at SamplesApp.UITests.Windows_UI_Xaml_Controls.CommandBarTests.NativeCommandBar_Tests.NativeCommandBar_Size() in /agent/_work/1/s/src/SamplesApp/SamplesApp.UITests/Windows_UI_Xaml_Controls/CommandBarTests/UnoSamples_Tests.NativeCommandBar.cs:line 117
   at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.BlockUntilCompleted()
   at NUnit.Framework.Internal.MessagePumpStrategy.NoMessagePumpStrategy.WaitForCompletion(AwaitAdapter awaiter)
   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)

1)    at SamplesApp.UITests.TestFramework.ImageAssert.HasColorAtImpl(ScreenshotInfo screenshot, Int32 x, Int32 y, Color expectedColor, Byte tolerance, Double scale, Int32 line) in /agent/_work/1/s/src/SamplesApp/SamplesApp.UITests/TestFramework/ImageAssert.cs:line 320
   at SamplesApp.UITests.TestFramework.ImageAssert.HasColorAt(ScreenshotInfo screenshot, Single x, Single y, Color expectedColor, Byte tolerance, Double scale, Int32 line) in /agent/_work/1/s/src/SamplesApp/SamplesApp.UITests/TestFramework/ImageAssert.cs:line 256
   at SamplesApp.UITests.Windows_UI_Xaml_Controls.CommandBarTests.NativeCommandBar_Tests.NativeCommandBar_Size() in /agent/_work/1/s/src/SamplesApp/SamplesApp.UITests/Windows_UI_Xaml_Controls/CommandBarTests/UnoSamples_Tests.NativeCommandBar.cs:line 117
   at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.ExecutionContextCallback(Object s)

Check failure on line 1 in SamplesApp.UITests.Windows_UI_Xaml_Controls.BorderTests.Border_Tests.Change_Manipulation_Property

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Uno.UI - CI

SamplesApp.UITests.Windows_UI_Xaml_Controls.BorderTests.Border_Tests.Change_Manipulation_Property

  ImageAssert.AreEqual @ line 35
pixelTolerance: No color tolerance
expected: Before property change (Change_Manipulation_Property_Before_property_change.png 1280x800)
actual  : After property change (Change_Manipulation_Property_After_property_change.png 1280x776)
====================
Screenshots don't have the same size

  Expected: {Width=1280, Height=800}
  But was:  {Width=1280, Height=776}
Raw output
   at SamplesApp.UITests.TestFramework.ImageAssert.EqualityCheck(ScreenshotInfo expected, Rectangle expectedRect, ScreenshotInfo actual, PlatformBitmap actualBitmap, Rectangle actualRect, Double expectedToActualScale, PixelTolerance tolerance, Int32 line) in /agent/_work/1/s/src/SamplesApp/SamplesApp.UITests/TestFramework/ImageAssert.cs:line 168
   at SamplesApp.UITests.TestFramework.ImageAssert.AreEqualImpl(ScreenshotInfo expected, Rectangle expectedRect, ScreenshotInfo actual, PlatformBitmap actualBitmap, Rectangle actualRect, Double expectedToActualScale, PixelTolerance tolerance, Int32 line) in /agent/_work/1/s/src/SamplesApp/SamplesApp.UITests/TestFramework/ImageAssert.cs:line 132
   at SamplesApp.UITests.TestFramework.ImageAssert.AreEqualImpl(ScreenshotInfo expected, Rectangle expectedRect, ScreenshotInfo actual, Rectangle actualRect, Double expectedToActualScale, PixelTolerance tolerance, Int32 line) in /agent/_work/1/s/src/SamplesApp/SamplesApp.UITests/TestFramework/ImageAssert.cs:line 111
   at SamplesApp.UITests.TestFramework.ImageAssert.AreEqual(ScreenshotInfo expected, ScreenshotInfo actual, Nullable`1 rect, Double expectedToActualScale, PixelTolerance tolerance, Int32 line) in /agent/_work/1/s/src/SamplesApp/SamplesApp.UITests/TestFramework/ImageAssert.cs:line 44
   at SamplesApp.UITests.Windows_UI_Xaml_Controls.BorderTests.Border_Tests.Change_Manipulation_Property() in /agent/_work/1/s/src/SamplesApp/SamplesApp.UITests/Windows_UI_Xaml_Controls/BorderTests/Border_Tests.cs:line 35

1)    at SamplesApp.UITests.TestFramework.ImageAssert.EqualityCheck(ScreenshotInfo expected, Rectangle expectedRect, ScreenshotInfo actual, PlatformBitmap actualBitmap, Rectangle actualRect, Double expectedToActualScale, PixelTolerance tolerance, Int32 line) in /agent/_work/1/s/src/SamplesApp/SamplesApp.UITests/TestFramework/ImageAssert.cs:line 168
   at SamplesApp.UITests.TestFramework.ImageAssert.AreEqualImpl(ScreenshotInfo expected, Rectangle expectedRect, ScreenshotInfo actual, PlatformBitmap actualBitmap, Rectangle actualRect, Double expectedToActualScale, PixelTolerance tolerance, Int32 line) in /agent/_work/1/s/src/SamplesApp/SamplesApp.UITests/TestFramework/ImageAssert.cs:line 132
   at SamplesApp.UITests.TestFramework.ImageAssert.AreEqualImpl(ScreenshotInfo expected, Rectangle expectedRect, ScreenshotInfo actual, Rectangle actualRect, Double expectedToActualScale, PixelTolerance tolerance, Int32 line) in /agent/_work/1/s/src/SamplesApp/SamplesApp.UITests/TestFramework/ImageAssert.cs:line 111
   at SamplesApp.UITests.TestFramework.ImageAssert.AreEqual(ScreenshotInfo expected, ScreenshotInfo actual, Nullable`1 rect, Double expectedToActualScale, PixelTolerance tolerance, Int32 line) in /agent/_work/1/s/src/SamplesApp/SamplesApp.UITests/TestFramework/ImageAssert.cs:line 44
   at SamplesApp.UITests.Windows_UI_Xaml_Controls.BorderTests.Border_Tests.Change_Manipulation_Property() in /agent/_work/1/s/src/SamplesApp/SamplesApp.UITests/Windows_UI_Xaml_Controls/BorderTests/Border_Tests.cs:line 35

Check failure on line 1 in SamplesApp.UITests.Windows_UI_Xaml_Controls.CommandBarTests.NativeCommandBar_Tests.When_Foreground_Is_Set

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Uno.UI - CI

SamplesApp.UITests.Windows_UI_Xaml_Controls.CommandBarTests.NativeCommandBar_Tests.When_Foreground_Is_Set

Expected a red pixel.
Raw output
   at SamplesApp.UITests.Windows_UI_Xaml_Controls.CommandBarTests.NativeCommandBar_Tests.When_Foreground_Is_Set() in /agent/_work/1/s/src/SamplesApp/SamplesApp.UITests/Windows_UI_Xaml_Controls/CommandBarTests/UnoSamples_Tests.NativeCommandBar.cs:line 52

1)    at SamplesApp.UITests.Windows_UI_Xaml_Controls.CommandBarTests.NativeCommandBar_Tests.When_Foreground_Is_Set() in /agent/_work/1/s/src/SamplesApp/SamplesApp.UITests/Windows_UI_Xaml_Controls/CommandBarTests/UnoSamples_Tests.NativeCommandBar.cs:line 52