test: move broadcast/multicast test to internet/
authorBen Noordhuis <info@bnoordhuis.nl>
Thu, 8 Jan 2015 10:46:21 +0000 (11:46 +0100)
committerBen Noordhuis <info@bnoordhuis.nl>
Thu, 8 Jan 2015 12:17:32 +0000 (13:17 +0100)
commit7266b75779f149ef3c394925b29e6a8295f75a36
tree69ce849326d9438910a78b23538920b2b8db9914
parentdf3c4ca16ed2c72b72ea261753a910548d097e87
test: move broadcast/multicast test to internet/

Move parallel/test-dgram-broadcast-multi-process to test/internet.

The test does not play nice with firewalls that restrict broadcast
or multicast traffic, nor can it be rewritten to use only loopback
traffic without running into platform-specific limitations, see also
commits 52e600a and 236533c (TODO: update second one before landing.)

PR-URL: https://github.com/iojs/io.js/pull/259
Reviewed-By: Rod Vagg <rod@vagg.org>
test/internet/test-dgram-broadcast-multi-process.js [moved from test/parallel/test-dgram-broadcast-multi-process.js with 100% similarity]