Skip to content

test: rename regression tests with descriptive file names

Rename the tests appropriately alongside mentioning the subsystem Also, make a few basic changes to make sure the tests conform to the standard test structure

Refs: https://github.com/nodejs/node/issues/19105 Refs: https://github.com/nodejs/node/blob/master/doc/guides/writing-tests.md#test-structure

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

test

Checklist

  • test/sequential/test-regress-GH-1697.js
  • test/sequential/test-regress-GH-1726.js
  • test/sequential/test-regress-GH-4015.js
  • test/sequential/test-regress-GH-4027.js
  • test/sequential/test-regress-GH-784.js
  • test/sequential/test-regress-GH-877.js

Merge request reports

Loading