[browser][CoreCLR] smoke test libraries on V8 and Firefox#124641
Merged
pavelsavara merged 19 commits intodotnet:mainfrom Feb 23, 2026
Merged
[browser][CoreCLR] smoke test libraries on V8 and Firefox#124641pavelsavara merged 19 commits intodotnet:mainfrom
pavelsavara merged 19 commits intodotnet:mainfrom
Conversation
Member
pavelsavara
commented
Feb 20, 2026
- smoke test V8 + FF
- version check for shells
- version check for shell
Contributor
|
Tagging subscribers to this area: @agocke, @dotnet/runtime-infrastructure |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR expands the WebAssembly/CoreCLR smoke-test matrix to run library tests on Firefox and a V8 shell, and adds runtime version gating in the JS loader to fail fast on unsupported Node.js / shell versions.
Changes:
- Add Node.js (>= 18) and V8 shell (>= 14) version checks to
validateWasmFeatures()in the JS loader bootstrap. - Update the runtime pipeline to run CoreCLR wasm smoke/library tests on Firefox and V8 in addition to Chrome.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
src/native/libs/Common/JavaScript/loader/bootstrap.ts |
Adds engine/runtime version checks during wasm feature validation. |
eng/pipelines/runtime.yml |
Enables additional wasm test scenarios (Firefox + V8) for CoreCLR library smoke tests. |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
ilonatommy
approved these changes
Feb 20, 2026
jkotas
reviewed
Feb 20, 2026
Member
Author
|
Member
Author
|
Firefox went just fine: Log |
jkotas
reviewed
Feb 22, 2026
jkotas
reviewed
Feb 22, 2026
jkotas
reviewed
Feb 22, 2026
src/native/libs/System.Runtime.InteropServices.JavaScript.Native/interop/web-socket.ts
Outdated
Show resolved
Hide resolved
jkotas
reviewed
Feb 22, 2026
src/native/libs/System.Runtime.InteropServices.JavaScript.Native/interop/http.ts
Outdated
Show resolved
Hide resolved
Co-authored-by: Jan Kotas <jkotas@microsoft.com>
…ve/interop/http.ts Co-authored-by: Jan Kotas <jkotas@microsoft.com>
Co-authored-by: Jan Kotas <jkotas@microsoft.com>
Co-authored-by: Jan Kotas <jkotas@microsoft.com>
Co-authored-by: Jan Kotas <jkotas@microsoft.com>
…ve/interop/web-socket.ts Co-authored-by: Jan Kotas <jkotas@microsoft.com>
…nto v8_testing
Member
Author
|
thank you @jkotas |
This was referenced Feb 23, 2026
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.