Bug 1571969. Stop running all the QR tests as virtual-with-gpu. r=jmaher

This uses the layers.d3d11.enable-blacklist pref to allow running WebRender on WARP.

Differential Revision: https://phabricator.services.mozilla.com/D42255

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Jeff Muizelaar 2019-08-16 14:34:00 +00:00
Родитель 11450c9cc8
Коммит 82fe69f5d0
8 изменённых файлов: 7 добавлений и 42 удалений

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

@ -58,10 +58,6 @@ mochitest:
by-test-platform:
android-em.*: xlarge
default: default
virtualization:
by-test-platform:
windows10-64(?:-pgo|-shippable)?-qr/.*: virtual-with-gpu
default: virtual
chunks:
by-test-platform:
android-em-4.*\/debug: 60
@ -129,10 +125,6 @@ mochitest-browser-chrome:
linux.*/debug: 5400
windows10-64-qr/debug: 5400
default: 3600
virtualization:
by-test-platform:
windows10-64(?:-pgo|-shippable)?-qr/.*: virtual-with-gpu
default: virtual
mozharness:
mochitest-flavor: browser
chunked: true
@ -318,10 +310,6 @@ mochitest-media:
linux64/debug: ['fission', 'serviceworker', 'socketprocess']
default: ['fission', 'socketprocess']
loopback-video: true
virtualization:
by-test-platform:
windows10-64(?:-pgo|-shippable)?-qr/.*: virtual-with-gpu
default: virtual
instance-size:
by-test-platform:
android-em.*: xlarge

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

@ -53,10 +53,6 @@ crashtest:
by-test-platform:
android-em.*: xlarge
default: default
virtualization:
by-test-platform:
windows10-64(?:-pgo|-shippable)?-qr/.*: virtual-with-gpu
default: virtual
chunks:
by-test-platform:
android-em-4.*\/debug: 10

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

@ -14,10 +14,6 @@ job-defaults:
by-test-platform:
linux64/debug: ['fission', 'serviceworker']
default: ['fission']
virtualization:
by-test-platform:
windows10-64(?:-pgo|-shippable)?-qr/.*: virtual-with-gpu
default: virtual
mozharness:
script: web_platform_tests.py
config:
@ -81,6 +77,10 @@ web-platform-tests-reftests:
name: web-platform-tests-reftests
schedules-component: web-platform-tests-reftests
treeherder-symbol: W(Wr)
virtualization:
by-test-platform:
windows10-64(?:-pgo|-shippable)?-qr/.*: virtual-with-gpu
default: virtual
chunks:
by-test-platform:
.*-ccov/debug: 8

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

@ -1206,8 +1206,9 @@ def enable_webrender(config, tests):
"""
for test in tests:
if test.get('webrender'):
test['mozharness'].setdefault('extra-options', [])\
.append("--enable-webrender")
extra_options = test['mozharness'].setdefault('extra-options', [])
extra_options.append("--enable-webrender")
extra_options.append("--setpref=layers.d3d11.enable-blacklist=false")
yield test

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

@ -1,5 +0,0 @@
[2d.gradient.interpolate.colouralpha.html]
[Canvas test: 2d.gradient.interpolate.colouralpha]
expected:
if (os == "win") and webrender: FAIL
PASS

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

@ -1,5 +0,0 @@
[2d.gradient.interpolate.overlap.html]
[Canvas test: 2d.gradient.interpolate.overlap]
expected:
if (os == "win") and webrender: FAIL
PASS

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

@ -1,5 +0,0 @@
[2d.path.arc.selfintersect.1.html]
[arc() with lineWidth > 2*radius is drawn sensibly]
expected:
if (os == "win") and webrender: FAIL
PASS

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

@ -1,5 +0,0 @@
[2d.path.rect.zero.3.html]
[Canvas test: 2d.path.rect.zero.3]
expected:
if (os == "win") and webrender: FAIL
PASS