Uh oh!
There was an error while loading. Please reload this page.
[browser] stop testing with nodejs - #108582
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
pavelsavara
commented
Oct 7, 2024
Is used for |
We're not testing libs with v8 anymore, so that would make it consistent. |
Uh oh!
There was an error while loading. Please reload this page.
Yes, it can be done here or in a follow up. Are we going to explicitly remove parts of typescript related to node? |
pavelsavara
commented
Oct 8, 2024
Let's do it in follow up. @lewing please confirm we have quorum on removing console from
Let's do that in yet another separate PR and we will see how many things there are. I guess it's not that many and possibly we could leave it in place. |
I understand that we are using v8 to save resources during running tests, however I don't see much difference in the time used in I am proposing:
|
ilonatommy
commented
Oct 8, 2024
/ba-g failures are DebuggerTests, not related |
ilonatommy
commented
Aug 26, 2025
/backport to release/9.0-staging |
Started backporting to release/9.0-staging: https://github.com/dotnet/runtime/actions/runs/17240338021 |
@ilonatommy 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: stop testing with nodejs
Using index info to reconstruct a base tree...
M eng/pipelines/runtime.yml
M eng/testing/WasmRunnerTemplate.cmd
M src/libraries/System.Net.Http/tests/FunctionalTests/System.Net.Http.Functional.Tests.csproj
M src/libraries/System.Net.WebSockets.Client/tests/System.Net.WebSockets.Client.Tests.csproj
M src/mono/wasm/Wasm.Build.Tests/BuildTestBase.cs
M src/mono/wasm/Wasm.Build.Tests/Common/RunHost.cs
M src/mono/wasm/Wasm.Build.Tests/ConfigSrcTests.cs
M src/mono/wasm/Wasm.Build.Tests/HostRunner/NodeJSHostRunner.cs
M src/mono/wasm/Wasm.Build.Tests/MainWithArgsTests.cs
M src/mono/wasm/Wasm.Build.Tests/WasmSIMDTests.cs
M src/mono/wasm/features.md
Falling back to patching base and 3-way merge...
Auto-merging eng/pipelines/runtime.yml
CONFLICT (content): Merge conflict in eng/pipelines/runtime.yml
Auto-merging eng/testing/WasmRunnerTemplate.cmd
Auto-merging src/libraries/System.Net.Http/tests/FunctionalTests/System.Net.Http.Functional.Tests.csproj
Auto-merging src/libraries/System.Net.WebSockets.Client/tests/System.Net.WebSockets.Client.Tests.csproj
Auto-merging src/mono/wasm/Wasm.Build.Tests/BuildTestBase.cs
Auto-merging src/mono/wasm/Wasm.Build.Tests/Common/RunHost.cs
CONFLICT (content): Merge conflict in src/mono/wasm/Wasm.Build.Tests/Common/RunHost.cs
CONFLICT (modify/delete): src/mono/wasm/Wasm.Build.Tests/HostRunner/NodeJSHostRunner.cs deleted in stop testing with nodejs and modified in HEAD. Version HEAD of src/mono/wasm/Wasm.Build.Tests/HostRunner/NodeJSHostRunner.cs left in tree.
Auto-merging src/mono/wasm/Wasm.Build.Tests/MainWithArgsTests.cs
CONFLICT (content): Merge conflict in src/mono/wasm/Wasm.Build.Tests/MainWithArgsTests.cs
Auto-merging src/mono/wasm/features.md
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 set advice.mergeConflict false"
Patch failed at 0001 stop testing with nodejs
Error: The process '/usr/bin/git' failed with exit code 128Please backport manually! |
To reduce WASM test matrix
WasmTestOnNodeJSscenarioWasm.Build.TeststestsI left in place
PlatformDetection.IsNotNodeJS