Skip to content

chore: Disposable

bd888db
Select commit
Loading
Failed to load commit list.
Open

feat: ItemCollectionTransition #22960

chore: Disposable
bd888db
Select commit
Loading
Failed to load commit list.
Azure Pipelines / Uno.UI - CI failed Apr 6, 2026 in 3m 2s

Build #6.6-dev.951+066db75346 had test failures

Details

Tests

  • Failed: 64 (0.10%)
  • Passed: 56,083 (91.71%)
  • Other: 5,007 (8.19%)
  • Total: 61,154

Annotations

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 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 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 33 in src\Uno.UI.RuntimeTests\Tests\Microsoft_UI_Xaml_Controls\Given_ItemCollectionTransitionProvider.cs

See this annotation in the file changed.

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

src\Uno.UI.RuntimeTests\Tests\Microsoft_UI_Xaml_Controls\Given_ItemCollectionTransitionProvider.cs#L33

src\Uno.UI.RuntimeTests\Tests\Microsoft_UI_Xaml_Controls\Given_ItemCollectionTransitionProvider.cs(33,28): Error CS0246: The type or namespace name 'RecyclingElementFactory' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 1 in Uno.UI.RuntimeTests.Tests.Microsoft_UI_Xaml_Controls.Given_ItemCollectionTransitionProvider.When_Progress_Complete_TransitionCompleted_Is_Raised()

See this annotation in the file changed.

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

Uno.UI.RuntimeTests.Tests.Microsoft_UI_Xaml_Controls.Given_ItemCollectionTransitionProvider.When_Progress_Complete_TransitionCompleted_Is_Raised()

Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException: Assert.IsNotNull failed. 'value' expression: 'capturedTransition'. At least one transition should have been started
   at Microsoft.VisualStudio.TestTools.UnitTesting.Assert.ThrowAssertIsNotNullFailed(String message)
   at Microsoft.VisualStudio.TestTools.UnitTesting.Assert.IsNotNull(Object value, String message, String valueExpression)
   at Uno.UI.RuntimeTests.Tests.Microsoft_UI_Xaml_Controls.Given_ItemCollectionTransitionProvider.When_Progress_Complete_TransitionCompleted_Is_Raised()
   at Uno.UI.Samples.Tests.UnitTestsControl.<>c__DisplayClass73_2.<<ExecuteTestsForInstance>g__InvokeTestMethod|5>d.MoveNext()

Check failure on line 1 in Uno.UI.RuntimeTests.Tests.Windows_UI_Xaml_Controls.Given_ScrollViewer.When_TouchScrollDownWithInertia_Then_DoNotChainInertia()

See this annotation in the file changed.

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

Uno.UI.RuntimeTests.Tests.Windows_UI_Xaml_Controls.Given_ScrollViewer.When_TouchScrollDownWithInertia_Then_DoNotChainInertia()

Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException: Assert.IsLessThan failed. Actual value <210> is not less than expected value <1>. 'upperBound' expression: '1d', 'value' expression: 'Math.Abs(childEndOffset - child.VerticalOffset)'. abs(childEndOffset - child.VerticalOffset)=210, expected to be < 1
   at Microsoft.VisualStudio.TestTools.UnitTesting.Assert.ThrowAssertIsLessThanFailed[Double](Double upperBound, Double value, String userMessage)
   at Microsoft.VisualStudio.TestTools.UnitTesting.Assert.IsLessThan[Double](Double upperBound, Double value, String message, String upperBoundExpression, String valueExpression)
   at Uno.UI.RuntimeTests.Tests.Windows_UI_Xaml_Controls.Given_ScrollViewer.When_TouchScrollDownWithInertia_Then_DoNotChainInertia()
   at Uno.UI.Samples.Tests.UnitTestsControl.<>c__DisplayClass73_2.<<ExecuteTestsForInstance>g__InvokeTestMethod|5>d.MoveNext()

Check failure on line 1 in Uno.UI.RuntimeTests.Tests.Microsoft_UI_Xaml_Controls.Given_ItemCollectionTransitionProvider.When_Progress_Complete_TransitionCompleted_Is_Raised()

See this annotation in the file changed.

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

Uno.UI.RuntimeTests.Tests.Microsoft_UI_Xaml_Controls.Given_ItemCollectionTransitionProvider.When_Progress_Complete_TransitionCompleted_Is_Raised()

Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException: Assert.IsNotNull failed. 'value' expression: 'capturedTransition'. At least one transition should have been started
   at Microsoft.VisualStudio.TestTools.UnitTesting.Assert.ThrowAssertIsNotNullFailed(String message)
   at Microsoft.VisualStudio.TestTools.UnitTesting.Assert.IsNotNull(Object value, String message, String valueExpression)
   at Uno.UI.RuntimeTests.Tests.Microsoft_UI_Xaml_Controls.Given_ItemCollectionTransitionProvider.When_Progress_Complete_TransitionCompleted_Is_Raised()
   at Uno.UI.Samples.Tests.UnitTestsControl.<>c__DisplayClass73_2.<<ExecuteTestsForInstance>g__InvokeTestMethod|5>d.MoveNext()

Check failure on line 1 in Uno.UI.RuntimeTests.Tests.Microsoft_UI_Xaml_Controls.Given_ItemCollectionTransitionProvider.When_Items_Changed_TransitionProvider_Receives_Correct_Calls()

See this annotation in the file changed.

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

Uno.UI.RuntimeTests.Tests.Microsoft_UI_Xaml_Controls.Given_ItemCollectionTransitionProvider.When_Items_Changed_TransitionProvider_Receives_Correct_Calls()

Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException: Assert.AreEqual failed. Expected:<1>. Actual:<0>. 'expected' expression: '1', 'actual' expression: 'addCalls.Count'. Expected 1 add call
   at Microsoft.VisualStudio.TestTools.UnitTesting.Assert.ThrowAssertAreEqualFailed(Object expected, Object actual, String userMessage)
   at Microsoft.VisualStudio.TestTools.UnitTesting.Assert.AreEqual[Int32](Int32 expected, Int32 actual, IEqualityComparer`1 comparer, String message, String expectedExpression, String actualExpression)
   at Microsoft.VisualStudio.TestTools.UnitTesting.Assert.AreEqual[Int32](Int32 expected, Int32 actual, String message, String expectedExpression, String actualExpression)
   at Uno.UI.RuntimeTests.Tests.Microsoft_UI_Xaml_Controls.Given_ItemCollectionTransitionProvider.When_Items_Changed_TransitionProvider_Receives_Correct_Calls()
   at Uno.UI.Samples.Tests.UnitTestsControl.<>c__DisplayClass73_2.<<ExecuteTestsForInstance>g__InvokeTestMethod|5>d.MoveNext()