Skip to content

test: remove invalid test

Rodrigo Muino Tomonari requested to merge github/fork/Trott/rm-faulty-test into master

test/known_issues/test-stdout-buffer-flush-on-exit.js is invalid. The behavior seen currently (with the test failing) is in accordance with documentation which indicates that calling process.exit() may mean scheduled asynchronous I/O does not happen. The documentation also indicates that process.stdout is asynchronous when it is a POSIX pipe.

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

test

Merge request reports

Loading