Uh oh!
There was an error while loading. Please reload this page.
test_runner: add context subtests expectFailureonlyskiptodo - #62263
test_runner: add context subtests expectFailureonlyskiptodo#62263JakobJingleheimer wants to merge 5 commits into
expectFailureonlyskiptodo#62263Conversation
Co-Authored-By: Heath Dutton🕴️ <heathdutton@linux.com> Co-Authored-By: Felipe <60716370+felipeness@users.noreply.github.com>
nodejs-github-bot
commented
Mar 15, 2026
Review requested:
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@## main #62263 +/- ##
==========================================
+ Coverage 89.65% 89.79% +0.13%
==========================================
Files 676 697 +21 Lines 206555 215809 +9254 Branches 39547 41306 +1759 ==========================================
+ Hits 185195 193787 +8592 - Misses 13495 14112 +617 - Partials 7865 7910 +45
🚀 New features to boost your workflow:
|
Uh oh!
There was an error while loading. Please reload this page.
Okee I finally figure out what is wrong: at Test.start (node:internal/test_runner/test:…)
- at TestContext.test (node:internal/test_runner/test:377:20)+ at #runTest (node:internal/test_runner/test:378:20)+ at test.ObjectAssign.__proto__ [as test] (node:internal/test_runner/test:383:59)
at TestContext.<anonymous> (<project-root>/test/fixtures/test-runner/output/hooks.js:197:11)
- at Test.runInAsyncScope (node:async_hooks:226:14)The problem is the new implementation replaces 1 entry ( There are 2 things to consider here:
|
This pull request has been marked as stale due to 90 days of inactivity. |

Closes#61251
Closes#62156
Fixes#50665