drop RELOOP for clang in freetype test

This commit is contained in:
Alon Zakai 2011-02-12 16:44:07 -08:00
Родитель 8162e10341
Коммит 96b74d5914
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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):