MCPcopy Create free account
hub / github.com/nodejs/node / testGN

Method testGN

deps/v8/tools/testrunner/standard_runner_test.py:141–147  ·  view source on GitHub ↗

Test setup with legacy GN out dir.

(self)

Source from the content-addressed store, hash-verified

139 result.has_returncode(1)
140
141 def testGN(self):
142 """Test setup with legacy GN out dir."""
143 result = self.run_tests('--gn', baseroot="testroot5", outdir='out.gn')
144 result.stdout_includes('>>> Latest GN build found: build')
145 result.stdout_includes('Build found: ')
146 result.stdout_includes('_v8_test/out.gn/build')
147 result.has_returncode(2)
148
149 def testMalformedJsonConfig(self):
150 """Test running only failing tests in two variants."""

Callers

nothing calls this directly

Calls 3

stdout_includesMethod · 0.80
has_returncodeMethod · 0.80
run_testsMethod · 0.45

Tested by

no test coverage detected