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

Method test_i64

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

Source from the content-addressed store, hash-verified

568
569 @only_wasm2js('test shifts etc. on 64-bit integers')
570 def test_i64(self):
571 # test shifts etc. on 64-bit integers as well as printf() on them. we need
572 # the math testing only for wasm2js but do not apply @only_wasm2js since we
573 # do want some testing of 64-bit printf in our libc (which is not tested in
574 # clang upstream).
575 self.do_core_test('test_i64.c')
576
577 @only_wasm2js('test shifts etc. on 64-bit integers')
578 def test_i64_2(self):

Callers

nothing calls this directly

Calls 1

do_core_testMethod · 0.95

Tested by

no test coverage detected