Conversation
19817e9 to
59ef30a
Compare
7425110 to
b33046e
Compare
5ba9908 to
fb19d3e
Compare
…d images, add test-linux-gpu.ps1 script
dotnet run tool for comparing gold images vs local test output or CI artifacts. Features: - Treeview with suites as collapsible groups - Multi-source columns (Local, CI runs) - Side-by-side comparison with color-coded diff overlay - Pixel inspector on hover (zoomed grid + RGB values) - Synchronized zoom/pan across gold, source, and diff images - Inline thumbnails with diff for quick review - CI run picker with artifact download - Promote selected images to gold - Status filter (Failing/New/Passing) and search Usage: dotnet run --project build/tools/CompareGold
…ive lib resolution
fb19d3e to
05dfb51
Compare
da3a83d to
a083e0e
Compare
a083e0e to
8828556
Compare
…s (covers third-party DllImports)
e286227 to
3d0d099
Compare
3d0d099 to
ad4f580
Compare
Kryptos-FR
reviewed
Apr 16, 2026
| { | ||
| // Skip Avalonia UI on headless systems (no display). | ||
| // Tests will be run by dotnet test / xunit adapter instead. | ||
| if (IsHeadless()) |
Member
There was a problem hiding this comment.
@xen2 I don't think that is correct. The Main method is only run when doing dotnet run. It is ignored when doing dotnet test since the testing framework doesn't try to run the Main method, so it shouldn't impact tests run in the CI.
However this breaks the previous behavior when running with dotnet run or from Visual Studio was launching the Avalonia UI, esp. for the core tests such as Stride.Core.Tests or Stride.Core.Mathematics.Tests.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Details
WIP (opened to be able to test CI)
Related Issue
Types of changes
Checklist