node/test/addons
Rich Trott b7bc09fd60 test: add not-called check to heap-profiler test
Add `common.mustNotCall()` to make sure there aren't any strange
shenanians in the C++ test that would cause the function to execute when
it shouldn't.

PR-URL: https://github.com/nodejs/node/pull/12985
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
2017-05-14 20:04:20 -07:00
..
async-hello-world test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
at-exit test: rename target to exports for consistency 2016-10-19 19:57:02 +02:00
buffer-free-callback test: use eslint to fix var->const/let 2017-01-11 11:43:52 +00:00
heap-profiler test: add not-called check to heap-profiler test 2017-05-14 20:04:20 -07:00
hello-world test: use const for all require() calls 2017-01-02 18:28:18 -05:00
hello-world-function-export test: use const for all require() calls 2017-01-02 18:28:18 -05:00
load-long-path test: use eslint to fix var->const/let 2017-01-11 11:43:52 +00:00
make-callback test,lib,doc: use function declarations 2017-05-01 15:56:58 -07:00
make-callback-recurse test: add a second argument to assert.throws() 2017-04-07 16:22:55 +03:00
new-target test: add new.target add-on regression test 2016-11-21 14:34:25 +01:00
node-module-version tools: add unescaped regexp dot rule to linter 2017-03-29 10:53:28 +02:00
null-buffer-neuter test: rename target to exports for consistency 2016-10-19 19:57:02 +02:00
openssl-binding test: make tests pass when configured without-ssl 2017-03-04 20:16:52 +01:00
parse-encoding test: rename target to exports for consistency 2016-10-19 19:57:02 +02:00
repl-domain-abort test: reduce string concatenations 2017-05-05 17:39:05 +03:00
stringbytes-external-exceed-max test: use eslint to fix var->const/let 2017-01-11 11:43:52 +00:00
symlinked-module test: rename target to exports for consistency 2016-10-19 19:57:02 +02:00
zlib-binding test: enable addons test to pass with debug build 2016-10-06 10:27:30 -07:00
.gitignore build: make ci test addons in test/addons 2015-08-25 12:03:57 +02:00
testcfg.py addons: build and test examples 2014-01-22 00:39:13 +04:00