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

Function errlog

test/common.py:104–109  ·  view source on GitHub ↗

Shorthand for print with file=sys.stderr. Use this for all internal test framework logging..

(*args)

Source from the content-addressed store, hash-verified

102
103
104def errlog(*args):
105 """Shorthand for print with file=sys.stderr.
106
107 Use this for all internal test framework logging..
108 """
109 print(*args, file=sys.stderr)
110
111
112def load_previous_test_run_results():

Callers 9

runMethod · 0.90
check_js_enginesFunction · 0.90
skip_requested_testsFunction · 0.90
run_testsFunction · 0.90
mainFunction · 0.90
setUpClassMethod · 0.90
tearDownMethod · 0.85
get_libraryMethod · 0.85

Calls 1

printFunction · 0.50

Tested by 1

runMethod · 0.72