aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <azakai@mozilla.com>2011-01-30 11:46:33 -0800
committerAlon Zakai <azakai@mozilla.com>2011-01-30 11:46:33 -0800
commit1c32385c50dce68bedf33e9e2e9c427f2e7d72fa (patch)
tree135923e9bd8b45120dafa6224f07bfe51c0d7322
parent82baf498bf205cd79bc054b1592d66d899fbc5d9 (diff)
disable the combination of llvm opts+reloop in freetype test, due to slowness
-rw-r--r--tests/runner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py
index 6b52ac81..b006c0ef 100644
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -1477,7 +1477,7 @@ if 'benchmark' not in sys.argv:
def test_freetype(self):
if COMPILER != LLVM_GCC: return # TODO: Build in both clang and llvm-gcc. emmaken currently only does llvm-gcc
- if RELOOP: return # XXX buggy
+ if LLVM_OPTS: global RELOOP; RELOOP = 0 # Too slow; we do care about typed arrays and OPTIMIZE though
def get_bc():
# We build the .bc file once and cache it for all our tests. (We cache in