-
Notifications
You must be signed in to change notification settings - Fork 643
Migrate device and WASM tests from XHarness to DeviceRunners dotnet test
#4004
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
Merged
Merged
Changes from 17 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
8aaca8a
Migrate device and WASM tests from XHarness to DeviceRunners dotnet test
mattleibow 08165ba
Add IsBrowser flag and skip GPU tests on WASM
mattleibow 84e38c6
Remove TrimmerRootAssembly and WasmTestConfig that caused WASM crashes
mattleibow 414db28
Allow WASM test failures in CI and copy console log for reporting
mattleibow 3f38454
Add VFS content extraction for WASM tests — all 3853 tests pass
mattleibow c4563ac
Enable WASM SIMD and fix Gray8 color rounding tests
mattleibow 0b17b92
Fix iOS and Mac Catalyst test failures in CI
mattleibow f875f14
Simplify iOS simulator setup to use dotnet apple CLI
mattleibow d01e907
Fix iOS/Mac Catalyst CI: add appledev.tools to tool manifest
mattleibow 9f03f70
Fix Mac Catalyst: remove unnecessary RuntimeIdentifier override
mattleibow a8af2e1
Fix iOS simulator boot and Mac Catalyst .app discovery
mattleibow a4833f9
Skip Xcode version validation for tests
mattleibow 7994827
Disable test parallelization on iOS to work around DeviceRunners crash
mattleibow 84778ae
Update DeviceRunners to 0.1.0-preview.11 and fix Android tests
mattleibow 30af01b
Fix Android CI OOM: pre-build before starting emulator
mattleibow b216492
Fix Apple tests: use Debug config to match main branch
mattleibow e6e18c7
Ensure DeviceRunners test failures fail CI
mattleibow b1fb0c8
Clean up DeviceRunners review feedback
mattleibow 05b4ffd
Merge branch 'main' into mattleibow/dev-devicerunners-dotnet-test
mattleibow 450f2b4
Use repo restore settings for DeviceRunners tests
mattleibow 41b6566
Align DeviceRunners helpers with test infrastructure
mattleibow 4bd99ab
Keep DeviceRunners restore sources consistent
mattleibow 7ea0100
Retrigger CI after package mirror update
mattleibow File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -323,3 +323,4 @@ fastlane/screenshots | |
| .docs | ||
| .playwright-mcp/ | ||
| .github/aw/logs/ | ||
| tests/SkiaSharp.Tests.Wasm/test-results/ | ||
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.