Skip to content

test: migrate messages v8 tests from Python to JS

Migrated messages v8 tests from Python to JavaScript. This change is part of an effort to enhance maintainability and consistency in the test suite. All relevant test files and dependencies have been updated accordingly.

Refs: https://github.com/nodejs/node/issues/47707

Summary

This pull request addresses Issue #47707, which involved migrating messages v8 tests from Python to JavaScript to enhance maintainability and consistency in the test suite.

Changes Made

  • Migrated messages v8 tests from Python to JavaScript.
  • Updated all relevant test files and snapshots accordingly.

Additional Notes

  • The changes adhere to the Node.js testing and coding style guidelines.
  • Automated tests for the migrated messages v8 tests have passed successfully.

Tests affected:

- errors/assert_throws_stack.js
- errors/console_assert.js
- errors/eval_messages.js
- errors/internal_assert.js
- errors/internal_assert_fail.js

Related Issues

Improves: Issue #47707

Checklist

  • Test changes have been linted and pass the automated tests.
  • Code follows the Node.js testing and coding style guide.
  • Commits are atomic and convey meaningful changes.
  • Pull request is based on the latest main branch.

Merge request reports

Loading