Skip to content

test: migrate message error tests from Python to JS#49721

Merged
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
yiyunlei:migrate-message-tests-error
Sep 21, 2023
Merged

test: migrate message error tests from Python to JS#49721
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
yiyunlei:migrate-message-tests-error

Conversation

@yiyunlei
Copy link
Copy Markdown
Contributor

Migrate the remaining error tests in the test/message folder from Python to JS.

Fixes: #47707

Migrated tests:

error/
	core_line_numbers.js
	core_line_numbers.out
	if-error-has-good-stack.js
	if-error-has-good-stack.out
	promise_unhandled_warn_with_error.js
	promise_unhandled_warn_with_error.out
	test-no-extra-info-on-fatal-exception.js
	test-no-extra-info-on-fatal-exception.out
	throw_error_with_getter_throw.js
	throw_error_with_getter_throw.out
	throw_null.js
	throw_null.out
	throw_undefined.js
	throw_undefined.out
	timeout_throw.js
	timeout_throw.out
	undefined_reference_in_new_context.js
	undefined_reference_in_new_context.out
	unhandled_promise_trace_warnings.js
	unhandled_promise_trace_warnings.out
image
@nodejs-github-bot nodejs-github-bot added needs-ci PRs that need a full CI run. test Issues and PRs related to the tests. labels Sep 19, 2023
Migrate the remaining error tests in the `test/message` folder
from Python to JS.

Fixes: nodejs#47707
@MoLow MoLow added the request-ci Add this label to start a Jenkins CI on a PR. label Sep 20, 2023
@MoLow MoLow requested a review from atlowChemi September 20, 2023 20:47
@github-actions github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Sep 20, 2023
@MoLow MoLow added the commit-queue Add this label to land a pull request using GitHub Actions. label Sep 21, 2023
@nodejs-github-bot nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Sep 21, 2023
@nodejs-github-bot nodejs-github-bot merged commit 853f572 into nodejs:main Sep 21, 2023
@nodejs-github-bot
Copy link
Copy Markdown
Collaborator

Landed in 853f572

@ruyadorno
Copy link
Copy Markdown
Member

This commit does not land cleanly on v20.x-staging and will need manual backport in case we want it in v20.

MoLow pushed a commit to MoLow/node that referenced this pull request Sep 28, 2023
Migrate the remaining error tests in the `test/message` folder
from Python to JS.

Fixes: nodejs#47707
PR-URL: nodejs#49721
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
alexfernandez pushed a commit to alexfernandez/node that referenced this pull request Nov 1, 2023
Migrate the remaining error tests in the `test/message` folder
from Python to JS.

Fixes: nodejs#47707
PR-URL: nodejs#49721
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
targos pushed a commit that referenced this pull request Nov 11, 2023
Migrate the remaining error tests in the `test/message` folder
from Python to JS.

Fixes: #47707
PR-URL: #49721
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs-ci PRs that need a full CI run. test Issues and PRs related to the tests.

6 participants