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: Adjust support for InvariantCulture mode support #18934

Merged
merged 1 commit into from
Nov 27, 2024

fix: Adjust support for InvariantCulture mode support

39931e8
Select commit
Loading
Failed to load commit list.
Merged

fix: Adjust support for InvariantCulture mode support #18934

fix: Adjust support for InvariantCulture mode support
39931e8
Select commit
Loading
Failed to load commit list.
Azure Pipelines / Uno.UI - CI succeeded Nov 27, 2024 in 6h 30m 41s

Build #5.6.0-PullRequest-18934-148561-18934.962 had test failures

Details

Tests

  • Failed: 959 (0.78%)
  • Passed: 111,002 (90.84%)
  • Other: 10,235 (8.38%)
  • Total: 122,196

Annotations

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.Snap.Generated_Uno_UI_Samples_008.GridView_Uno_UI_Samples_Content_UITests_GridView_GridView_Item_TextBlock_And_Button

See this annotation in the file changed.

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

SamplesApp.UITests.Snap.Generated_Uno_UI_Samples_008.GridView_Uno_UI_Samples_Content_UITests_GridView_GridView_Item_TextBlock_And_Button

Test exceeded Timeout value of 60000ms

Check failure on line 1 in When_HotReloadScenario()

See this annotation in the file changed.

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

When_HotReloadScenario()

Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException: Assert.Fail failed. Tests failed:
Test Check_Can_Change_Page1_Navigate_And_Return() failed with Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException: Assert.AreEqual failed. Expected:<Second page>. Actual:<Second page  >. 
   at Microsoft.VisualStudio.TestTools.UnitTesting.Assert.ThrowAssertFailed(String assertionName, String message) in /_/src/TestFramework/TestFramework/Assertions/Assert.cs:line 60
   at Microsoft.VisualStudio.TestTools.UnitTesting.Assert.AreEqual[T](T expected, T actual, IEqualityComparer`1 comparer, String message, Object[] parameters) in /_/src/TestFramework/TestFramework/Assertions/Assert.AreEqual.cs:line 201
   at Microsoft.VisualStudio.TestTools.UnitTesting.Assert.AreEqual[T](T expected, T actual) in /_/src/TestFramework/TestFramework/Assertions/Assert.AreEqual.cs:line 34
   at Uno.UI.RuntimeTests.Tests.HotReload.Frame.UIElementExtensions.<>c__DisplayClass0_0.<ValidateTextOnChildTextBlock>b__0(TextBlock textBlock)
   at Uno.UI.RuntimeTests.Tests.HotReload.Frame.UIElementExtensions.ValidateChildElement[TElement](UIElement element, Func`2 validation, Int32 index)
   at Uno.UI.RuntimeTests.Tests.HotReload.Frame.HRApp.Tests.Given_Frame.<>c__DisplayClass10_0.<<Check_Can_Change_Page1_Navigate_And_Return>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)
   at Uno.UI.RuntimeTests.Tests.HotReload.HotReloadHelper.UpdateServerFileAndRevert[T](String originalText, String replacementText, Func`1 callback, CancellationToken ct)
   at Uno.UI.RuntimeTests.Tests.HotReload.Frame.HRApp.Tests.Given_Frame.Check_Can_Change_Page1_Navigate_And_Return()
   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_3.<<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 Check_Can_Change_Page2_Before_Navigation() failed with Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException: Assert.AreEqual failed. Expected:<Second page (changed)>. Actual:<Second page (changed)  >. 
   at Microsoft.VisualStudio.TestTools.UnitTesting.Assert.ThrowAssertFailed(String assertionName, String message) in /_/src/TestFramework/TestFramework/Assertions/Assert.cs:line 60
   at Microsoft.VisualStudio.TestTools.UnitTesting.Assert.AreEqual[T](T expected, T actual, IEqualityComparer`1 comparer, String message, Object[] parameters) in /_/src/TestFramework/TestFramework/Assertions/Assert.AreEqual.cs:line 201
   at Microsoft.VisualStudio.TestTools.UnitTesting.Assert.AreEqual[T](T expected, T actual) in /_/src/TestFramework/TestFramework/Assertions/Assert.AreEqual.cs:line 34
   at Uno.UI.RuntimeTests.Tests.HotReload.Frame.UIElementExtensions.<>c__DisplayClass0_0.<ValidateTextOnChildTextBlock>b__0(TextBlock textBlock)
   at Uno.UI.RuntimeTests.Tests.HotReload.Frame.UIElementExtensions.ValidateChildElement[TElement](UIElement element, Func`2 validation, Int32 index)
   at Uno.UI.RuntimeTests.Tests.HotReload.Frame.HRApp.Tests.Given_Frame.<>c__DisplayClass11_0.<<Check_Can_Change_Page2_Before_Navigation>b__0>d.MoveNext()
--- End of stack trace from previous location ---
   at Uno.UI.RuntimeTests.Tests.HotReload.HotReloadHelper.UpdateServerFileAndRevert[T](String originalText, String repl