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

Method test_gen_fails

deps/v8/tools/mb/mb_test.py:418–423  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

416 ret=1)
417
418 def test_gen_fails(self):
419 mbw = self.fake_mbw()
420 mbw.Call = lambda cmd, env=None, buffer_output=True: (1, '', '')
421 self.check(['gen', '-c', 'debug_remoteexec', '//out/Default'],
422 mbw=mbw,
423 ret=1)
424
425 def test_gen_swarming(self):
426 files = {

Callers

nothing calls this directly

Calls 2

fake_mbwMethod · 0.95
checkMethod · 0.95

Tested by

no test coverage detected