node/test/addons
Ruben Bridgewater 1eac1d7d85
test: minor refactoring
Add punctuation and comments about code that should not throw.
Also remove a obsolete test and refactor some tests.

Backport-PR-URL: https://github.com/nodejs/node/pull/19244
PR-URL: https://github.com/nodejs/node/pull/18669
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
2018-03-21 10:50:04 +00:00
..
async-hello-world test: fix warnings in addon tests 2018-02-21 18:12:28 -05:00
async-hooks-id test: properly tag anonymous namespaces 2018-02-21 14:20:04 -05:00
async-hooks-promise test: remove custom message from assertion 2017-11-07 08:27:05 -05:00
async-resource test: properly tag anonymous namespaces 2018-02-21 14:20:04 -05:00
at-exit test,doc: make module name match gyp target name 2017-09-10 00:15:49 +03:00
buffer-free-callback test,doc: make module name match gyp target name 2017-09-10 00:15:49 +03:00
callback-scope test: fix compiler warnings in callback-scope 2018-03-20 11:33:56 +00:00
dlopen-ping-pong n-api: use module name macro 2017-10-15 16:00:29 -07:00
errno-exception test,doc: make module name match gyp target name 2017-09-10 00:15:49 +03:00
heap-profiler test,doc: make module name match gyp target name 2017-09-10 00:15:49 +03:00
hello-world src: make process.dlopen() load well-known symbol 2018-03-07 09:29:49 -08:00
hello-world-esm test: fix test-esm-addons 2017-10-13 10:50:02 -07:00
hello-world-function-export test,doc: make module name match gyp target name 2017-09-10 00:15:49 +03:00
load-long-path test: move tmpdir to submodule of common 2018-02-21 10:18:51 -05:00
make-callback test: fix warnings in addon tests 2018-02-21 18:12:28 -05:00
make-callback-recurse test: fix warnings in addon tests 2018-02-21 18:12:28 -05:00
new-target test: check that this != new.target in addon 2017-10-02 01:20:27 -03:00
node-module-version n-api: use module name macro 2017-10-15 16:00:29 -07:00
not-a-binding test: add check on an addon that does not register 2017-08-01 17:25:51 +02:00
null-buffer-neuter test,doc: make module name match gyp target name 2017-09-10 00:15:49 +03:00
openssl-binding build: refine static and shared lib build 2018-01-30 10:25:07 -06:00
openssl-client-cert-engine build: make gyp user defined variables lowercase 2018-02-26 23:42:51 +01:00
parse-encoding test,doc: make module name match gyp target name 2017-09-10 00:15:49 +03:00
repl-domain-abort test: fix warnings in addon tests 2018-02-21 18:12:28 -05:00
stringbytes-external-exceed-max test,doc: make module name match gyp target name 2017-09-10 00:15:49 +03:00
symlinked-module test: minor refactoring 2018-03-21 10:50:04 +00:00
zlib-binding build: refine static and shared lib build 2018-01-30 10:25:07 -06:00
.gitignore
testcfg.py