0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/test/internet
Santiago Gimeno dee0e3a333 test: use common platform helpers everywhere
Use the common.isWindows, common.isFreeBSD and common.isSunOS where
possible.
Add common.isOSX and common.isLinux.
Fix `test-fs-read-file-sync-hostname` as in its current form was not
being run anywhere.

PR-URL: https://github.com/nodejs/node/pull/7845
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: James M Snell <jasnell@gmail.com>
2016-07-27 08:25:26 +02:00
..
test-dgram-broadcast-multi-process.js lib,benchmark,test: implement consistent braces 2016-07-12 10:33:29 -07:00
test-dgram-multicast-multi-process.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-dgram-send-cb-quelches-error.js test: s/assert.fail/common.fail as appropriate 2016-07-15 15:50:01 -04:00
test-dns-cares-domains.js test: move dns test to test/internet 2016-03-25 21:26:57 -07:00
test-dns-ipv4.js test: remove common.getServiceName() 2016-05-13 22:33:56 -07:00
test-dns-ipv6.js test: use common platform helpers everywhere 2016-07-27 08:25:26 +02:00
test-dns-txt-sigsegv.js
test-dns.js dns: add resolvePtr to query plain DNS PTR records 2016-02-08 17:30:38 +01:00
test-http-dns-fail.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-http-https-default-ports.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-net-connect-timeout.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-net-connect-unref.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-tls-connnect-melissadata.js test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
test-tls-reuse-host-from-socket.js test: refactor test-tls-reuse-host-from-socket 2016-05-19 13:54:55 -07:00
testcfg.py