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

Method skipTest

test/common/wpt.js:965–973  ·  view source on GitHub ↗
(spec, test, reportResult)

Source from the content-addressed store, hash-verified

963 }
964
965 skipTest(spec, test, reportResult) {
966 console.log(`[SKIP] ${test.name}`);
967 reportResult?.addSubtest(test.name, 'NOTRUN');
968 this.subtestCounts.skipped++;
969 this.addTestResult(spec, {
970 name: test.name,
971 status: kSkip,
972 });
973 }
974
975 fail(spec, test, status, reportResult) {
976 const expected = spec.failedTests.includes(test.name);

Callers 4

runJsTestsMethod · 0.95
setUpMethod · 0.80
setUpMethod · 0.80
setUpMethod · 0.80

Calls 3

addTestResultMethod · 0.95
addSubtestMethod · 0.80
logMethod · 0.45

Tested by 3

setUpMethod · 0.64
setUpMethod · 0.64
setUpMethod · 0.64