diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-02-25 16:07:55 -0500 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-02-25 16:07:55 -0500 |
commit | 87961191d46590e485cb1ab97b4cd95e692a5794 (patch) | |
tree | afcca3ade18c9fb102327a2415d746e67ec1389c /tests/runner.py | |
parent | 6475478ff1ff227aea169fdb9a33ea87a5c52082 (diff) |
always replace Math.imul in non-precise i32 mul mode, and disable test for that in asm since asm alaways assumes precision
Diffstat (limited to 'tests/runner.py')
-rwxr-xr-x | tests/runner.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/runner.py b/tests/runner.py index 46d040e1..7417524a 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -1153,6 +1153,8 @@ m_divisor is 1091269979 self.do_run(src, '3217489085') def test_i32_mul_semiprecise(self): + if Settings.ASM_JS: return self.skip('asm is always fully precise') + Settings.PRECISE_I32_MUL = 0 # we want semiprecise here src = r''' |