(self)
| 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): |
nothing calls this directly
no test coverage detected