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

test: Remove test-related workaround #18841

Merged
merged 1 commit into from
Nov 19, 2024

test: Remove test-related workaround

ed195e4
Select commit
Loading
Failed to load commit list.
Merged

test: Remove test-related workaround #18841

test: Remove test-related workaround
ed195e4
Select commit
Loading
Failed to load commit list.
Azure Pipelines / Uno.UI - CI succeeded Nov 19, 2024 in 1h 38m 58s

Build #5.6.0-PullRequest-18841-147734-18841.852 had test failures

Details

Tests

  • Failed: 949 (0.78%)
  • Passed: 111,332 (91.23%)
  • Other: 9,754 (7.99%)
  • Total: 122,035

Annotations

Check failure on line 1 in ValidateDynamicOverflowOrderBasic()

See this annotation in the file changed.

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

ValidateDynamicOverflowOrderBasic()

Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException: Did not expect object to be equal to 0.0.
   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.NotBe(Object unexpected, String because, Object[] becauseArgs)
   at Private.Infrastructure.TestServices.VERIFY_ARE_NOT_EQUAL[Double](Double actual, Double unexpected, String message)
   at Microsoft.UI.Xaml.Tests.Enterprise.BaseDxamlTestClass.VERIFY_ARE_NOT_EQUAL[Double](Double actual, Double unexpected, String message)
   at Windows.UI.Tests.Enterprise.CommandBarIntegrationTests.<>c__DisplayClass77_0.<<SetupDynamicOverflowTest>b__1>d.MoveNext()
--- End of stack trace from previous location ---
   at Private.Infrastructure.TestServices.<>c__DisplayClass2_0.<<RunOnUIThread>b__0>d.MoveNext()
--- End of stack trace from previous location ---
   at Private.Infrastructure.TestServices.RunOnUIThread(Func`1 asyncAction)
   at Windows.UI.Tests.Enterprise.CommandBarIntegrationTests.SetupDynamicOverflowTest(Int32 numButtonsToAddExtraToPrimary, Int32 numButtonsToAddToSecondary, Boolean isSetOrder)
   at Windows.UI.Tests.Enterprise.CommandBarIntegrationTests.ValidateDynamicOverflowOrderBasic()
   at Uno.UI.Samples.Tests.UnitTestsControl.<>c__DisplayClass63_1.<<ExecuteTestsForInstance>g__InvokeTestMethod|5>d.MoveNext()

Check failure on line 1 in SamplesApp.UITests.Windows_UI_Xaml_Controls.ButtonTests.UnoSamples_Test_Button_Click.Button_Events

See this annotation in the file changed.

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

SamplesApp.UITests.Windows_UI_Xaml_Controls.ButtonTests.UnoSamples_Test_Button_Click.Button_Events

Expected count to be 1 because after direct clicked, but found 0.
Raw output
   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.Numeric.NumericAssertions`1.Be(T expected, String because, Object[] becauseArgs)
   at SamplesApp.UITests.Windows_UI_Xaml_Controls.ButtonTests.UnoSamples_Test_Button_Click.<Button_Events>g__CheckCount|1_1(QueryEx mark, Int32 expected, String msg) in /agent/_work/1/s/src/SamplesApp/SamplesApp.UITests/Windows_UI_Xaml_Controls/ButtonTests/UnoSamples_Test_Button_Click.cs:line 141
   at SamplesApp.UITests.Windows_UI_Xaml_Controls.ButtonTests.UnoSamples_Test_Button_Click.Button_Events() in /agent/_work/1/s/src/SamplesApp/SamplesApp.UITests/Windows_UI_Xaml_Controls/ButtonTests/UnoSamples_Test_Button_Click.cs:line 201

Check failure on line 1 in SamplesApp.UITests.Windows_UI_Xaml.AppXamlResourcesTests.When_Bound_To_GlobalThemedResources

See this annotation in the file changed.

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

SamplesApp.UITests.Windows_UI_Xaml.AppXamlResourcesTests.When_Bound_To_GlobalThemedResources

OneTimeSetUp: System.TypeInitializationException : The type initializer for 'SamplesApp.UITests.SampleControlUITestBase' threw an exception.
  ----> System.Exception : Cold start timeout after 00:05:00
Raw output
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
--Exception
   at SamplesApp.UITests.SampleControlUITestBase..cctor() in /agent/_work/1/s/src/SamplesApp/SamplesApp.UITests/SampleControlUITestBase.cs:line 86

Check failure on line 1 in SamplesApp.UITests.Windows_UI_Xaml_Input.RightTapped_Tests.When_Basic

See this annotation in the file changed.

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

SamplesApp.UITests.Windows_UI_Xaml_Input.RightTapped_Tests.When_Basic

OneTimeSetUp: System.TypeInitializationException : The type initializer for 'SamplesApp.UITests.SampleControlUITestBase' threw an exception.
  ----> System.Exception : Cold start timeout after 00:05:00
Raw output
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
--Exception
   at SamplesApp.UITests.SampleControlUITestBase..cctor() in /agent/_work/1/s/src/SamplesApp/SamplesApp.UITests/SampleControlUITestBase.cs:line 86