Skip to content

Commit

Permalink
test: remove invalid test
Browse files Browse the repository at this point in the history
`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.

PR-URL: #15320
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
Trott authored and jasnell committed Sep 20, 2017
1 parent 9f4480c commit 5881033
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions test/known_issues/test-stdout-buffer-flush-on-exit.js

This file was deleted.

0 comments on commit 5881033

Please sign in to comment.