node/test/addons
Ali Ijaz Sheikh 7b60b8f8e9 test: fix flakiness of stringbytes-external
The tests used to rely on precise timing of when a JavaScript object
would be garbage collected to ensure that there is enough memory
available on the system. Switch the test to use a malloc/free pair
instead.

Ref: https://github.com/nodejs/node/pull/5945
Ref: https://github.com/nodejs/node/pull/6039
Ref: https://github.com/nodejs/node/pull/6073

PR-URL: https://github.com/nodejs/node/pull/6705
Reviewed-By: James M Snell <jasnell@gmail.com>
2016-05-17 17:24:43 -07:00
..
async-hello-world test: fix missing unistd.h on windows 2015-10-29 08:38:45 -07:00
at-exit test: remove unused modules 2016-01-19 11:52:39 -08:00
buffer-free-callback test: remove unused assert module imports 2016-01-19 11:52:33 -08:00
heap-profiler test: fix heap-profiler link error LNK1194 on win 2015-10-29 12:40:23 -07:00
hello-world test: load common.js in all tests 2015-10-07 20:39:17 -07:00
hello-world-function-export test: load common.js in all tests 2015-10-07 20:39:17 -07:00
load-long-path
make-callback tools: Use throw new Error() consistently 2016-01-19 11:52:13 -08:00
repl-domain-abort test: remove unused vars 2016-01-19 11:52:39 -08:00
stringbytes-external-exceed-max test: fix flakiness of stringbytes-external 2016-05-17 17:24:43 -07:00
.gitignore
testcfg.py