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

[Build] ci: run all native tests on arm64 runners too! #35107

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Merge remote-tracking branch 'origin/main' into dev/duhowett/build-5

f472bf6
Select commit
Loading
Failed to load commit list.
Draft

[Build] ci: run all native tests on arm64 runners too! #35107

Merge remote-tracking branch 'origin/main' into dev/duhowett/build-5
f472bf6
Select commit
Loading
Failed to load commit list.
Azure Pipelines / PowerToys CI failed Dec 4, 2024 in 54m 48s

Build #PowerToys CI_2412.03011 had test failures

Details

Tests

  • Failed: 1 (0.03%)
  • Passed: 3,098 (82.86%)
  • Other: 640 (17.12%)
  • Total: 3,739

Annotations

Check failure on line 1907 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PowerToys CI

Build log #L1907

Test Run Failed.

Check failure on line 1945 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PowerToys CI

Build log #L1945

Test Run Failed.

Check failure on line 1984 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PowerToys CI

Build log #L1984

Test Run Failed.

Check failure on line 2023 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PowerToys CI

Build log #L2023

Test Run Failed.

Check failure on line 1 in MouseJump.Common.UnitTests.Helpers.DrawingHelperTests+RenderPreviewTests.RunTestCases

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PowerToys CI

MouseJump.Common.UnitTests.Helpers.DrawingHelperTests+RenderPreviewTests.RunTestCases

Assert.IsTrue failed. images differ at pixel (6, 6) - expected: Color [A=255, R=13, G=87, B=210], actual: Color [A=255, R=3, G=68, B=192]
Raw output
   at MouseJump.Common.UnitTests.Helpers.DrawingHelperTests.RenderPreviewTests.AssertImagesEqual(Bitmap expected, Bitmap actual) in \src\modules\MouseUtils\MouseJump.Common.UnitTests\Helpers\DrawingHelperTests.cs:line 146
   at MouseJump.Common.UnitTests.Helpers.DrawingHelperTests.RenderPreviewTests.RunTestCases(TestCase data) in \src\modules\MouseUtils\MouseJump.Common.UnitTests\Helpers\DrawingHelperTests.cs:line 94
   at InvokeStub_RenderPreviewTests.RunTestCases(Object, Span`1)
   at System.Reflection.MethodBaseInvoker.InvokeWithOneArg(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)