diff options
author | alon@honor <none@none> | 2010-10-09 23:25:31 -0700 |
---|---|---|
committer | alon@honor <none@none> | 2010-10-09 23:25:31 -0700 |
commit | a75307b84dc14ba8508eac5a64e798d0db7672a6 (patch) | |
tree | c6d24ba808c30c3128b72263b03d662008edd878 /tests/runner.py | |
parent | 27d8e4cfa4400773cec9a5a60f8e25c800998d94 (diff) |
pass types to makeGetValue/makeSetValue
Diffstat (limited to 'tests/runner.py')
-rw-r--r-- | tests/runner.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py index 1952efff..659dd5dc 100644 --- a/tests/runner.py +++ b/tests/runner.py @@ -879,7 +879,8 @@ else: sys.argv = filter(lambda x: x != 'benchmark', sys.argv) COMPILER = LLVM_GCC - PARSER_ENGINE = JS_ENGINE = V8_ENGINE + PARSER_ENGINE = V8_ENGINE + JS_ENGINE = SPIDERMONKEY_ENGINE RELOOP = OPTIMIZE = 1 GUARD_MEMORY = 0 QUANTUM_SIZE = 1 |