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

Method testJitless

deps/v8/tools/clusterfuzz/foozzie/v8_foozzie_test.py:616–624  ·  view source on GitHub ↗

Test that webassembly is mocked out when comparing with jitless.

(self)

Source from the content-addressed store, hash-verified

614 'failure_output_second.txt', cut_verbose_output(e.output, 3))
615
616 def testJitless(self):
617 """Test that webassembly is mocked out when comparing with jitless."""
618 stdout = run_foozzie(
619 'build1', second_config='jitless')
620 lines = stdout.split('\n')
621 # TODO(machenbach): Don't depend on the command-lines being printed in
622 # particular lines.
623 self.assertIn('v8_mock_webassembly.js', lines[1])
624 self.assertIn('v8_mock_webassembly.js', lines[3])
625
626 def testJitlessAndWasmStruct_FlagPassed(self):
627 """We keep passing the --jitless flag when no content rule matches.

Callers

nothing calls this directly

Calls 2

run_foozzieFunction · 0.85
splitMethod · 0.45

Tested by

no test coverage detected