зеркало из https://github.com/mozilla/gecko-dev.git
Backed out changeset 67be750311a1 (bug 1571969) for raptor failures on tests.py . CLOSED TREE
This commit is contained in:
Родитель
a8fcde43fa
Коммит
e2803d7c18
|
@ -58,6 +58,10 @@ 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
|
||||
|
@ -125,6 +129,10 @@ 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
|
||||
|
@ -310,6 +318,10 @@ 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,6 +53,10 @@ 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,6 +14,10 @@ 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:
|
||||
|
@ -77,10 +81,6 @@ 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,11 +1206,8 @@ def enable_webrender(config, tests):
|
|||
"""
|
||||
for test in tests:
|
||||
if test.get('webrender'):
|
||||
extra_options = test['mozharness'].setdefault('extra-options', [])
|
||||
extra_options.append("--enable-webrender")
|
||||
# We only want to 'setpref' on tests that have a profile
|
||||
if not test['attributes']['unittest_category'] in ['cppunittest', 'gtest']:
|
||||
extra_options.append("--setpref=layers.d3d11.enable-blacklist=false")
|
||||
test['mozharness'].setdefault('extra-options', [])\
|
||||
.append("--enable-webrender")
|
||||
|
||||
yield test
|
||||
|
||||
|
|
|
@ -122,18 +122,6 @@
|
|||
"minbytes": 16384,
|
||||
"maxbytes": 32768
|
||||
},
|
||||
"c:\\windows\\system32\\d3d10warp.dll": {
|
||||
"mincount": 6,
|
||||
"maxcount": 6,
|
||||
"minbytes": 81920,
|
||||
"maxbytes": 81920
|
||||
},
|
||||
"c:\\windows\\system32\\d3d11.dll": {
|
||||
"mincount": 10,
|
||||
"maxcount": 10,
|
||||
"minbytes": 139264,
|
||||
"maxbytes": 139264
|
||||
},
|
||||
"c:\\windows\\system32\\dwrite.dll": {
|
||||
"mincount": 4,
|
||||
"maxcount": 4,
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
[2d.gradient.interpolate.colouralpha.html]
|
||||
[Canvas test: 2d.gradient.interpolate.colouralpha]
|
||||
expected:
|
||||
if (os == "win") and webrender: FAIL
|
||||
PASS
|
|
@ -0,0 +1,5 @@
|
|||
[2d.gradient.interpolate.overlap.html]
|
||||
[Canvas test: 2d.gradient.interpolate.overlap]
|
||||
expected:
|
||||
if (os == "win") and webrender: FAIL
|
||||
PASS
|
|
@ -0,0 +1,5 @@
|
|||
[2d.path.arc.selfintersect.1.html]
|
||||
[arc() with lineWidth > 2*radius is drawn sensibly]
|
||||
expected:
|
||||
if (os == "win") and webrender: FAIL
|
||||
PASS
|
|
@ -0,0 +1,5 @@
|
|||
[2d.path.rect.zero.3.html]
|
||||
[Canvas test: 2d.path.rect.zero.3]
|
||||
expected:
|
||||
if (os == "win") and webrender: FAIL
|
||||
PASS
|
Загрузка…
Ссылка в новой задаче