Browse Source

Remove runtests memory restriction, buffer tests

pull/222/head
Sami Vaarala 10 years ago
parent
commit
0d8f35c363
  1. 2
      runtests/runtests.js

2
runtests/runtests.js

@ -217,7 +217,7 @@ function executeTest(options, callback) {
} else { } else {
cmd.push(options.engine.fullPath); cmd.push(options.engine.fullPath);
if (!options.valgrind && options.engine.name === 'duk') { if (!options.valgrind && options.engine.name === 'duk') {
cmd.push('--restrict-memory'); // restricted memory // cmd.push('--restrict-memory'); // restricted memory
} }
// cmd.push('--alloc-logging'); // cmd.push('--alloc-logging');
// cmd.push('--alloc-torture'); // cmd.push('--alloc-torture');

Loading…
Cancel
Save