test: add batch of known issue tests
authorcjihrig <cjihrig@gmail.com>
Fri, 11 Mar 2016 02:08:35 +0000 (21:08 -0500)
committerMyles Borins <mborins@us.ibm.com>
Wed, 30 Mar 2016 20:12:14 +0000 (13:12 -0700)
commit78effc3484646c4497434246fe8f1badb7b4f12b
tree5072d30bfb36ff2bef3b54f882aeb19a95741a1e
parent0c6f6742f250f10a0e47a1f0c69a50abcd9b28ac
test: add batch of known issue tests

This commit adds tests for several known issues.

Refs: https://github.com/nodejs/node/issues/1901
Refs: https://github.com/nodejs/node/issues/728
Refs: https://github.com/nodejs/node/issues/4778
Refs: https://github.com/nodejs/node/issues/947
Refs: https://github.com/nodejs/node/issues/2734
PR-URL: https://github.com/nodejs/node/pull/5653
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
test/known_issues/test-child-process-max-buffer.js [new file with mode: 0644]
test/known_issues/test-events-known-properties.js [new file with mode: 0644]
test/known_issues/test-module-deleted-extensions.js [new file with mode: 0644]
test/known_issues/test-process-external-stdio-close.js [new file with mode: 0644]
test/known_issues/test-vm-getters.js [new file with mode: 0644]