Bug 1404234 - disable test_2_conformance__extensions__webgl-compressed-texture-size-limit.html on win7 for frequent failures. r=jmaher

This commit is contained in:
Eliza Balazs 2018-05-24 06:19:00 +03:00
Родитель 25c1fdddfc
Коммит e1fce902e9
2 изменённых файлов: 3 добавлений и 3 удалений

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

@ -7437,7 +7437,7 @@ skip-if = (os == 'android' || os == 'linux')
[generated/test_2_conformance__extensions__webgl-compressed-texture-s3tc.html]
skip-if = (os == 'android' || os == 'linux')
[generated/test_2_conformance__extensions__webgl-compressed-texture-size-limit.html]
skip-if = (os == 'win' && os_version == '6.1' && debug && !e10s) || (os == 'android' || os == 'linux')
skip-if = (os == 'win' && os_version == '6.1') || (os == 'android' || os == 'linux')
[generated/test_2_conformance__extensions__webgl-debug-renderer-info.html]
skip-if = (os == 'android' || os == 'linux')
[generated/test_2_conformance__extensions__webgl-debug-shaders.html]

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

@ -1147,8 +1147,8 @@ skip-if = (os == 'win' && os_version == '6.1' && debug)
# Failure on win7 but got passed on win7 vm
skip-if = (os == 'win' && os_version == '6.1')
[generated/test_2_conformance__extensions__webgl-compressed-texture-size-limit.html]
# Frequent but intermittent timeout on win7 debug no e10s.
skip-if = (os == 'win' && os_version == '6.1' && debug && !e10s)
# Frequent but intermittent timeout on win7. Bug 1404234
skip-if = (os == 'win' && os_version == '6.1')
[generated/test_2_conformance2__textures__misc__tex-input-validation.html]
skip-if = (os == 'win')
[generated/test_2_conformance2__buffers__get-buffer-sub-data.html]