-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
radekdoulik
merged 9 commits into
dotnet:main
from
radekdoulik:pr-enable-skiasharp-tests-again
Nov 20, 2024
Merged
[wasm] Re-enable skiasharp WBT tests #109232
radekdoulik
merged 9 commits into
dotnet:main
from
radekdoulik:pr-enable-skiasharp-tests-again
Nov 20, 2024
Conversation
This file contains 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
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
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
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
This was referenced Oct 30, 2024
This was referenced Nov 1, 2024
radekdoulik
force-pushed
the
pr-enable-skiasharp-tests-again
branch
from
November 18, 2024 21:35
adbf98f
to
a7ab465
Compare
This was referenced Nov 19, 2024
Open
This reverts commit e320fd6.
This was referenced Nov 19, 2024
pavelsavara
approved these changes
Nov 19, 2024
akoeplinger
approved these changes
Nov 19, 2024
maraf
approved these changes
Nov 20, 2024
/ba-g the failures are unrelated |
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.
/backport to release/9.0-staging |
Started backporting to release/9.0-staging: https://github.com/dotnet/runtime/actions/runs/12352375711 |
@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.
4 tasks
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Resolves #103566
The included llvm bump (and emsdk, icu) fixes #109289 through dotnet/llvm-project#630