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(pointers): Fix possible missing pointer exited event with touch using wasm on iOS/iPad #18933

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

fix(pointers): Fix possible missing pointer exited event with touch u…

34140db
Select commit
Loading
Failed to load commit list.
Open

fix(pointers): Fix possible missing pointer exited event with touch using wasm on iOS/iPad #18933

fix(pointers): Fix possible missing pointer exited event with touch u…
34140db
Select commit
Loading
Failed to load commit list.
Azure Pipelines / Uno.UI - CI failed Nov 27, 2024 in 18m 20s

Build #5.6.0-PullRequest-18933-148551-18933.962 had test failures

Details

Tests

  • Failed: 123 (0.11%)
  • Passed: 100,756 (90.93%)
  • Other: 9,927 (8.96%)
  • Total: 110,806

Annotations

Check failure on line 21 in Build log

See this annotation in the file changed.

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

Build log #L21

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 1 in When_MaxVisiblePips_GreaterThan_NumberOfPages_Vertical()

See this annotation in the file changed.

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

When_MaxVisiblePips_GreaterThan_NumberOfPages_Vertical()

Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException: Assert.Fail failed. ImageAssert.HasColorAt @ line 71
====================
Color at (30,15) is not expected
expected: FF000000 #FF000000
actual  : 00000000 #00000000
tolerance : 0
difference: 255
screenshot size: 60x20

   at Microsoft.VisualStudio.TestTools.UnitTesting.Assert.ThrowAssertFailed(String assertionName, String message)
   at Microsoft.VisualStudio.TestTools.UnitTesting.Assert.Fail(String message, Object[] parameters)
   at Microsoft.VisualStudio.TestTools.UnitTesting.Assert.Fail(String message)
   at Uno.UI.RuntimeTests.Helpers.ImageAssert.HasColorAtImpl(RawBitmap screenshot, Int32 x, Int32 y, Color expectedColor, Byte tolerance, Int32 line)
   at Uno.UI.RuntimeTests.Helpers.ImageAssert.HasColorAt(RawBitmap screenshot, Single x, Single y, Color expectedColor, Byte tolerance, Int32 line)
   at Uno.UI.RuntimeTests.Tests.Microsoft_UI_Xaml_Controls.Given_PipsPager.When_MaxVisiblePips_GreaterThan_NumberOfPages_Vertical()
   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 2 because after tapped though invisible, but found 1.
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 /Users/runner/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 /Users/runner/work/1/s/src/SamplesApp/SamplesApp.UITests/Windows_UI_Xaml_Controls/ButtonTests/UnoSamples_Test_Button_Click.cs:line 157

Check failure on line 1 in When_Navigate_Unsupported_Scheme(False)

See this annotation in the file changed.

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

When_Navigate_Unsupported_Scheme(False)

Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException: Timed out waiting for condition to be met. When_Navigate_Unsupported_Scheme():488
   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 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()