diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-01-22 15:23:00 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-01-22 15:23:00 -0800 |
commit | 455e5225b99dc68350213487b3960293c980eae3 (patch) | |
tree | 44efb76e7cd378454c80f55c35beebd8c74d70c3 /tests/runner.py | |
parent | d3a1aa4fce562114f8ffeb5df7e5a0427a9aad04 (diff) |
improve lua test
Diffstat (limited to 'tests/runner.py')
-rwxr-xr-x | tests/runner.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/runner.py b/tests/runner.py index 630dd75c..842dacad 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -6558,7 +6558,6 @@ void*:16 Settings.CORRECT_OVERFLOWS = 1 Settings.CHECK_OVERFLOWS = 0 Settings.CORRECT_SIGNS = 1 # Not sure why, but needed - Settings.INIT_STACK = 1 # TODO: Investigate why this is necessary self.do_ll_run(path_from_root('tests', 'lua', 'lua.ll'), 'hello lua world!\n17\n1\n2\n3\n4\n7', @@ -10600,7 +10599,7 @@ elif 'benchmark' in str(sys.argv): JS_ENGINE = eval(arg) sys.argv[i] = None sys.argv = filter(lambda arg: arg is not None, sys.argv) - print 'Benchmarking JS engine:', JS_ENGINE + print 'Benchmarking JS engine:', ' '.join(JS_ENGINE) Building.COMPILER_TEST_OPTS = [] |