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

fix(net9): Transitive assets handling #18897

Merged
merged 6 commits into from
Nov 26, 2024

chore: Remove unused copy to output

7cd2da0
Select commit
Loading
Failed to load commit list.
Merged

fix(net9): Transitive assets handling #18897

chore: Remove unused copy to output
7cd2da0
Select commit
Loading
Failed to load commit list.
Azure Pipelines / Uno.UI - CI failed Nov 26, 2024 in 7m 21s

Build #5.6.0-PullRequest-18897-148485-18897.961 had test failures

Details

Tests

  • Failed: 145 (0.13%)
  • Passed: 101,890 (90.80%)
  • Other: 10,174 (9.07%)
  • Total: 112,209

Annotations

Check failure on line 1073356 in Build log

See this annotation in the file changed.

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

Build log #L1073356

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

Check failure on line 1073357 in Build log

See this annotation in the file changed.

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

Build log #L1073357

The operation was canceled.

Check failure on line 19 in Build log

See this annotation in the file changed.

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

Build log #L19

There are one or more test failures detected in result files. Detailed summary of published test results can be viewed in the Tests tab.

Check failure on line 1 in ValidateOverflowScrollViewerDoesNotScrollWithArrowKeys()

See this annotation in the file changed.

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

ValidateOverflowScrollViewerDoesNotScrollWithArrowKeys()

Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException: Expected object to be [865, 5], but found [865, 53].
   at FluentAssertions.Execution.LateBoundTestFramework.Throw(String message)
   at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message)
   at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message)
   at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc)
   at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc)
   at FluentAssertions.Execution.AssertionScope.FailWith(String message, Object[] args)
   at FluentAssertions.Primitives.ObjectAssertions.Be(Object expected, String because, Object[] becauseArgs)
   at Private.Infrastructure.TestServices.VERIFY_ARE_EQUAL[Point](Point actual, Point expected, String message)
   at Microsoft.UI.Xaml.Tests.Enterprise.BaseDxamlTestClass.VERIFY_ARE_EQUAL[Point](Point actual, Point expected, String message)
   at Windows.UI.Tests.Enterprise.CommandBarIntegrationTests.<>c__DisplayClass25_0.<ValidateOverflowScrollViewerDoesNotScrollWithArrowKeys>b__5()
   at Private.Infrastructure.TestServices.<>c__DisplayClass1_0.<RunOnUIThread>b__0()
   at Private.Infrastructure.UnitTestDispatcherCompat.<>c__DisplayClass18_0.<RunAsync>b__0()
--- End of stack trace from previous location ---
   at Private.Infrastructure.TestServices.RunOnUIThread(Action action)
   at Windows.UI.Tests.Enterprise.CommandBarIntegrationTests.<>c__DisplayClass25_0.<<ValidateOverflowScrollViewerDoesNotScrollWithArrowKeys>b__4>d.MoveNext()
--- End of stack trace from previous location ---
   at Uno.UI.RuntimeTests.Helpers.TestHelper.RetryAssert(Func`1 assertion, Int32 count)
   at Uno.UI.RuntimeTests.Helpers.TestHelper.RetryAssert(Func`1 assertion, Int32 count)
   at Windows.UI.Tests.Enterprise.CommandBarIntegrationTests.ValidateOverflowScrollViewerDoesNotScrollWithArrowKeys()
   at Uno.UI.Samples.Tests.UnitTestsControl.<>c__DisplayClass63_1.<<ExecuteTestsForInstance>g__InvokeTestMethod|5>d.MoveNext()

Check failure on line 1 in When_Navigate_Unsupported_Scheme(True)

See this annotation in the file changed.

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

When_Navigate_Unsupported_Scheme(True)

Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException: Timed out waiting for condition to be met. When_Navigate_Unsupported_Scheme():480
   at Private.Infrastructure.TestServices.WindowHelper.WaitFor(Func`1 condition, Int32 timeoutMS, String message, String callerMemberName, Int32 lineNumber)
   at Uno.UI.RuntimeTests.Tests.Microsoft_UI_Xaml_Controls.Given_WebView2.When_Navigate_Unsupported_Scheme(Boolean handled)
   at Uno.UI.Samples.Tests.UnitTestsControl.<>c__DisplayClass63_1.<<ExecuteTestsForInstance>g__InvokeTestMethod|5>d.MoveNext()

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 When_Navigate_Unsupported_Scheme(False)

See this annotation in the file changed.

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

When_Navigate_Unsupported_Scheme(False)

Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException: Timed out waiting for condition to be met. When_Navigate_Unsupported_Scheme():480
   at Private.Infrastructure.TestServices.WindowHelper.WaitFor(Func`1 condition, Int32 timeoutMS, String message, String callerMemberName, Int32 lineNumber)
   at Uno.UI.RuntimeTests.Tests.Microsoft_UI_Xaml_Controls.Given_WebView2.When_Navigate_Unsupported_Scheme(Boolean handled)
   at Uno.UI.Samples.Tests.UnitTestsControl.<>c__DisplayClass63_1.<<ExecuteTestsForInstance>g__InvokeTestMethod|5>d.MoveNext()