node/tools
Rich Trott 2c469e8e29
test: fix flaky test-make-doc
`test-make-doc` fails in CI on Raspberry Pi devices where `test-ci-js`
runs the test but does not build the docs. We do not want to build the
docs in these cases. Move the test to the `doctool` suite and add that
suite to `IGNORED_SUITES` in `test.py`. Specify `doctool` as a test
suite to run with `make test` or `make test-ci` but not with the
`make test-ci-js` job run on cross-compiled fanned CI tests like we do
with Raspberry Pi devices in CI.

PR-URL: https://github.com/nodejs/node/pull/16301
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
2017-10-23 18:18:14 -04:00
..
configure.d
doc doc: support multidimensional arrays in type link 2017-10-17 23:35:00 -07:00
eslint tools: update to ESLint 4.8.0 2017-10-23 17:18:19 -04:00
eslint-rules tools: enable additional eslint rules 2017-10-23 17:21:11 -04:00
gyp gyp: fix ninja build failure (GYP patch) 2017-09-12 03:17:11 +02:00
icu util: implement WHATWG Encoding Standard API 2017-08-02 11:52:23 +02:00
macos-installer tools, build: refactor macOS installer 2017-10-03 14:03:20 -07:00
msvs tools: bump vswhere helper to 2.0.0 2017-09-12 03:18:22 +02:00
pkgsrc
rpm
certdata.txt tools: update certdata.txt 2017-05-29 09:35:49 -07:00
check-imports.py
compress_json.py
cpplint.py src,lib,test,doc: correct misspellings 2017-07-18 19:56:18 +02:00
create_android_makefiles
create_expfile.sh
genv8constants.py tools: minor performance improvement 2017-10-17 23:32:53 -07:00
getmoduleversion.py
getnodeversion.py
gyp_node.py build: simplify if in setting of arg_paths 2017-05-16 15:26:20 -04:00
install.py build: fix shared installing target 2017-10-03 14:03:18 -07:00
js2c.py
license-builder.sh deps,tools: add missing nghttp2 license 2017-08-14 17:27:13 +02:00
license2rtf.js tools: use more template literals 2017-10-11 02:05:58 -04:00
lint-js.js tools: replace concatenation with string templates 2017-10-11 02:06:15 -04:00
lsan_suppressions.txt
macosx-firewall.sh
make-v8.sh
Makefile
mk-ca-bundle.pl
mkssldef.py
osx-codesign.sh build,tools: do not force codesign prefix 2017-07-24 10:58:23 -04:00
osx-pkg-postinstall.sh build: add npx to installers 2017-07-19 15:02:49 -04:00
osx-productsign.sh
release.sh tools: add custom private key option 2017-09-12 03:18:14 +02:00
run-valgrind.py
sign.bat
specialize_node_d.py
test-npm-package.js tools: replace string concat 2017-10-17 23:28:34 -07:00
test-v8.bat build,test: run v8 tests on windows 2017-07-27 23:48:51 +02:00
test.py test: fix flaky test-make-doc 2017-10-23 18:18:14 -04:00
update-authors.sh
update-eslint.sh tools: remove stray package-lock.json file 2017-09-12 03:17:02 +02:00
utils.py