Skip to content

test: run abort tests

Rodrigo Muino Tomonari requested to merge github/fork/Trott/run-abort-tests into master

Currently, tests in test/abort do not run in CI.

This change configures the test runner to not write core files, and run the abort tests.

Fixes: https://github.com/nodejs/node/issues/14012

This should land only after https://github.com/nodejs/node/pull/13985 because that fixes a problem that causes one of the tests to fail. (In other words, had we been running these tests, that bug would have been caught!)

@addaleax @refack @nodejs/build @nodejs/testing

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

build test tools

Merge request reports

Loading