Lines Matching refs:tests
172 const tests = [
196 Promise.all(tests).then(common.mustCall());
247 const tests = Object.keys(vectors).map(test);
249 Promise.all(tests).then(common.mustCall());
406 const tests = kTests.map((args) => test(...args));
408 Promise.all(tests).then(common.mustCall());
487 const tests = kTests.map((args) => test(...args));
491 Promise.all(tests).then(common.mustCall());
538 const tests = Promise.all(kTests.map((args) => test(...args)));
540 tests.then(common.mustCall());
590 const tests = Promise.all(kTests.map((args) => test(...args)));
592 tests.then(common.mustCall());
660 const tests = kTests.map((args) => test(...args));
664 Promise.all(tests).then(common.mustCall());