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

Method do_run

test/test_core.py:5073–5075  ·  view source on GitHub ↗
(src, expected_output, cflags=None)

Source from the content-addressed store, hash-verified

5071 @no_js_math('JS_MATH is not compatible with MAIN_MODULE=1')
5072 def test_dylink_dso_needed(self):
5073 def do_run(src, expected_output, cflags=None):
5074 create_file('main.c', src + 'int main() { return test_main(); }')
5075 self.do_runf('main.c', expected_output, cflags=cflags)
5076 self._test_dylink_dso_needed(do_run)
5077
5078 @with_dylink_reversed

Callers 15

test_cube2hashMethod · 0.95
test_align64Method · 0.95
test_unsignedMethod · 0.95
test_setjmp_manyMethod · 0.95
test_setjmp_many_2Method · 0.95
test_exceptions_3Method · 0.95
test_bad_typeidMethod · 0.95
test_abort_no_dtorsMethod · 0.95
test_iostream_ctorsMethod · 0.95

Calls 2

create_fileFunction · 0.90
do_runfMethod · 0.80

Tested by

no test coverage detected