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: Fix pointer events timestamp being in ms instead of ticks on X11 #18293

Merged
merged 1 commit into from
Sep 27, 2024

fix: Fix pointer events timestamp being in ms instead of ticks on X11

0d37d5a
Select commit
Loading
Failed to load commit list.
Merged

fix: Fix pointer events timestamp being in ms instead of ticks on X11 #18293

fix: Fix pointer events timestamp being in ms instead of ticks on X11
0d37d5a
Select commit
Loading
Failed to load commit list.
Azure Pipelines / Uno.UI - CI succeeded Sep 27, 2024 in 1h 17m 53s

Build #5.5.0-PullRequest-18293-141169-18293.507 had test failures

Details

Tests

  • Failed: 5,449 (5.27%)
  • Passed: 89,387 (86.43%)
  • Other: 8,584 (8.30%)
  • Total: 103,420

Annotations

Check failure on line 1 in SamplesApp.UITests.Runtime.RuntimeTests.RunRuntimeTests

See this annotation in the file changed.

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

SamplesApp.UITests.Runtime.RuntimeTests.RunRuntimeTests

OpenQA.Selenium.JavaScriptException : javascript error: SampleRunner._runTest is not a function
  (Session info: chrome-headless-shell=127.0.6533.72)
Raw output
   at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse)
   at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters)
   at OpenQA.Selenium.WebDriver.ExecuteScriptCommand(String script, String commandName, Object[] args)
   at OpenQA.Selenium.WebDriver.ExecuteScript(String script, Object[] args)
   at Uno.UITest.Selenium.SeleniumApp.Uno.UITest.IApp.Invoke(String methodName, Object argument)
   at Uno.UITest.Helpers.BackdoorInvocationHelper.InvokeGeneric(IApp app, String methodName, Object arg1)
   at SamplesApp.UITests.SampleControlUITestBase.Run(String metadataName, Boolean waitForSampleControl, Boolean skipInitialScreenshot, Int32 sampleLoadTimeout) in /__w/1/s/src/SamplesApp/SamplesApp.UITests/SampleControlUITestBase.cs:line 481
   at SamplesApp.UITests.Runtime.RuntimeTests.RunRuntimeTests() in /__w/1/s/src/SamplesApp/SamplesApp.UITests/RuntimeTests.cs:line 34
   at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.GetResult()
   at NUnit.Framework.Internal.AsyncToSyncAdapter.Await(Func`1 invoke)
   at NUnit.Framework.Internal.Commands.TestMethodCommand.RunTestMethod(TestExecutionContext context)
   at NUnit.Framework.Internal.Commands.TestMethodCommand.Execute(TestExecutionContext context)
   at NUnit.Framework.Internal.Commands.BeforeAndAfterTestCommand.<>c__DisplayClass1_0.<Execute>b__0()
   at NUnit.Framework.Internal.Commands.DelegatingTestCommand.RunTestMethodInThreadAbortSafeZone(TestExecutionContext context, Action action)

Check failure on line 1 in SamplesApp.UITests.Runtime.RuntimeTests.RunRuntimeTests

See this annotation in the file changed.

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

SamplesApp.UITests.Runtime.RuntimeTests.RunRuntimeTests

OpenQA.Selenium.JavaScriptException : javascript error: SampleRunner._runTest is not a function
  (Session info: chrome-headless-shell=127.0.6533.72)
Raw output
   at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse)
   at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters)
   at OpenQA.Selenium.WebDriver.ExecuteScriptCommand(String script, String commandName, Object[] args)
   at OpenQA.Selenium.WebDriver.ExecuteScript(String script, Object[] args)
   at Uno.UITest.Selenium.SeleniumApp.Uno.UITest.IApp.Invoke(String methodName, Object argument)
   at Uno.UITest.Helpers.BackdoorInvocationHelper.InvokeGeneric(IApp app, String methodName, Object arg1)
   at SamplesApp.UITests.SampleControlUITestBase.Run(String metadataName, Boolean waitForSampleControl, Boolean skipInitialScreenshot, Int32 sampleLoadTimeout) in /__w/1/s/src/SamplesApp/SamplesApp.UITests/SampleControlUITestBase.cs:line 481
   at SamplesApp.UITests.Runtime.RuntimeTests.RunRuntimeTests() in /__w/1/s/src/SamplesApp/SamplesApp.UITests/RuntimeTests.cs:line 34
   at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.GetResult()
   at NUnit.Framework.Internal.AsyncToSyncAdapter.Await(Func`1 invoke)
   at NUnit.Framework.Internal.Commands.TestMethodCommand.RunTestMethod(TestExecutionContext context)
   at NUnit.Framework.Internal.Commands.TestMethodCommand.Execute(TestExecutionContext context)
   at NUnit.Framework.Internal.Commands.BeforeAndAfterTestCommand.<>c__DisplayClass1_0.<Execute>b__0()
   at NUnit.Framework.Internal.Commands.DelegatingTestCommand.RunTestMethodInThreadAbortSafeZone(TestExecutionContext context, Action action)

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__4()
   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.ValidateOverflowScrollViewerDoesNotScrollWithArrowKeys()
   at Uno.UI.Samples.Tests.UnitTestsControl.<>c__DisplayClass63_1.<<ExecuteTestsForInstance>g__InvokeTestMethod|4>d.MoveNext()

Check failure on line 1 in SamplesApp.UITests.Microsoft_UI_Xaml_Controls.ExpanderTests.Expander_Tests.ToggleCollapsedStateToVerifyClipping

See this annotation in the file changed.

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

SamplesApp.UITests.Microsoft_UI_Xaml_Controls.ExpanderTests.Expander_Tests.ToggleCollapsedStateToVerifyClipping

OpenQA.Selenium.JavaScriptException : javascript error: SampleRunner._runTest is not a function
  (Session info: chrome-headless-shell=127.0.6533.72)
Raw output
   at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse)
   at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters)
   at OpenQA.Selenium.WebDriver.ExecuteScriptCommand(String script, String commandName, Object[] args)
   at OpenQA.Selenium.WebDriver.ExecuteScript(String script, Object[] args)
   at Uno.UITest.Selenium.SeleniumApp.Uno.UITest.IApp.Invoke(String methodName, Object argument)
   at Uno.UITest.Helpers.BackdoorInvocationHelper.InvokeGeneric(IApp app, String methodName, Object arg1)
   at SamplesApp.UITests.SampleControlUITestBase.Run(String metadataName, Boolean waitForSampleControl, Boolean skipInitialScreenshot, Int32 sampleLoadTimeout) in /__w/1/s/src/SamplesApp/SamplesApp.UITests/SampleControlUITestBase.cs:line 481
   at SamplesApp.UITests.Microsoft_UI_Xaml_Controls.ExpanderTests.Expander_Tests.ToggleCollapsedStateToVerifyClipping() in /__w/1/s/src/SamplesApp/SamplesApp.UITests/Microsoft_UI_Xaml_Controls/ExpanderTests/Expander_Tests.cs:line 14
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)