| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| return; | ||
| } | ||
| this.#reportedSubtest = true; | ||
| this.parent.reportSubtest(); |
There was a problem hiding this comment.
this is the actual fix.
Sorry, something went wrong.
| @@ -0,0 +1,26 @@ | |||
| TAP version 13 | |||
There was a problem hiding this comment.
prior to the fix, output was
TAP version 13
# Subtest: nested
# Subtest: nested
ok 1 - nested
---
duration_ms: 0.132417
...
# Subtest: nested - no tests
1..1
ok 1 - nested
---
duration_ms: 0.740375
...
1..1
ok 1 - nested - no tests
---
duration_ms: 1.359792
...
1..1
# tests 1
# pass 1
# fail 0
# cancelled 0
# skipped 0
# todo 0
# duration_ms 2.906166
Sorry, something went wrong.
|
CC @nodejs/test_runner |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM. This change is part of the TAP parser PR, right?
Sorry, something went wrong.
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
the part seperating reportSubtest to a function is, but the addition of this.parent.reportSubtest() is new in this PR only |
Sorry, something went wrong.
Sorry, something went wrong.
Commit Queue failed- Loading data for nodejs/node/pull/45220 ✔ Done loading data for nodejs/node/pull/45220 ----------------------------------- PR info ------------------------------------ Title test_runner: make sure tap subtest is reported in order (#45220) Author Moshe Atlow (@MoLow) Branch MoLow:test_runner_fix_subtest -> nodejs:main Labels needs-ci, dont-land-on-v14.x, test_runner Commits 3 - test_runner: make sure tap subtest is reported by order - Update lib/internal/test_runner/test.js - fix Committers 2 - Moshe Atlow - GitHub PR-URL: https://github.com/nodejs/node/pull/45220 Reviewed-By: Colin Ihrig Reviewed-By: Benjamin Gruenbaum ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/45220 Reviewed-By: Colin Ihrig Reviewed-By: Benjamin Gruenbaum -------------------------------------------------------------------------------- ⚠ Commits were pushed since the last review: ⚠ - Update lib/internal/test_runner/test.js ⚠ - fix ℹ This PR was created on Fri, 28 Oct 2022 07:29:25 GMT ✔ Approvals: 2 ✔ - Colin Ihrig (@cjihrig) (TSC): https://github.com/nodejs/node/pull/45220#pullrequestreview-1160009419 ✔ - Benjamin Gruenbaum (@benjamingr): https://github.com/nodejs/node/pull/45220#pullrequestreview-1161016247 ✔ Last GitHub CI successful ℹ Last Full PR CI on 2022-10-29T18:39:28Z: https://ci.nodejs.org/job/node-test-pull-request/47559/ - Querying data for job/node-test-pull-request/47559/ ✔ Last Jenkins CI successful -------------------------------------------------------------------------------- ✔ Aborted `git node land` session in /home/runner/work/node/node/.ncuhttps://github.com/nodejs/node/actions/runs/3355445461 |
Sorry, something went wrong.
PR-URL: #45220 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
PR-URL: #45220 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
PR-URL: #45220 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
PR-URL: nodejs#45220 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
PR-URL: #45220 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
PR-URL: #45220 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
PR-URL: nodejs/node#45220 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> (cherry picked from commit 3e57891ee2fde0971e18fc383c25acf8f90def05)
PR-URL: nodejs/node#45220 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> (cherry picked from commit 3e57891ee2fde0971e18fc383c25acf8f90def05)
PR-URL: nodejs/node#45220 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> (cherry picked from commit 3e57891ee2fde0971e18fc383c25acf8f90def05)
PR-URL: nodejs/node#45220 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> (cherry picked from commit 3e57891ee2fde0971e18fc383c25acf8f90def05)
| Back | FazBrowse Home | New Git URL |
No description provided.