aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2011-04-26 08:26:25 -0700
committerAlon Zakai <alonzakai@gmail.com>2011-04-26 08:26:25 -0700
commit7dba1a416e3231a8b1a7b6dfd1c56254572cccc7 (patch)
treefc388b16ef2e23a23960594805fb99efda5b6de6 /tests/runner.py
parent10c721e022628c19f2148dc09346b73f7d32f6f5 (diff)
parentebe6abb17121bdb16aae3f0f8b63de054506061e (diff)
Merge branch 'master' of github.com:kripken/emscripten
Diffstat (limited to 'tests/runner.py')
-rw-r--r--tests/runner.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/runner.py b/tests/runner.py
index 6b76a9e2..cf347f0c 100644
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -2388,7 +2388,7 @@ else:
assert(os.path.exists(CLOSURE_COMPILER))
- COMPILER = LLVM_GCC
+ COMPILER = CLANG
JS_ENGINE = SPIDERMONKEY_ENGINE
#JS_ENGINE = V8_ENGINE
@@ -2406,7 +2406,7 @@ else:
USE_CLOSURE_COMPILER = 1
- TEST_REPS = 3
+ TEST_REPS = 10
TOTAL_TESTS = 4
tests_done = 0