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:
@@ -1658,6 +1658,7 @@ def enable_webrender(config, tasks):
|
|||||||
if not task['attributes']['unittest_category'] in ['cppunittest',
|
if not task['attributes']['unittest_category'] in ['cppunittest',
|
||||||
'geckoview-junit',
|
'geckoview-junit',
|
||||||
'gtest',
|
'gtest',
|
||||||
|
'jittest',
|
||||||
'raptor']:
|
'raptor']:
|
||||||
extra_options.append("--setpref=layers.d3d11.enable-blacklist=false")
|
extra_options.append("--setpref=layers.d3d11.enable-blacklist=false")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user