test_runner: accept \x1b as a escape symbol#47050
Conversation
|
Review requested:
|
This comment was marked as outdated.
This comment was marked as outdated.
Commit Queue failed- Loading data for nodejs/node/pull/47050 β Done loading data for nodejs/node/pull/47050 ----------------------------------- PR info ------------------------------------ Title test_runner: accept \x1b as a escape symbol (#47050) Author Debadree Chatterjee (@debadree25) Branch debadree25:ft/tap-lexer-ansi-escape -> nodejs:main Labels author ready, needs-ci, dont-land-on-v14.x, test_runner Commits 2 - test_runner: accept \x1b as a escape symbol - fixup! space Committers 1 - Debadree Chatterjee PR-URL: https://github.com/nodejs/node/pull/47050 Fixes: https://github.com/nodejs/node/issues/46959 Reviewed-By: Moshe Atlow ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/47050 Fixes: https://github.com/nodejs/node/issues/46959 Reviewed-By: Moshe Atlow -------------------------------------------------------------------------------- βΉ This PR was created on Sun, 12 Mar 2023 11:01:47 GMT β Approvals: 1 β - Moshe Atlow (@MoLow): https://github.com/nodejs/node/pull/47050#pullrequestreview-1336012293 β This PR needs to wait 86 more hours to land (or 0 hours if there is one more approval) β Last GitHub CI successful βΉ Last Full PR CI on 2023-03-12T14:21:21Z: https://ci.nodejs.org/job/node-test-pull-request/50335/ - Querying data for job/node-test-pull-request/50335/ β Last Jenkins CI successful -------------------------------------------------------------------------------- β Aborted `git node land` session in /home/runner/work/node/node/.ncuhttps://github.com/nodejs/node/actions/runs/4430846114 |
|
would need another review to land |
Commit Queue failed- Loading data for nodejs/node/pull/47050 β Done loading data for nodejs/node/pull/47050 ----------------------------------- PR info ------------------------------------ Title test_runner: accept \x1b as a escape symbol (#47050) Author Debadree Chatterjee (@debadree25) Branch debadree25:ft/tap-lexer-ansi-escape -> nodejs:main Labels author ready, needs-ci, dont-land-on-v14.x, test_runner Commits 2 - test_runner: accept \x1b as a escape symbol - fixup! space Committers 1 - Debadree Chatterjee PR-URL: https://github.com/nodejs/node/pull/47050 Fixes: https://github.com/nodejs/node/issues/46959 Reviewed-By: Moshe Atlow Reviewed-By: Luigi Pinca ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/47050 Fixes: https://github.com/nodejs/node/issues/46959 Reviewed-By: Moshe Atlow Reviewed-By: Luigi Pinca -------------------------------------------------------------------------------- βΉ This PR was created on Sun, 12 Mar 2023 11:01:47 GMT β Approvals: 2 β - Moshe Atlow (@MoLow): https://github.com/nodejs/node/pull/47050#pullrequestreview-1336012293 β - Luigi Pinca (@lpinca): https://github.com/nodejs/node/pull/47050#pullrequestreview-1344628705 β Last GitHub CI successful βΉ Last Full PR CI on 2023-03-15T20:55:54Z: https://ci.nodejs.org/job/node-test-pull-request/50335/ - Querying data for job/node-test-pull-request/50335/ β Last Jenkins CI successful -------------------------------------------------------------------------------- β No git cherry-pick in progress β No git am in progress β No git rebase in progress -------------------------------------------------------------------------------- - Bringing origin/main up to date... From https://github.com/nodejs/node * branch main -> FETCH_HEAD β origin/main is now up-to-date - Downloading patch for 47050 From https://github.com/nodejs/node * branch refs/pull/47050/merge -> FETCH_HEAD β Fetched commits as 8713c83462df..52c773d3e481 -------------------------------------------------------------------------------- [main 3955686063] test_runner: accept \x1b as a escape symbol Author: Debadree Chatterjee Date: Sun Mar 12 16:28:02 2023 +0530 2 files changed, 13 insertions(+), 1 deletion(-) [main 9b2bdf9330] fixup! space Author: Debadree Chatterjee Date: Sun Mar 12 16:28:34 2023 +0530 1 file changed, 1 insertion(+), 1 deletion(-) β Patches applied There are 2 commits in the PR. Attempting autorebase. Rebasing (2/4)https://github.com/nodejs/node/actions/runs/4441310390 |
|
Landed in d51541b |
It seems that TAPLexer was throwing an error on the ANSI code
\x1bhence added the same as a escape symbolFixes: #46959