diff options
Diffstat (limited to 'tests')
-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'), |