Home
last modified time | relevance | path

Searched refs:numtests (Results 1 – 12 of 12) sorted by relevance

/third_party/node/test/parallel/
Dtest-repl-autocomplete.js122 const numtests = tests.length; constant
124 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}`);
Dtest-repl-reverse-search.js270 const numtests = tests.length; constant
272 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}`);
Dtest-repl-persistent-history.js174 const numtests = tests.length; constant
192 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}`);
Dtest-repl-programmatic-history.js170 const numtests = tests.length; constant
188 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}`);
Dtest-repl-history-navigation.js558 const numtests = tests.length; constant
560 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}`);
Dtest-fs-realpath.js558 const numtests = tests.length; constant
564 return console.log(`${numtests} subtests completed OK for fs.realpath`);
588 assert.strictEqual(2 * numtests, testsRun);
/third_party/openssl/util/perl/
Dcheckhandshake.pm69 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;
/third_party/openssl/test/testutil/
Dstanza.c33 s->numtests, s->errors, s->numskip); in test_end_file()
/third_party/python/Lib/test/test_importlib/
Dtest_threaded_import.py171 numtests = self.check_parallel_module_init()
/third_party/openssl/test/
Dtestutil.h570 int numtests; /* Number of tests */ member
Dbntest.c2946 int numtests = OSSL_NELEM(filetests); in file_test_run() local
2949 for ( ; --numtests >= 0; tp++) { in file_test_run()
2982 s->numtests++; in run_file_tests()
Devp_test.c3562 t->s.numtests++; in run_test()