mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 15:23:51 +00:00
Bug 1671193 - Don't try to set prefs in jittests as it doesn't work. r=jrmuizel
Differential Revision: https://phabricator.services.mozilla.com/D93575
This commit is contained in:
parent
e2f2de6530
commit
93ec4de40f
@ -1658,6 +1658,7 @@ def enable_webrender(config, tasks):
|
||||
if not task['attributes']['unittest_category'] in ['cppunittest',
|
||||
'geckoview-junit',
|
||||
'gtest',
|
||||
'jittest',
|
||||
'raptor']:
|
||||
extra_options.append("--setpref=layers.d3d11.enable-blacklist=false")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user