Bug 1296651 - Avoid Win7 timeout in test_conformance__extensions__oes-texture-float-with-video.html; r=jmaher,a=ryanvm

This commit is contained in:
Geoff Brown 2016-08-19 10:54:12 -06:00
Родитель 2f25ac86fa
Коммит 97d7d7a146
2 изменённых файлов: 6 добавлений и 0 удалений

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

@ -6013,6 +6013,7 @@ fail-if = (os == 'android')
[generated/test_conformance__extensions__oes-texture-float-with-image.html]
fail-if = (os == 'android')
[generated/test_conformance__extensions__oes-texture-float-with-video.html]
skip-if = (os == 'win' && os_version == '6.1')
fail-if = (os == 'android')
[generated/test_conformance__extensions__oes-texture-float.html]
fail-if = (os == 'android')
@ -6025,6 +6026,7 @@ fail-if = (os == 'android')
[generated/test_conformance__extensions__oes-texture-half-float-with-image.html]
fail-if = (os == 'android')
[generated/test_conformance__extensions__oes-texture-half-float-with-video.html]
skip-if = (os == 'win' && os_version == '6.1')
fail-if = (os == 'android')
[generated/test_conformance__extensions__oes-texture-half-float.html]
fail-if = (os == 'mac') || (os == 'win') || (os == 'android') || (os == 'linux')

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

@ -239,6 +239,8 @@ fail-if = (os == 'android')
fail-if = (os == 'android')
[generated/test_conformance__extensions__oes-texture-float-with-video.html]
fail-if = (os == 'android')
# Frequent but intermittent timeout on win7
skip-if = (os == 'win' && os_version == '6.1')
[generated/test_conformance__extensions__oes-texture-half-float-linear.html]
fail-if = (os == 'android')
[generated/test_conformance__extensions__oes-texture-half-float-with-canvas.html]
@ -249,6 +251,8 @@ fail-if = (os == 'android')
fail-if = (os == 'android')
[generated/test_conformance__extensions__oes-texture-half-float-with-video.html]
fail-if = (os == 'android')
# Frequent but intermittent timeout on win7
skip-if = (os == 'win' && os_version == '6.1')
[generated/test_conformance__textures__video__tex-2d-rgb-rgb-unsigned_byte.html]
fail-if = (os == 'android')
[generated/test_conformance__textures__video__tex-2d-rgb-rgb-unsigned_short_5_6_5.html]