aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/runner.py')
-rw-r--r--tests/runner.py3
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