зеркало из https://github.com/mozilla/gecko-dev.git
No Bug - Fix test count generation when jit-flags is set; r=meow
--HG-- extra : rebase_source : b751475698e2f2449933d8f63692b1a8ec20cf61
This commit is contained in:
Родитель
8931994bd3
Коммит
8d4dac38a8
|
@ -299,6 +299,7 @@ def load_tests(options, requested_paths, excluded_paths):
|
|||
tmp_test.jitflags = copy(test.jitflags)
|
||||
tmp_test.jitflags.extend(jitflags)
|
||||
yield tmp_test
|
||||
test_count = test_count * len(flags_list)
|
||||
test_gen = flag_gen(test_gen)
|
||||
|
||||
if options.test_file:
|
||||
|
|
Загрузка…
Ссылка в новой задаче