0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/test/sequential
Aditya Anand 94eed0fb11 test: use dynamic port instead of common.PORT
Remove common.PORT from, test-net-connect-immediate-destroy,
test-net-options-lookup, test-net-connect-local-error,
test-net-connect-handle-econnrefused, test-net-socket-destroy-twice,
test-net-better-error-messages-port-hostname, test-net-localerror,
to reduce possibility that a dynamic port used in another test will
collide with common.PORT.

Moved test-net-listen-shared-ports, test-net-better-error-messages-port
from tests/parallel to test/sequential

Refs: https://github.com/nodejs/node/issues/12376
PR-URL: https://github.com/nodejs/node/pull/12473
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Yuta Hiroto <hello@about-hiroppy.com>
Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
2017-05-09 13:25:05 -07:00
..
sequential.status benchmark: terminate child process on Windows 2017-04-28 16:18:35 -07:00
test-benchmark-child-process.js test: minimize time for child_process benchmark 2017-04-19 15:55:32 -07:00
test-benchmark-http.js test: add http benchmark test 2017-04-09 18:16:22 +08:00
test-benchmark-net.js benchmark: check end() argument to be > 0 2017-03-28 03:18:44 +03:00
test-buffer-creation-regression.js test: reduce buffer size in buffer-creation test 2017-04-04 13:10:51 +05:30
test-child-process-emfile.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-child-process-execsync.js test: reduce string concatenations 2017-05-05 17:39:05 +03:00
test-child-process-fork-getconnections.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-child-process-pass-fd.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-cluster-inspect-brk.js test: skipIfInspectorDisabled cluster-inspect-brk 2017-05-02 07:50:16 +02:00
test-crypto-timing-safe-equal.js
test-debugger-repeat-last.js test: make tests pass when built without inspector 2017-04-26 10:02:15 +02:00
test-deprecation-flags.js test: reduce string concatenations 2017-05-05 17:39:05 +03:00
test-dgram-pingpong.js test: reduce string concatenations 2017-05-05 17:39:05 +03:00
test-domain-abort-on-uncaught.js test: reduce string concatenations 2017-05-05 17:39:05 +03:00
test-fs-readfile-tostring-fail.js
test-fs-watch.js test: cleanup test-fs-watch.js 2017-04-25 21:15:03 -07:00
test-http-regr-gh-2928.js
test-http-server-consumed-timeout.js
test-https-set-timeout-server.js test: reduce string concatenations 2017-05-05 17:39:05 +03:00
test-init.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-module-loading.js test: reduce string concatenations 2017-05-05 17:39:05 +03:00
test-net-better-error-messages-port.js test: use dynamic port instead of common.PORT 2017-05-09 13:25:05 -07:00
test-net-GH-5504.js test: reduce string concatenations 2017-05-05 17:39:05 +03:00
test-net-listen-shared-ports.js test: use dynamic port instead of common.PORT 2017-05-09 13:25:05 -07:00
test-net-server-address.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-next-tick-error-spin.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-pipe.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-process-warnings.js test: reduce string concatenations 2017-05-05 17:39:05 +03:00
test-regress-GH-784.js test: reduce string concatenations 2017-05-05 17:39:05 +03:00
test-regress-GH-877.js test: reduce string concatenations 2017-05-05 17:39:05 +03:00
test-regress-GH-1697.js test: reduce string concatenations 2017-05-05 17:39:05 +03:00
test-regress-GH-1726.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-regress-GH-4015.js test: reduce string concatenations 2017-05-05 17:39:05 +03:00
test-regress-GH-4027.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-repl-timeout-throw.js test: reduce string concatenations 2017-05-05 17:39:05 +03:00
test-require-cache-without-stat.js test: reduce string concatenations 2017-05-05 17:39:05 +03:00
test-stream2-fs.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-stream2-stderr-sync.js test: reduce string concatenations 2017-05-05 17:39:05 +03:00
test-timers-blocking-callback.js
test-util-debug.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-vm-timeout-rethrow.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
testcfg.py