diff options
author | Alon Zakai <azakai@mozilla.com> | 2011-02-06 11:32:38 -0800 |
---|---|---|
committer | Alon Zakai <azakai@mozilla.com> | 2011-02-06 11:32:38 -0800 |
commit | fd1b1d81d1a1542ec148ed39adc466b7f736a2b5 (patch) | |
tree | f7bdf2e37aa03f3f37007da7d4e537cebd827f65 /tests/runner.py | |
parent | d2ba2dcfc11846ec1f9a36c93055a7500a93f669 (diff) |
strengthen SAFE_HEAP checks for copied values
Diffstat (limited to 'tests/runner.py')
-rw-r--r-- | tests/runner.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/runner.py b/tests/runner.py index d3a16065..23614cf0 100644 --- a/tests/runner.py +++ b/tests/runner.py @@ -1510,6 +1510,7 @@ if 'benchmark' not in sys.argv: def test_lua(self): # Overflows in luaS_newlstr hash loop + global SAFE_HEAP; SAFE_HEAP = 0 # Has various warnings, with copied HEAP_HISTORY values (fixed if we copy 'null' as the type) global CORRECT_OVERFLOWS; CORRECT_OVERFLOWS = 1 self.do_ll_test(path_from_root('tests', 'lua', 'lua.ll'), |