diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/runner.py | 2 |
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 |