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

Method _VerifyErrors

deps/v8/tools/unittests/run_perf_test.py:252–253  ·  view source on GitHub ↗
(self, errors)

Source from the content-addressed store, hash-verified

250 ], self._LoadResults(file_name)['runnables'])
251
252 def _VerifyErrors(self, errors):
253 self.assertListEqual(errors, self._LoadResults()['errors'])
254
255 def _VerifyMock(self, binary, *args, **kwargs):
256 shell = os.path.join(os.path.dirname(TOOLS_ROOT), binary)

Callers 15

testOneRunMethod · 0.95
testOneRunVariantsMethod · 0.95
testTwoRuns_SubRegexpMethod · 0.95
testNestedSuiteMethod · 0.95
testBuildbotMethod · 0.95

Calls 1

_LoadResultsMethod · 0.95

Tested by

no test coverage detected