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