aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2011-04-25 16:01:47 -0700
committerAlon Zakai <alonzakai@gmail.com>2011-04-25 16:01:47 -0700
commit8700a323173a7222025ffd8e1652a0a4157ebb90 (patch)
tree02f07521ccaca66c234179bcb38e3570a2f87a2b /tests/runner.py
parentd78652a9b95afea436ea111d4a06af98a938c0ca (diff)
tweak relooper, improves fannkuch
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 783e257b..a54c28f0 100644
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -2387,7 +2387,7 @@ else:
assert(os.path.exists(CLOSURE_COMPILER))
- COMPILER = LLVM_GCC
+ COMPILER = CLANG
JS_ENGINE = SPIDERMONKEY_ENGINE
#JS_ENGINE = V8_ENGINE
@@ -2405,7 +2405,7 @@ else:
USE_CLOSURE_COMPILER = 1
- TEST_REPS = 3
+ TEST_REPS = 10
TOTAL_TESTS = 4
tests_done = 0