MCPcopy Index your code
hub / github.com/nodejs/node / testTickProcessorBasic

Function testTickProcessorBasic

deps/v8/test/mjsunit/tools/tickprocessor.mjs:526–534  ·  view source on GitHub ↗
(
      logInput, refOutput, args=[])

Source from the content-addressed store, hash-verified

524}
525
526async function testTickProcessorBasic(
527 logInput, refOutput, args=[]) {
528 // /foo/bar/tickprocessor.mjs => /foo/bar/
529 const dir = import.meta.url.split("/").slice(0, -1).join('/') + '/';
530 const params = ArgumentsProcessor.process(args);
531 await testExpectations(dir, logInput, refOutput, params);
532 // TODO(cbruni): enable again after it works on bots
533 // await testEndToEnd(dir, 'tickprocessor-test-large.js', refOutput, params);
534}
535
536async function testExpectations(dir, logInput, refOutput, params) {
537 const symbolsFile = dir + logInput + '.symbols.json';

Callers 1

testTickProcessorFunction · 0.85

Calls 5

testExpectationsFunction · 0.85
sliceMethod · 0.65
joinMethod · 0.45
splitMethod · 0.45
processMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…