MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / addSkip

Method addSkip

test/parallel_testsuite.py:343–345  ·  view source on GitHub ↗
(self, test, reason)

Source from the content-addressed store, hash-verified

341 self.test_result = 'unexpected success'
342
343 def addSkip(self, test, reason):
344 super().addSkip(test, reason)
345 self.test_result = 'skipped'
346
347 def addFailure(self, test, err):
348 super().addFailure(test, err)

Callers 1

integrate_resultMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected