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(Button): Command binding resetting on CanExecution exception (backport #18378) #18388

Merged

fix(Button): Command binding resetting on CanExecution exception

68e6a4a
Select commit
Loading
Failed to load commit list.
Merged

fix(Button): Command binding resetting on CanExecution exception (backport #18378) #18388

fix(Button): Command binding resetting on CanExecution exception
68e6a4a
Select commit
Loading
Failed to load commit list.
Azure Pipelines / Uno.UI - CI failed Oct 4, 2024 in 1h 30m 30s

Build #5.5.0-PullRequest-18388-142166-18388.124 had test failures

Details

Tests

  • Failed: 235 (0.24%)
  • Passed: 87,249 (90.64%)
  • Other: 8,774 (9.12%)
  • Total: 96,258

Annotations

Check failure on line 20 in Build log

See this annotation in the file changed.

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

Build log #L20

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 20 in Build log

See this annotation in the file changed.

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

Build log #L20

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 6597 in Build log

See this annotation in the file changed.

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

Build log #L6597

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

Check failure on line 1 in When_Image_Is_Monochromatic()

See this annotation in the file changed.

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

When_Image_Is_Monochromatic()

Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException: Center
center:
0,0: expected: FFFF0000 | actual: [50,75] FF0000FF
	a tolerance of 255 [Exclusive] would be required for this test to pass.
	Current: No color tolerance

Top-left
top-left:
0,0: expected: FFFF0000 | actual: [0,0] FF0000FF
	a tolerance of 255 [Exclusive] would be required for this test to pass.
	Current: No color tolerance

Top-right
top-right:
0,0: expected: FFFF0000 | actual: [99,0] FF0000FF
	a tolerance of 255 [Exclusive] would be required for this test to pass.
	Current: No color tolerance

Bottom-left
bottom-left:
0,0: expected: FFFF0000 | actual: [0,149] FF0000FF
	a tolerance of 255 [Exclusive] would be required for this test to pass.
	Current: No color tolerance

Bottom-right
bottom-right:
0,0: expected: FFFF0000 | actual: [99,149] FF0000FF
	a tolerance of 255 [Exclusive] would be required for this test to pass.
	Current: No color tolerance


   at FluentAssertions.Execution.LateBoundTestFramework.Throw(String message)
   at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message)
   at FluentAssertions.Execution.CollectingAssertionStrategy.ThrowIfAny(IDictionary`2 context)
   at FluentAssertions.Execution.AssertionScope.Dispose()
   at Uno.UI.RuntimeTests.Helpers.ImageAssert.HasPixels(RawBitmap actual, ExpectedPixels[] expectations)
   at Uno.UI.RuntimeTests.Tests.Windows_UI_Xaml_Controls.Given_Image.When_Image_Is_Monochromatic()
   at Uno.UI.Samples.Tests.UnitTestsControl.<>c__DisplayClass63_1.<<ExecuteTestsForInstance>g__InvokeTestMethod|4>d.MoveNext()

Check failure on line 1 in When_MaxVisiblePips_GreaterThan_NumberOfPages_Horizontal()

See this annotation in the file changed.

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

When_MaxVisiblePips_GreaterThan_NumberOfPages_Horizontal()

Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException: Assert.Fail failed. ImageAssert.HasColorAt @ line 45
====================
Color at (55,10) is not expected
expected: FF000000 #FF000000
actual  : B1000000 #B1000000
tolerance: 0
difference: 78

   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.Microsoft_UI_Xaml_Controls.Given_PipsPager.When_MaxVisiblePips_GreaterThan_NumberOfPages_Horizontal()
   at Uno.UI.Samples.Tests.UnitTestsControl.<>c__DisplayClass63_1.<<ExecuteTestsForInstance>g__InvokeTestMethod|4>d.MoveNext()

Check failure on line 1 in SamplesApp.UITests.Windows_UI_Xaml_Controls.ListViewTests.ListViewTests_Tests.ListView_SelectedItems

See this annotation in the file changed.

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

SamplesApp.UITests.Windows_UI_Xaml_Controls.ListViewTests.ListViewTests_Tests.ListView_SelectedItems

Test exceeded Timeout value of 300000ms

Check failure on line 1 in SamplesApp.UITests.Snap.Generated_Uno_UI_Samples_017.Scrolling_MUXControlsTestApp_ScrollViewKeyboardAndGamepadNavigationPage

See this annotation in the file changed.

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

SamplesApp.UITests.Snap.Generated_Uno_UI_Samples_017.Scrolling_MUXControlsTestApp_ScrollViewKeyboardAndGamepadNavigationPage

Test exceeded Timeout value of 60000ms