node/test/known_issues
Rich Trott 6a08535dd1 child_process: preserve argument type
A previous fix for a `maxBuffer` bug resulted in a change to the
argument type for the `data` event on `child.stdin` and `child.stdout`
when using `child_process.exec()`.

This fixes the `maxBuffer` bug in a way that does not have that side
effect.

PR-URL: https://github.com/nodejs/node/pull/7391
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Jackson Tian <shyvo1987@gmail.com>
Fixes: https://github.com/nodejs/node/issues/7342
Refs: https://github.com/nodejs/node/issues/1901
2016-07-14 12:45:03 -07:00
..
known_issues.status test: fix unreliable known_issues test 2016-06-23 17:26:38 -07:00
test-events-known-properties.js test: add batch of known issue tests 2016-03-30 13:12:14 -07:00
test-module-deleted-extensions.js test: add batch of known issue tests 2016-03-30 13:12:14 -07:00
test-process-external-stdio-close.js test: add batch of known issue tests 2016-03-30 13:12:14 -07:00
test-stdin-is-always-net.socket.js test: fix offending max-len linter error 2016-04-11 11:49:31 -04:00
test-stdout-buffer-flush-on-exit.js test: make stdout buffer test more robust 2016-07-14 12:44:37 -07:00
test-vm-function-redefinition.js
test-vm-getters.js test: add batch of known issue tests 2016-03-30 13:12:14 -07:00
testcfg.py