зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
ee3f8cefa1
Коммит
0662f91400
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче