Bug 1595794 - Run geckoview-junit tests on emulator with webrender enabled. r=geckoview-reviewers,jmaher,agi

Differential Revision: https://phabricator.services.mozilla.com/D52682
This commit is contained in:
Jamie Nicol 2020-10-12 10:34:29 +00:00
Родитель ee3f8cefa1
Коммит 0662f91400
2 изменённых файлов: 6 добавлений и 2 удалений

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

@ -467,10 +467,11 @@ android-x86_64-tests:
android-x86_64-qr-tests:
- crashtest
- reftest
- geckoview-junit
- mochitest-media
- mochitest-plain
- mochitest-plain-gpu
- reftest
android-hw-aarch64-opt-unittests:
- jittest

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

@ -1631,7 +1631,10 @@ def enable_webrender(config, tasks):
extra_options = task['mozharness'].setdefault('extra-options', [])
extra_options.append("--enable-webrender")
# We only want to 'setpref' on tests that have a profile
if not task['attributes']['unittest_category'] in ['cppunittest', 'gtest', 'raptor']:
if not task['attributes']['unittest_category'] in ['cppunittest',
'geckoview-junit',
'gtest',
'raptor']:
extra_options.append("--setpref=layers.d3d11.enable-blacklist=false")
# run webrender variants on the projects specified on webrender-run-on-projects