| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Review requested:
|
Sorry, something went wrong.
Codecov ReportAll modified and coverable lines are covered by tests ✅ Additional details and impacted files @@ Coverage Diff @@
## main #54547 +/- ##
==========================================
- Coverage 87.33% 87.32% -0.01%
==========================================
Files 649 649
Lines 182622 182623 +1
Branches 35037 35044 +7
==========================================
- Hits 159494 159483 -11
- Misses 16393 16401 +8
- Partials 6735 6739 +4 |
Sorry, something went wrong.
There was a problem hiding this comment.
lgtm
Sorry, something went wrong.
|
test/sequential/test-net-server-listen-ipv6-link-local.js appears to be failing in GitHub Actions. I don't think it is related to this change though because it's also failing in https://github.com/nodejs/node/actions/runs/10547441912/job/29220162937 (for #54190). |
Sorry, something went wrong.
Sorry, something went wrong.
It's also failing in a few other places, like https://ci.nodejs.org/job/node-test-binary-windows-js-suites/29545/testReport/ |
Sorry, something went wrong.
|
Issue has been resolved, would you mind rebasing 🙏 I will try to follow up with the CI |
Sorry, something went wrong.
This commit updates the test runner tests in order to switch the default reporter from tap to spec. This commit can be backported, while changing the default reporter cannot. Refs: nodejs#54540
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
This commit updates the test runner tests in order to switch the default reporter from tap to spec. This commit can be backported, while changing the default reporter cannot. Refs: #54540 PR-URL: #54547 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com>
| Back | FazBrowse Home | New Git URL |
This commit updates the test runner tests in order to switch the default reporter from tap to spec. This commit can be backported, while changing the default reporter cannot.
This will also allow us to more slowly migrate the tests off of using the TAP reporter in some places. We should still test the TAP reporter though. In some cases the TAP reporter is beneficial for testing purposes - for example, verifying that tests are output with the correct test number ordering.
Refs: #54540