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

Method testSkips

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

Test skipping tests in status file for a specific variant.

(self)

Source from the content-addressed store, hash-verified

315 '<===Stopping stuff\n')
316
317 def testSkips(self):
318 """Test skipping tests in status file for a specific variant."""
319 result = self.run_tests(
320 '--progress=verbose',
321 '--variants=nooptimization',
322 'sweet/strawberries',
323 infra_staging=False,
324 )
325 result.stdout_includes('0 tests ran')
326 result.has_returncode(2)
327
328 def testRunSkips(self):
329 """Inverse the above. Test parameter to keep running skipped tests."""

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