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

Implemented MultiBindingExpression #16219

Merged
merged 11 commits into from
Aug 7, 2024

Handle DoNothing in MultiBindingExpression.

57f0f9f
Select commit
Loading
Failed to load commit list.
Merged

Implemented MultiBindingExpression #16219

Handle DoNothing in MultiBindingExpression.
57f0f9f
Select commit
Loading
Failed to load commit list.
Azure Pipelines / AvaloniaUI.IntegrationTests failed Aug 5, 2024 in 9h 4m 39s

Build #20240805.18 had test failures

Details

Tests

  • Failed: 10 (2.66%)
  • Passed: 308 (81.91%)
  • Other: 58 (15.43%)
  • Total: 376

Annotations

Check failure on line 305 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / AvaloniaUI.IntegrationTests

Build log #L305

[xUnit.net 00:08:40.15]     Avalonia.IntegrationTests.Appium.WindowDecorationsTests.Should_Apply_Client_Chrome(titleBarHeight: -1) [FAIL]

Check failure on line 324 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / AvaloniaUI.IntegrationTests

Build log #L324

[xUnit.net 00:08:45.01]     Avalonia.IntegrationTests.Appium.WindowDecorationsTests.Should_Apply_Client_Chrome(titleBarHeight: 25) [FAIL]

Check failure on line 343 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / AvaloniaUI.IntegrationTests

Build log #L343

[xUnit.net 00:08:49.93]     Avalonia.IntegrationTests.Appium.WindowDecorationsTests.Should_Apply_Client_Chrome(titleBarHeight: 50) [FAIL]

Check failure on line 388 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / AvaloniaUI.IntegrationTests

Build log #L388

Test Run Failed.

Check failure on line 1 in Avalonia.IntegrationTests.Appium.WindowTests.Window_Has_Disabled_Maximize_Button_When_CanResize_Is_False(mode: NonOwned, 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: NonOwned, 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.ElementExtensions.GetWindowById(AppiumDriver`1 session, String identifier) in \tests\Avalonia.IntegrationTests.Appium\ElementExtensions.cs:line 127
   at Avalonia.IntegrationTests.Appium.WindowTests.Window_Has_Disabled_Maximize_Button_When_CanResize_Is_False(ShowWindowMode mode, Boolean extendClientArea) in \tests\Avalonia.IntegrationTests.Appium\WindowTests.cs:line 294
   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: Modal, 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: Modal, 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.ElementExtensions.GetWindowById(AppiumDriver`1 session, String identifier) in \tests\Avalonia.IntegrationTests.Appium\ElementExtensions.cs:line 127
   at Avalonia.IntegrationTests.Appium.WindowTests.Window_Has_Disabled_Maximize_Button_When_CanResize_Is_False(ShowWindowMode mode, Boolean extendClientArea) in \tests\Avalonia.IntegrationTests.Appium\WindowTests.cs:line 294
   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.WindowState

See this annotation in the file changed.

@azure-pipelines azure-pipelines / AvaloniaUI.IntegrationTests

Avalonia.IntegrationTests.Appium.WindowTests.WindowState

The collection was expected to contain a single element, but it was empty.
Raw output
   at Avalonia.IntegrationTests.Appium.ElementExtensions.OpenWindowWithClick(AppiumWebElement element) in \tests\Avalonia.IntegrationTests.Appium\ElementExtensions.cs:line 170
   at Avalonia.IntegrationTests.Appium.WindowTests.OpenWindow(Nullable`1 size, ShowWindowMode mode, WindowStartupLocation location, WindowState state, Boolean canResize, Boolean extendClientArea) in \tests\Avalonia.IntegrationTests.Appium\WindowTests.cs:line 436
   at Avalonia.IntegrationTests.Appium.WindowTests.WindowState(Nullable`1 size, ShowWindowMode mode, WindowState state, Boolean canResize) in \tests\Avalonia.IntegrationTests.Appium\WindowTests.cs:line 60
   at InvokeStub_WindowTests.WindowState(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.ElementExtensions.GetWindowById(AppiumDriver`1 session, String identifier) in \tests\Avalonia.IntegrationTests.Appium\ElementExtensions.cs:line 127
   at Avalonia.IntegrationTests.Appium.WindowTests.Window_Has_Disabled_Maximize_Button_When_CanResize_Is_False(ShowWindowMode mode, Boolean extendClientArea) in \tests\Avalonia.IntegrationTests.Appium\WindowTests.cs:line 294
   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)