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

[Binding SG] Add an API for creating instances of TypedBinding #23239

Merged

Merge branch 'net9.0' of https://github.com/dotnet/maui into binding-…

9fefd8f
Select commit
Loading
Failed to load commit list.
Merged

[Binding SG] Add an API for creating instances of TypedBinding #23239

Merge branch 'net9.0' of https://github.com/dotnet/maui into binding-…
9fefd8f
Select commit
Loading
Failed to load commit list.
Azure Pipelines / MAUI-UITests-public succeeded Jul 4, 2024 in 51m 22s

Build #9.0.0-ci+pr.23239.azdo.118659 had test failures

Details

Tests

  • Failed: 1 (0.08%)
  • Passed: 1,130 (85.93%)
  • Other: 184 (13.99%)
  • Total: 1,315

Annotations

Check failure on line 1265 in Build log

See this annotation in the file changed.

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

Build log #L1265

PowerShell exited with code '1'.

Check failure on line 158 in Build log

See this annotation in the file changed.

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

Build log #L158

The process '/Users/builder/azdo/_work/_tool/provisionator/0.2.698/x64/provisionator' failed with exit code 104

Check failure on line 392 in Build log

See this annotation in the file changed.

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

Build log #L392

The process '/Users/runner/hostedtoolcache/provisionator/0.2.698/x64/provisionator' failed with exit code 104

Check failure on line 155 in Build log

See this annotation in the file changed.

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

Build log #L155

The process '/Users/builder/azdo/_work/_tool/provisionator/0.2.698/x64/provisionator' failed with exit code 104

Check failure on line 1 in Microsoft.Maui.TestCases.Tests.ImageButtonUITests(Android).BorderWidth

See this annotation in the file changed.

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

Microsoft.Maui.TestCases.Tests.ImageButtonUITests(Android).BorderWidth

VisualTestUtils.VisualTestFailedException : 
Snapshot different than baseline: ImageButtonUITests_BorderWidth.png (0.66% difference)
If the correct baseline has changed (this isn't a a bug), then update the baseline image.
See test attachment or download the build artifacts to get the new snapshot file.

More info: https://aka.ms/visual-test-workflow
Raw output
   at VisualTestUtils.VisualRegressionTester.Fail(String message)
   at VisualTestUtils.VisualRegressionTester.VerifyMatchesSnapshot(String name, ImageSnapshot actualImage, String environmentName, ITestContext testContext)
   at Microsoft.Maui.TestCases.Tests.UITest.<VerifyScreenshot>g__Verify|7_0(String name) in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 211
   at Microsoft.Maui.TestCases.Tests.UITest.VerifyScreenshot(String name) in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 104
   at Microsoft.Maui.TestCases.Tests.ImageButtonUITests.BorderWidth() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/ImageButtonUITests.cs:line 87

   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)