diff options
author | Alon Zakai <azakai@mozilla.com> | 2011-02-12 16:44:07 -0800 |
---|---|---|
committer | Alon Zakai <azakai@mozilla.com> | 2011-02-12 16:44:07 -0800 |
commit | 96b74d5914bb6495f4e82cac12ce25c7aedf77a1 (patch) | |
tree | 2e1b419c0e3c8f52ed10f1f7e82c8049ddfbf643 | |
parent | 8162e103411255e9514d8f4818d0715d8af255f3 (diff) |
drop RELOOP for clang in freetype test
-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 828ff460..2da9b9c9 100644 --- a/tests/runner.py +++ b/tests/runner.py @@ -1550,7 +1550,7 @@ if 'benchmark' not in sys.argv: return bc_file def test_freetype(self): - if LLVM_OPTS: global RELOOP; RELOOP = 0 # Too slow; we do care about typed arrays and OPTIMIZE though + if LLVM_OPTS or COMPILER == CLANG: global RELOOP; RELOOP = 0 # Too slow; we do care about typed arrays and OPTIMIZE though global GUARD_SIGNS; GUARD_SIGNS = 1 # Not sure why, but needed def post(filename): |