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 <[email protected]>
Reviewed-By: Gibson Fahnestock <[email protected]>
Reviewed-By: Tobias Nießen <[email protected]>
Reviewed-By: James M Snell <[email protected]>
  • Loading branch information
Trott authored and MylesBorins committed Oct 25, 2017
1 parent ae111c2 commit 6fe61d6
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 6fe61d6

Please sign in to comment.