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

Method addError

test/parallel_testsuite.py:352–355  ·  view source on GitHub ↗
(self, test, err)

Source from the content-addressed store, hash-verified

350 self.test_result = 'failed'
351
352 def addError(self, test, err):
353 super().addError(test, err)
354 self.last_err_type = err[0]
355 self.test_result = 'errored'
356
357
358def num_cores():

Callers 1

integrate_resultMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected