node/tools
Rich Trott 03d2514b46
tools,test: throw if common.PORT used in parallel tests
common.PORT should not be used in parallelized tests. (There can be a
port collision if another tests requests an arbitrary open port from the
operating system and ends up getting common.PORT before a test that uses
common.PORT uses the port.) In such a situation, throw an error.

PR-URL: https://github.com/nodejs/node/pull/17559
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
2017-12-12 03:28:44 -05:00
..
bootstrap tools: add Boxstarter script 2017-12-12 03:27:57 -05:00
configure.d
doc tools: replace space with \b in regex 2017-12-12 03:28:33 -05:00
eslint tools: update to ESLint 4.12.0 2017-12-12 03:27:46 -05:00
eslint-rules tools: simplify no-let-in-for-declaration rule 2017-12-12 03:28:43 -05:00
gyp
icu tools: add cpplint rule for NULL usage 2017-12-12 03:27:59 -05:00
macos-installer
msvs
pkgsrc
remark-cli tools: bump remark-cli to 4.0 2017-12-11 17:24:23 -05:00
remark-preset-lint-node tools: lint for additional strings in docs 2017-12-12 03:28:31 -05:00
rpm
.eslintrc.yaml tools: enforce no unused trailing arguments tools directory 2017-11-14 14:21:25 -06:00
certdata.txt
check-imports.py
compress_json.py
cpplint.py tools: add cpplint rule for NULL usage 2017-12-12 03:27:59 -05:00
create_android_makefiles
create_expfile.sh
genv8constants.py
getmoduleversion.py
getnodeversion.py
gyp_node.py
install.py build: fix npm install with --shared 2017-10-25 17:22:04 -04:00
js2c.py
license-builder.sh doc: update license to include node-inspect 2017-11-06 17:44:58 -05:00
license2rtf.js tools: modernize license2rtf 2017-10-29 19:46:43 +01:00
lint-js.js tools: avoid using process.cwd in tools/lint-js 2017-12-11 17:25:46 -05:00
lsan_suppressions.txt
macosx-firewall.sh
make-v8.sh
Makefile
mk-ca-bundle.pl
mkssldef.py
osx-codesign.sh
osx-pkg-postinstall.sh
osx-productsign.sh
release.sh
run-valgrind.py
sign.bat
specialize_node_d.py
test-npm-package.js
test-v8.bat
test.py tools,test: throw if common.PORT used in parallel tests 2017-12-12 03:28:44 -05:00
update-authors.sh
update-eslint.sh
utils.py