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

Child Span font attributes inheritance #26197

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Child Span font attributes inheritance

cd3ca3a
Select commit
Loading
Failed to load commit list.
Open

Child Span font attributes inheritance #26197

Child Span font attributes inheritance
cd3ca3a
Select commit
Loading
Failed to load commit list.
Azure Pipelines / MAUI-UITests-public failed Nov 30, 2024 in 50m 35s

Build #9.0.20-ci+pr.26197.azdo.129647 had test failures

Details

Tests

  • Failed: 331 (12.45%)
  • Passed: 1,654 (62.20%)
  • Other: 674 (25.35%)
  • Total: 2,659

Annotations

Check failure on line 824 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / MAUI-UITests-public

Build log #L824

PowerShell exited with code '1'.

Check failure on line 640 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / MAUI-UITests-public

Build log #L640

PowerShell exited with code '1'.

Check failure on line 2555 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / MAUI-UITests-public

Build log #L2555

PowerShell exited with code '1'.

Check failure on line 19 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / MAUI-UITests-public

Build log #L19

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 Microsoft.Maui.TestCases.Tests.Issues.MemoryTests(Mac).WebViewDoesNotLeak

See this annotation in the file changed.

@azure-pipelines azure-pipelines / MAUI-UITests-public

Microsoft.Maui.TestCases.Tests.Issues.MemoryTests(Mac).WebViewDoesNotLeak

Failed to cleanup: Microsoft.Maui.Controls.WebView
Raw output
   at Microsoft.Maui.TestCases.Tests.UtilExtensions.AssertMemoryTest(IApp app) in /_/src/Controls/tests/TestCases.Shared.Tests/UtilExtensions.cs:line 72
   at Microsoft.Maui.TestCases.Tests.Issues.MemoryTests.WebViewDoesNotLeak() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/MemoryTests.cs:line 33

1)    at Microsoft.Maui.TestCases.Tests.UtilExtensions.AssertMemoryTest(IApp app) in /_/src/Controls/tests/TestCases.Shared.Tests/UtilExtensions.cs:line 65
   at Microsoft.Maui.TestCases.Tests.Issues.MemoryTests.WebViewDoesNotLeak() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/MemoryTests.cs:line 33

Check failure on line 1 in Microsoft.Maui.TestCases.Tests.DragAndDropUITests(Windows).DropEventCoordinates

See this annotation in the file changed.

@azure-pipelines azure-pipelines / MAUI-UITests-public

Microsoft.Maui.TestCases.Tests.DragAndDropUITests(Windows).DropEventCoordinates

System.FormatException : The input string '' was not in a correct format.
Raw output
   at System.Number.ThrowFormatException[TChar](ReadOnlySpan`1 value)
   at System.Int32.Parse(String s)
   at Microsoft.Maui.TestCases.Tests.DragAndDropUITests.GetCoordinatesFromLabel(String labelText) in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/DragAndDropUITests.cs:line 298
   at Microsoft.Maui.TestCases.Tests.DragAndDropUITests.DropEventCoordinates() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/DragAndDropUITests.cs:line 252
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

Check failure on line 1 in Microsoft.Maui.TestCases.Tests.Issues.Issue21846(Mac).WebViewNoCrashPopup

See this annotation in the file changed.

@azure-pipelines azure-pipelines / MAUI-UITests-public

Microsoft.Maui.TestCases.Tests.Issues.Issue21846(Mac).WebViewNoCrashPopup

OneTimeSetUp: OpenQA.Selenium.WebDriverException : An unknown server-side error occurred while processing the command. Original error: Could not find a driver for automationName 'mac2' and platformName 'mac'. Have you installed a driver that supports those capabilities? Run 'appium driver list --installed' to see. (Lower-level error: Could not find installed driver to support given caps)
Raw output
   at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute)
   at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters)
   at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters)
   at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities)
   at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities)
   at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions)
   at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig)
   at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout)
   at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions)
   at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions)
   at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11
   at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40
   at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 67
   at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 45
   at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 105
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

Check failure on line 1 in Microsoft.Maui.TestCases.Tests.GestureRecognizerUITests(Android).DoubleTap

See this annotation in the file changed.

@azure-pipelines azure-pipelines / MAUI-UITests-public

Microsoft.Maui.TestCases.Tests.GestureRecognizerUITests(Android).DoubleTap

  Assert.That(actual, Is.EqualTo(expected))
  Expected string length 7 but was 0. Strings differ at index 0.
  Expected: "Success"
  But was:  <string.Empty>
  -----------^
Raw output
   at NUnit.Framework.Legacy.ClassicAssert.AreEqual(Object expected, Object actual)
   at Microsoft.Maui.TestCases.Tests.GestureRecognizerUITests.DoubleTap() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/GestureRecognizerUITests.cs:line 53

1)    at NUnit.Framework.Legacy.ClassicAssert.AreEqual(Object expected, Object actual)
   at Microsoft.Maui.TestCases.Tests.GestureRecognizerUITests.DoubleTap() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/GestureRecognizerUITests.cs:line 53