aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/runner.py')
-rw-r--r--tests/runner.py7
1 files changed, 5 insertions, 2 deletions
diff --git a/tests/runner.py b/tests/runner.py
index f1702bcf..af1d283b 100644
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -2431,6 +2431,11 @@ else:
assert(os.path.exists(CLOSURE_COMPILER))
+ USE_CLOSURE_COMPILER = 1
+
+ if USE_CLOSURE_COMPILER:
+ SPIDERMONKEY_ENGINE = filter(lambda x: x != '-s', SPIDERMONKEY_ENGINE) # closure generates non-strict
+
COMPILER = CLANG
JS_ENGINE = SPIDERMONKEY_ENGINE
#JS_ENGINE = V8_ENGINE
@@ -2447,8 +2452,6 @@ else:
CORRECT_OVERFLOWS_LINES = CORRECT_SIGNS_LINES = CORRECT_ROUNDINGS_LINES = SAFE_HEAP_LINES = []
LLVM_OPTS = 1
- USE_CLOSURE_COMPILER = 1
-
TEST_REPS = 3
TOTAL_TESTS = 4