mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
Bug 1396260 - run reftest in smaller browser sessions on windows 7 to reduce font loading/rendering issues: fix indentation. r=linting-fix
This commit is contained in:
parent
ffe7770ccf
commit
6aec930386
@ -706,7 +706,7 @@ def split_chunks(config, tests):
|
||||
|
||||
if (test['test-platform'] == 'windows7-32/opt' or
|
||||
test['test-platform'] == 'windows7-32-pgo/opt') and \
|
||||
test['test-name'] in ['reftest-e10s', 'reftest-no-accel-e10s', 'reftest-gpu-e10s']:
|
||||
test['test-name'] in ['reftest-e10s', 'reftest-no-accel-e10s', 'reftest-gpu-e10s']:
|
||||
test['chunks'] = 32
|
||||
|
||||
for this_chunk in range(1, test['chunks'] + 1):
|
||||
|
Loading…
Reference in New Issue
Block a user