Searched refs:numtests (Results 1 – 12 of 12) sorted by relevance
122 const numtests = tests.length; constant124 const runTestWrap = common.mustCall(runTest, numtests);168 console.error(`Failed test # ${numtests - tests.length}`);189 console.error(`Failed test # ${numtests - tests.length}`);200 console.error(tests[numtests - tests.length - 1]);201 throw new Error(`Failed test # ${numtests - tests.length}`);
270 const numtests = tests.length; constant272 const runTestWrap = common.mustCall(runTest, numtests);317 console.error(`Failed test # ${numtests - tests.length}`);335 console.error(`Failed test # ${numtests - tests.length}`);346 console.error(tests[numtests - tests.length - 1]);347 throw new Error(`Failed test # ${numtests - tests.length}`);
174 const numtests = tests.length; constant192 const runTestWrap = common.mustCall(runTest, numtests);205 console.error(`Failed test # ${numtests - tests.length}`);233 console.error(`Failed test # ${numtests - tests.length}`);244 console.error(`Failed test # ${numtests - tests.length}`);265 console.error(`Failed test # ${numtests - tests.length}`);
170 const numtests = tests.length; constant188 const runTestWrap = common.mustCall(runTest, numtests);201 console.error(`Failed test # ${numtests - tests.length}`);230 console.error(`Failed test # ${numtests - tests.length}`);244 console.error(`Failed test # ${numtests - tests.length}`);265 console.error(`Failed test # ${numtests - tests.length}`);
558 const numtests = tests.length; constant560 const runTestWrap = common.mustCall(runTest, numtests);604 console.error(`Failed test # ${numtests - tests.length}`);624 console.error(`Failed test # ${numtests - tests.length}`);635 console.error(tests[numtests - tests.length - 1]);636 throw new Error(`Failed test # ${numtests - tests.length}`);
558 const numtests = tests.length; constant564 return console.log(`${numtests} subtests completed OK for fs.realpath`);588 assert.strictEqual(2 * numtests, testsRun);
69 my $numtests;77 for ($numtests = 0; $handmessages[$loop][1] != 0; $loop++) {100 for ($numtests = 0; $handmessages[$loop][1] != 0; $loop++) {108 $numtests++;140 $numtests++;142 $numtests++;145 plan tests => $numtests;
33 s->numtests, s->errors, s->numskip); in test_end_file()
171 numtests = self.check_parallel_module_init()
570 int numtests; /* Number of tests */ member
2946 int numtests = OSSL_NELEM(filetests); in file_test_run() local2949 for ( ; --numtests >= 0; tp++) { in file_test_run()2982 s->numtests++; in run_file_tests()
3562 t->s.numtests++; in run_test()