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

Method test_int53

test/test_core.py:555–560  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

553 self.do_core_test('test_intvars.cpp')
554
555 def test_int53(self):
556 if common.EMTEST_REBASELINE:
557 ret = self.do_runf('core/test_int53.c', interleaved_output=False, cflags=['-DGENERATE_ANSWERS'])
558 write_file(test_file('core/test_int53.out'), ret)
559 else:
560 self.do_core_test('test_int53.c', interleaved_output=False)
561
562 def test_int53_convertI32PairToI53Checked(self):
563 if common.EMTEST_REBASELINE:

Callers

nothing calls this directly

Calls 4

do_core_testMethod · 0.95
write_fileFunction · 0.90
test_fileFunction · 0.90
do_runfMethod · 0.80

Tested by

no test coverage detected