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

Ignore pointer capture for PointerEntered and PointerExited events following UWP behavior #15357

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

Fix dev tools event logging

30d1286
Select commit
Loading
Failed to load commit list.
Open

Ignore pointer capture for PointerEntered and PointerExited events following UWP behavior #15357

Fix dev tools event logging
30d1286
Select commit
Loading
Failed to load commit list.
Azure Pipelines / AvaloniaUI.IntegrationTests succeeded Apr 14, 2024 in 1h 25m 24s

Build #20240413.9 had test failures

Details

Tests

  • Failed: 7 (1.41%)
  • Passed: 413 (82.93%)
  • Other: 78 (15.66%)
  • Total: 498

Annotations

Check failure on line 173 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / AvaloniaUI.IntegrationTests

Build log #L173

Error: The process 'C:\hostedtoolcache\windows\dotnet\dotnet.exe' failed with exit code 1

Check failure on line 178 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / AvaloniaUI.IntegrationTests

Build log #L178

Dotnet command failed with non-zero exit code on the following projects : [
  'D:\\a\\1\\s\\tests\\Avalonia.IntegrationTests.Appium\\Avalonia.IntegrationTests.Appium.csproj'
]

Check failure on line 1 in Avalonia.IntegrationTests.Appium.WindowTests.Window_Has_Disabled_Maximize_Button_When_CanResize_Is_False(mode: Modal, extendClientArea: True)

See this annotation in the file changed.

@azure-pipelines azure-pipelines / AvaloniaUI.IntegrationTests

Avalonia.IntegrationTests.Appium.WindowTests.Window_Has_Disabled_Maximize_Button_When_CanResize_Is_False(mode: Modal, extendClientArea: True)

OpenQA.Selenium.WebDriverException : An element could not be located on the page using the given search parameters.
Raw output
   at OpenQA.Selenium.Remote.RemoteWebDriver.UnpackAndThrowOnError(Response errorResponse)
   at OpenQA.Selenium.Remote.RemoteWebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters)
   at OpenQA.Selenium.Remote.RemoteWebDriver.FindElement(String mechanism, String value)
   at OpenQA.Selenium.Remote.RemoteWebDriver.FindElementByXPath(String xpath)
   at OpenQA.Selenium.Appium.AppiumDriver`1.FindElementByXPath(String xpath)
   at Avalonia.IntegrationTests.Appium.WindowTests.GetWindow(String identifier) in D:\a\1\s\tests\Avalonia.IntegrationTests.Appium\WindowTests.cs:line 427
   at Avalonia.IntegrationTests.Appium.WindowTests.Window_Has_Disabled_Maximize_Button_When_CanResize_Is_False(ShowWindowMode mode, Boolean extendClientArea) in D:\a\1\s\tests\Avalonia.IntegrationTests.Appium\WindowTests.cs:line 271
   at InvokeStub_WindowTests.Window_Has_Disabled_Maximize_Button_When_CanResize_Is_False(Object, Span`1)
   at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)

Check failure on line 1 in Avalonia.IntegrationTests.Appium.WindowTests.Window_Has_Disabled_Maximize_Button_When_CanResize_Is_False(mode: NonOwned, extendClientArea: True)

See this annotation in the file changed.

@azure-pipelines azure-pipelines / AvaloniaUI.IntegrationTests

Avalonia.IntegrationTests.Appium.WindowTests.Window_Has_Disabled_Maximize_Button_When_CanResize_Is_False(mode: NonOwned, extendClientArea: True)

OpenQA.Selenium.WebDriverException : An element could not be located on the page using the given search parameters.
Raw output
   at OpenQA.Selenium.Remote.RemoteWebDriver.UnpackAndThrowOnError(Response errorResponse)
   at OpenQA.Selenium.Remote.RemoteWebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters)
   at OpenQA.Selenium.Remote.RemoteWebDriver.FindElement(String mechanism, String value)
   at OpenQA.Selenium.Remote.RemoteWebDriver.FindElementByXPath(String xpath)
   at OpenQA.Selenium.Appium.AppiumDriver`1.FindElementByXPath(String xpath)
   at Avalonia.IntegrationTests.Appium.WindowTests.GetWindow(String identifier) in D:\a\1\s\tests\Avalonia.IntegrationTests.Appium\WindowTests.cs:line 427
   at Avalonia.IntegrationTests.Appium.WindowTests.Window_Has_Disabled_Maximize_Button_When_CanResize_Is_False(ShowWindowMode mode, Boolean extendClientArea) in D:\a\1\s\tests\Avalonia.IntegrationTests.Appium\WindowTests.cs:line 271
   at InvokeStub_WindowTests.Window_Has_Disabled_Maximize_Button_When_CanResize_Is_False(Object, Span`1)
   at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)

Check failure on line 1 in Avalonia.IntegrationTests.Appium.WindowTests.Window_Has_Disabled_Maximize_Button_When_CanResize_Is_False(mode: Owned, extendClientArea: False)

See this annotation in the file changed.

@azure-pipelines azure-pipelines / AvaloniaUI.IntegrationTests

Avalonia.IntegrationTests.Appium.WindowTests.Window_Has_Disabled_Maximize_Button_When_CanResize_Is_False(mode: Owned, extendClientArea: False)

OpenQA.Selenium.WebDriverException : An element could not be located on the page using the given search parameters.
Raw output
   at OpenQA.Selenium.Remote.RemoteWebDriver.UnpackAndThrowOnError(Response errorResponse)
   at OpenQA.Selenium.Remote.RemoteWebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters)
   at OpenQA.Selenium.Remote.RemoteWebDriver.FindElement(String mechanism, String value)
   at OpenQA.Selenium.Remote.RemoteWebDriver.FindElementByXPath(String xpath)
   at OpenQA.Selenium.Appium.AppiumDriver`1.FindElementByXPath(String xpath)
   at Avalonia.IntegrationTests.Appium.WindowTests.GetWindow(String identifier) in D:\a\1\s\tests\Avalonia.IntegrationTests.Appium\WindowTests.cs:line 427
   at Avalonia.IntegrationTests.Appium.WindowTests.Window_Has_Disabled_Maximize_Button_When_CanResize_Is_False(ShowWindowMode mode, Boolean extendClientArea) in D:\a\1\s\tests\Avalonia.IntegrationTests.Appium\WindowTests.cs:line 271
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InvokeDirectByRefWithFewArgs(Object obj, Span`1 copyOfArgs, BindingFlags invokeAttr)

Check failure on line 1 in Avalonia.IntegrationTests.Appium.WindowTests.Window_Has_Disabled_Maximize_Button_When_CanResize_Is_False(mode: Owned, extendClientArea: True)

See this annotation in the file changed.

@azure-pipelines azure-pipelines / AvaloniaUI.IntegrationTests

Avalonia.IntegrationTests.Appium.WindowTests.Window_Has_Disabled_Maximize_Button_When_CanResize_Is_False(mode: Owned, extendClientArea: True)

OpenQA.Selenium.WebDriverException : An element could not be located on the page using the given search parameters.
Raw output
   at OpenQA.Selenium.Remote.RemoteWebDriver.UnpackAndThrowOnError(Response errorResponse)
   at OpenQA.Selenium.Remote.RemoteWebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters)
   at OpenQA.Selenium.Remote.RemoteWebDriver.FindElement(String mechanism, String value)
   at OpenQA.Selenium.Remote.RemoteWebDriver.FindElementByXPath(String xpath)
   at OpenQA.Selenium.Appium.AppiumDriver`1.FindElementByXPath(String xpath)
   at Avalonia.IntegrationTests.Appium.WindowTests.GetWindow(String identifier) in D:\a\1\s\tests\Avalonia.IntegrationTests.Appium\WindowTests.cs:line 427
   at Avalonia.IntegrationTests.Appium.WindowTests.Window_Has_Disabled_Maximize_Button_When_CanResize_Is_False(ShowWindowMode mode, Boolean extendClientArea) in D:\a\1\s\tests\Avalonia.IntegrationTests.Appium\WindowTests.cs:line 271
   at InvokeStub_WindowTests.Window_Has_Disabled_Maximize_Button_When_CanResize_Is_False(Object, Span`1)
   at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)