test: split up buffer tests for reliability
authorRich Trott <rtrott@gmail.com>
Mon, 12 Oct 2015 03:53:31 +0000 (20:53 -0700)
committerJames M Snell <jasnell@gmail.com>
Thu, 29 Oct 2015 15:38:43 +0000 (08:38 -0700)
commiteb7c3fb2f4512b828024651bd01c425055485043
tree2b8228a5c6e8bd2204f95b7b8dd19aca6807818e
parentb398a85e19ed54faaf420ad1abda6b99375f0ca8
test: split up buffer tests for reliability

The Pi 1's in CI don't always fail on the buffer.toString() tests. But
they time out sometimes, so let's split the tests up so they don't.

PR-URL: https://github.com/nodejs/node/pull/3323
Reviewed By: Evan Lucas <evanlucas@me.com>
Reviewed-By: Brian White <mscdex@mscdex.net>
Reviewed By: Trevor Norris <trev.norris@gmail.com>
test/parallel/test-stringbytes-external-exceed-max-by-1-ascii.js [new file with mode: 0644]
test/parallel/test-stringbytes-external-exceed-max-by-1-base64.js [new file with mode: 0644]
test/parallel/test-stringbytes-external-exceed-max-by-1-binary.js [new file with mode: 0644]
test/parallel/test-stringbytes-external-exceed-max-by-1-hex.js [new file with mode: 0644]
test/parallel/test-stringbytes-external-exceed-max-by-1-utf8.js [new file with mode: 0644]
test/parallel/test-stringbytes-external-exceed-max-by-1.js [deleted file]