test: split independent tests into separate files
authorRich Trott <rtrott@gmail.com>
Tue, 27 Oct 2015 16:40:41 +0000 (09:40 -0700)
committerJames M Snell <jasnell@gmail.com>
Fri, 30 Oct 2015 17:07:47 +0000 (10:07 -0700)
commitc563a34427db9957b31279862176674320a93b03
tree46b73cec2040cc06086276e55ac5a2efdf9ae32c
parent3f62952d42241014c052f01898fcf78a2f28610f
test: split independent tests into separate files

Move ENOENT related tests out of general fs.watch() test file and into
its own file. This may help diagnose
https://github.com/nodejs/node/issues/3541.

PR-URL: https://github.com/nodejs/node/pull/3548
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Michaël Zasso <mic.besace@gmail.com>
Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
test/parallel/test-fs-watch-enoent.js [new file with mode: 0644]
test/sequential/test-fs-watch.js