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

[wasm] Re-enable skiasharp WBT tests #109232

Merged
merged 9 commits into from
Nov 20, 2024

Conversation

radekdoulik
Copy link
Member

@radekdoulik radekdoulik commented Oct 25, 2024

Resolves #103566

The included llvm bump (and emsdk, icu) fixes #109289 through dotnet/llvm-project#630

@dotnet-issue-labeler dotnet-issue-labeler bot added the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label Oct 25, 2024
@radekdoulik radekdoulik added area-Infrastructure-mono and removed needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners labels Oct 25, 2024
@radekdoulik radekdoulik added this to the 10.0.0 milestone Oct 25, 2024
That would trigger build error, because we don't support that combination
anymore
Put NativeFileReference files after the runtime libs. This server as
a workaround of dotnet#109289
@radekdoulik radekdoulik force-pushed the pr-enable-skiasharp-tests-again branch from adbf98f to a7ab465 Compare November 18, 2024 21:35
@radekdoulik
Copy link
Member Author

/ba-g the failures are unrelated

@radekdoulik radekdoulik merged commit 1c54b48 into dotnet:main Nov 20, 2024
152 of 156 checks passed
mikelle-rogers pushed a commit to mikelle-rogers/runtime that referenced this pull request Dec 10, 2024
* [wasm] Re-enable skiasharp WBT tests

* Disable Debug/AOT combination

That would trigger build error, because we don't support that combination
anymore

* Change order of native libs

Put NativeFileReference files after the runtime libs. This server as
a workaround of dotnet#109289

* Update llvm, emsdk and icu deps

* Revert "Change order of native libs"

This reverts commit e320fd6.
@radekdoulik
Copy link
Member Author

/backport to release/9.0-staging

Copy link
Contributor

Started backporting to release/9.0-staging: https://github.com/dotnet/runtime/actions/runs/12352375711

Copy link
Contributor

@radekdoulik backporting to release/9.0-staging failed, the patch most likely resulted in conflicts:

$ git am --3way --empty=keep --ignore-whitespace --keep-non-patch changes.patch

Applying: [wasm] Re-enable skiasharp WBT tests
Applying: Disable Debug/AOT combination
Applying: Change order of native libs
Applying: Update llvm, emsdk and icu deps
Using index info to reconstruct a base tree...
M	eng/Version.Details.xml
M	eng/Versions.props
Falling back to patching base and 3-way merge...
Auto-merging eng/Versions.props
CONFLICT (content): Merge conflict in eng/Versions.props
Auto-merging eng/Version.Details.xml
CONFLICT (content): Merge conflict in eng/Version.Details.xml
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
hint: When you have resolved this problem, run "git am --continue".
hint: If you prefer to skip this patch, run "git am --skip" instead.
hint: To restore the original branch and stop patching, run "git am --abort".
hint: Disable this message with "git config advice.mergeConflict false"
Patch failed at 0004 Update llvm, emsdk and icu deps
Error: The process '/usr/bin/git' failed with exit code 128

Please backport manually!

radekdoulik added a commit to radekdoulik/runtime that referenced this pull request Dec 16, 2024
* [wasm] Re-enable skiasharp WBT tests

* Disable Debug/AOT combination

That would trigger build error, because we don't support that combination
anymore

* Change order of native libs

Put NativeFileReference files after the runtime libs. This server as
a workaround of dotnet#109289

* Update llvm, emsdk and icu deps

* Revert "Change order of native libs"

This reverts commit e320fd6.
@github-actions github-actions bot locked and limited conversation to collaborators Jan 16, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
4 participants