refactor!: Remove legacy FeatureConfiguration flags (7.0)#23666
Build #7.0-dev.108+01064b9d91 had test failures
Details
- Failed: 8 (0.01%)
- Passed: 66,500 (90.87%)
- Other: 6,675 (9.12%)
- Total: 73,183
Annotations
Check failure on line 270 in Build log
azure-pipelines / Uno.UI - CI
Build log #L270
Bash exited with code '1'.
Check failure on line 544 in Build log
azure-pipelines / Uno.UI - CI
Build log #L544
Bash exited with code '1'.
azure-pipelines / Uno.UI - CI
Uno.UI.RuntimeTests.Tests.Windows_UI_Xaml_Controls.Given_ContentDialog.When_Initial_Focus_With_DefaultButton_Set()
Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException: Assert.AreEqual failed. String lengths are both 6 but differ at index 0. 'expected' expression: '"Target"', 'actual' expression: '((Button)focused).Content'.
Expected: "Target"
But was: "Accept"
-----------^
at Microsoft.VisualStudio.TestTools.UnitTesting.Assert.ThrowAssertAreEqualFailed(Object expected, Object actual, String userMessage)
at Microsoft.VisualStudio.TestTools.UnitTesting.Assert.AreEqual[Object](Object expected, Object actual, IEqualityComparer`1 comparer, String message, String expectedExpression, String actualExpression)
at Microsoft.VisualStudio.TestTools.UnitTesting.Assert.AreEqual[Object](Object expected, Object actual, String message, String expectedExpression, String actualExpression)
at Uno.UI.RuntimeTests.Tests.Windows_UI_Xaml_Controls.Given_ContentDialog.When_Initial_Focus_With_DefaultButton_Set()
at Uno.UI.Samples.Tests.UnitTestsControl.<>c__DisplayClass74_2.<<ExecuteTestsForInstance>g__InvokeTestMethod|5>d.MoveNext()
azure-pipelines / Uno.UI - CI
Uno.UI.RuntimeTests.Tests.Windows_UI_Xaml_Controls.Given_MenuFlyout.When_MenuFlyout_Item_Uses_Owner_Subtree_Theme_Light_Under_Dark_App()
Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException: Assert.AreEqual failed. Expected:<Light>. Actual:<Dark>. 'expected' expression: 'ElementTheme.Light', 'actual' expression: 'item.ActualTheme'. Menu item should inherit the owner's Light theme.
at Microsoft.VisualStudio.TestTools.UnitTesting.Assert.ThrowAssertAreEqualFailed(Object expected, Object actual, String userMessage)
at Microsoft.VisualStudio.TestTools.UnitTesting.Assert.AreEqual[ElementTheme](ElementTheme expected, ElementTheme actual, IEqualityComparer`1 comparer, String message, String expectedExpression, String actualExpression)
at Microsoft.VisualStudio.TestTools.UnitTesting.Assert.AreEqual[ElementTheme](ElementTheme expected, ElementTheme actual, String message, String expectedExpression, String actualExpression)
at Uno.UI.RuntimeTests.Tests.Windows_UI_Xaml_Controls.Given_MenuFlyout.When_MenuFlyout_Item_Uses_Owner_Subtree_Theme_Light_Under_Dark_App()
at Uno.UI.Samples.Tests.UnitTestsControl.<>c__DisplayClass74_2.<<ExecuteTestsForInstance>g__InvokeTestMethod|5>d.MoveNext()
azure-pipelines / Uno.UI - CI
Uno.UI.RuntimeTests.Tests.Windows_UI_Xaml_Controls.Given_TextBox.When_Caret_Positioning_With_Complex_Transformations()
Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException: Timed out waiting for condition to be met. When_Caret_Positioning_With_Complex_Transformations():4967
at Private.Infrastructure.TestServices.WindowHelper.WaitFor(Func`1 condition, Int32 timeoutMS, String message, String callerMemberName, Int32 lineNumber)
at Uno.UI.RuntimeTests.Tests.Windows_UI_Xaml_Controls.Given_TextBox.When_Caret_Positioning_With_Complex_Transformations()
at Uno.UI.Samples.Tests.UnitTestsControl.<>c__DisplayClass74_2.<<ExecuteTestsForInstance>g__InvokeTestMethod|5>d.MoveNext()
azure-pipelines / Uno.UI - CI
Uno.UI.RuntimeTests.Tests.HotReload.Given_HotReloadWorkspace.When_HotReloadScenario()
Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException: Assert.Fail failed. Tests failed:
Test When_HotReload_Succeeds_Then_ReloadCompleted_ReportsSuccess() failed with Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException: Assert.IsNotNull failed. 'value' expression: 'tb'. TextBlock 'tb1' should exist in the page
at Microsoft.VisualStudio.TestTools.UnitTesting.Assert.ThrowAssertIsNotNullFailed(String message) in /_/src/TestFramework/TestFramework/Assertions/Assert.IsNull.cs:line 202
at Microsoft.VisualStudio.TestTools.UnitTesting.Assert.IsNotNull(Object value, String message, String valueExpression) in /_/src/TestFramework/TestFramework/Assertions/Assert.IsNull.cs:line 194
at Uno.UI.RuntimeTests.Tests.HotReload.Frame.HRApp.Tests.Given_HotReloadResilience.<>c__DisplayClass0_0.<<When_HotReload_Succeeds_Then_ReloadCompleted_ReportsSuccess>b__0>d.MoveNext()
--- End of stack trace from previous location ---
at Uno.UI.RuntimeTests.Tests.HotReload.HotReloadHelper.UpdateServerFileAndRevert[T](String originalText, String replacementText, Func`1 callback, CancellationToken ct, String caller, Int32 line)
at Uno.UI.RuntimeTests.Tests.HotReload.HotReloadHelper.UpdateServerFileAndRevert[T](String originalText, String replacementText, Func`1 callback, CancellationToken ct, String caller, Int32 line)
at Uno.UI.RuntimeTests.Tests.HotReload.Frame.HRApp.Tests.Given_HotReloadResilience.When_HotReload_Succeeds_Then_ReloadCompleted_ReportsSuccess()
at Uno.UI.RuntimeTests.UnitTestsControl.<>c__DisplayClass67_0.<<ExecuteTestsForInstance>g__WaitResult|2>d.MoveNext()
--- End of stack trace from previous location ---
at Uno.UI.RuntimeTests.UnitTestsControl.<>c__DisplayClass67_4.<<ExecuteTestsForInstance>g__DoInvoke|9>d.MoveNext()
--- End of stack trace from previous location ---
at Uno.UI.RuntimeTests.UnitTestsControl.<>c__DisplayClass69_0.<<ExecuteOnDispatcher>b__0>d.MoveNext()
--- End of stack trace from previous location ---
at Uno.UI.RuntimeTests.UnitTestsControl.ExecuteOnDispatcher(Func`1 asyncAction, CancellationToken ct)
at Uno.UI.RuntimeTests.UnitTestsControl.<>c__DisplayClass67_2.<<ExecuteTestsForInstance>g__InvokeTestMethod|5>d.MoveNext()
Test When_DP_Has_Binding() failed with Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException: Assert.AreEqual failed. Expected:<Updated tag>. Actual:<>. 'expected' expression: '"Updated tag"', 'actual' expression: 'component.Tag'. Tag should be updated on component
at Microsoft.VisualStudio.TestTools.UnitTesting.Assert.ThrowAssertAreEqualFailed(Object expected, Object actual, String userMessage) in /_/src/TestFramework/TestFramework/Assertions/Assert.AreEqual.cs:line 665
at Microsoft.VisualStudio.TestTools.UnitTesting.Assert.AreEqual[T](T expected, T actual, IEqualityComparer`1 comparer, String message, String expectedExpression, String actualExpression) in /_/src/TestFramework/TestFramework/Assertions/Assert.AreEqual.cs:line 492
at Microsoft.VisualStudio.TestTools.UnitTesting.Assert.AreEqual[T](T expected, T actual, String message, String expectedExpression, String actualExpression) in /_/src/TestFramework/TestFramework/Assertions/Assert.AreEqual.cs:line 405
at Uno.UI.RuntimeTests.Tests.HotReload.Frame.HRApp.Tests.Given_TypeReplacement.<>c__DisplayClass3_0.<When_DP_Has_Binding>b__0()
at Uno.UI.RuntimeTests.Tests.HotReload.HotReloadHelper.UpdateServerFileAndRevert[T](String originalText, String replacementText, Func`1 callback, CancellationToken ct, String caller, Int32 line)
at Uno.UI.RuntimeTests.Tests.HotReload.HotReloadHelper.UpdateServerFileAndRevert[T](String originalText, String replacementText, Func`1 callback, CancellationToken ct, String caller, Int32 line)
at Uno.UI.RuntimeTests.Tests.HotReload.Frame.HRApp.Tests.Given_TypeReplacement.When_DP_Has_Binding()
at Uno.UI.RuntimeTests.UnitTestsControl.<>c__DisplayClass67_0.<<ExecuteTestsForInstance>g__WaitResult|2>d.MoveNext()
--- End of stack trace from previo