diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-02-17 20:01:40 +0100 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-02-17 20:01:40 +0100 |
commit | 926a77a80ea1a2e4c0642dd3bedae520883361b3 (patch) | |
tree | dfc314518203ed353b27257564d20208845a6412 /tests/runner.py | |
parent | 5c89eb1d5abd30e7ac5c8d88ab1d828f4ec4883d (diff) |
improve corruption checks
Diffstat (limited to 'tests/runner.py')
-rwxr-xr-x | tests/runner.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/runner.py b/tests/runner.py index aad97db9..8f716719 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -7186,6 +7186,9 @@ def process(filename): self.do_run(src, '''AD:-1,1''', build_ll_hook=self.do_autodebug) def test_corruption(self): + if Settings.ASM_JS: return self.skip('cannot use corruption checks in asm') + if Settings.USE_TYPED_ARRAYS != 2: return self.skip('needs ta2 for actual test') + Settings.CORRUPTION_CHECK = 1 src = r''' |