aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2012-12-12 17:39:11 -0800
committerAlon Zakai <alonzakai@gmail.com>2012-12-12 17:39:11 -0800
commit15b01908c9591b1e42dbe43e118cbe9e5bfd8f4d (patch)
tree2dbe766fc7bd1374007d93dc40cf846a97a0e353 /tests/runner.py
parent98b39f32fcfacba2dc464a31905f6bfd32ae0017 (diff)
disable test_check_overflow in asm
Diffstat (limited to 'tests/runner.py')
-rwxr-xr-xtests/runner.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/runner.py b/tests/runner.py
index f6383edd..5f8c58a2 100755
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -7221,6 +7221,8 @@ def process(filename):
assert 'Assertion failed: Load-store consistency assumption failure!' in str(e), str(e)
def test_check_overflow(self):
+ if Settings.ASM_JS: return self.skip('asm always corrects, and cannot check')
+
Settings.CHECK_OVERFLOWS = 1
Settings.CORRECT_OVERFLOWS = 0