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

[Windows] Optimize getting default font size and font family values #22782

Merged

Remove not working code

ab8e7da
Select commit
Loading
Failed to load commit list.
Merged

[Windows] Optimize getting default font size and font family values #22782

Remove not working code
ab8e7da
Select commit
Loading
Failed to load commit list.
Azure Pipelines / MAUI-UITests-public succeeded Jun 6, 2024 in 1h 15m 59s

Build #8.0.60-ci+pr.22782.azdo.116988 had test failures

Details

Tests

  • Failed: 2 (0.17%)
  • Passed: 936 (81.04%)
  • Other: 217 (18.79%)
  • Total: 1,155

Annotations

Check failure on line 1340 in Build log

See this annotation in the file changed.

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

Build log #L1340

PowerShell exited with code '1'.

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 54

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 54

Check failure on line 1 in Microsoft.Maui.TestCases.Tests.Issues.Issue5555(Android).TableViewMemoryLeakWhenUsingSwitchCellOrEntryCell

See this annotation in the file changed.

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

Microsoft.Maui.TestCases.Tests.Issues.Issue5555(Android).TableViewMemoryLeakWhenUsingSwitchCellOrEntryCell

System.NullReferenceException : Object reference not set to an instance of an object.
Raw output
   at UITest.Appium.HelperExtensions.Click(IUIElement element) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 154
   at Microsoft.Maui.TestCases.Tests.Issues.Issue5555.TableViewMemoryLeakWhenUsingSwitchCellOrEntryCell() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue5555.cs:line 27
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)