diff --git a/runtests/runtests.js b/runtests/runtests.js index 76d98c9e..44f05fd7 100644 --- a/runtests/runtests.js +++ b/runtests/runtests.js @@ -209,7 +209,9 @@ function executeTest(options, callback) { if (!options.valgrind && options.engine.name === 'duk') { cmd.push('--restrict-memory'); // restricted memory } + // cmd.push('--alloc-logging'); // cmd.push('--alloc-torture'); + // cmd.push('--alloc-hybrid'); cmd.push(tempInput || options.testPath); } cmdline = cmd.join(' ');