Skip to content

fix(sdk): correct broken AndroidX package entries and add CI validation guard - #23175

Merged
MartinZikmund merged 6 commits into
masterfrom
dev/agzi/fix-android-packages-and-guard
May 2, 2026
Merged

fix(sdk): correct broken AndroidX package entries and add CI validation guard#23175
MartinZikmund merged 6 commits into
masterfrom
dev/agzi/fix-android-packages-and-guard

fix(ci): narrow sparse checkout and detect release PRs via target branch

76d6ae6
Select commit
Loading
Failed to load commit list.
Azure Pipelines / Uno.UI - CI succeeded May 2, 2026 in 21m 5s

Build #6.7-dev.12+ca76574e21 had test failures

Details

Tests

  • Failed: 19 (0.03%)
  • Passed: 61,367 (90.72%)
  • Other: 6,260 (9.25%)
  • Total: 67,646

Annotations

Check failure on line 1 in Uno.UI.RuntimeTests.Tests.Windows_UI_Xaml_Controls.Given_FlipView.When_TouchFlick_Then_FlipOneItem()

See this annotation in the file changed.

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

Uno.UI.RuntimeTests.Tests.Windows_UI_Xaml_Controls.Given_FlipView.When_TouchFlick_Then_FlipOneItem()

Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException: Assert.AreEqual failed. Expected:<1>. Actual:<0>. 'expected' expression: '1', 'actual' expression: 'flipView.SelectedIndex'.
   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.Windows_UI_Xaml_Controls.Given_FlipView.When_TouchFlick_Then_FlipOneItem()
   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_Nested_ScrollViewers_WheelChanged()

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_Nested_ScrollViewers_WheelChanged()

Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException: Assert.AreEqual failed. Expected:<80>. Actual:<27>. 'expected' expression: 'inner.ScrollableHeight', 'actual' expression: 'inner.VerticalOffset'.
   at Microsoft.VisualStudio.TestTools.UnitTesting.Assert.ThrowAssertAreEqualFailed(Object expected, Object actual, String userMessage)
   at Microsoft.VisualStudio.TestTools.UnitTesting.Assert.AreEqual[Double](Double expected, Double actual, IEqualityComparer`1 comparer, String message, String expectedExpression, String actualExpression)
   at Microsoft.VisualStudio.TestTools.UnitTesting.Assert.AreEqual[Double](Double expected, Double actual, String message, String expectedExpression, String actualExpression)
   at Uno.UI.RuntimeTests.Tests.Windows_UI_Xaml_Controls.Given_ScrollViewer.When_Nested_ScrollViewers_WheelChanged()
   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_TextBox.When_Chunk_DoubleTapHeld()

See this annotation in the file changed.

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

Uno.UI.RuntimeTests.Tests.Windows_UI_Xaml_Controls.Given_TextBox.When_Chunk_DoubleTapHeld()

Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException: Assert.IsTrue failed. 'condition' expression: 'SUT.IsBackwardSelection'.
   at Microsoft.VisualStudio.TestTools.UnitTesting.Assert.IsTrue(Nullable`1 condition, String message, String conditionExpression)
   at Uno.UI.RuntimeTests.Tests.Windows_UI_Xaml_Controls.Given_TextBox.When_Chunk_DoubleTapHeld()
   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_ComboBox.When_ComboBox_ScrollIntoView_SelectedIndex()

See this annotation in the file changed.

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

Uno.UI.RuntimeTests.Tests.Windows_UI_Xaml_Controls.Given_ComboBox.When_ComboBox_ScrollIntoView_SelectedIndex()

Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException: Assert.IsNotNull failed. 'value' expression: 'cbi'. Selected container should not be null
   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.Windows_UI_Xaml_Controls.Given_ComboBox.When_ComboBox_ScrollIntoView_Selection(Boolean viaIndex)
   at Uno.UI.Samples.Tests.UnitTestsControl.<>c__DisplayClass73_2.<<ExecuteTestsForInstance>g__InvokeTestMethod|5>d.MoveNext()