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

Method testFail

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

Test running only failing tests in two variants.

(self)

Source from the content-addressed store, hash-verified

128 result.has_returncode(0)
129
130 def testFail(self):
131 """Test running only failing tests in two variants."""
132 result = self.run_tests(
133 '--progress=verbose',
134 '--variants=default,stress',
135 'sweet/strawberries',
136 infra_staging=False,
137 )
138 result.stdout_includes('sweet/strawberries default: FAIL')
139 result.has_returncode(1)
140
141 def testGN(self):
142 """Test setup with legacy GN out dir."""

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