MozReview-Commit-ID: C9TpCsqiWjw
This commit is contained in:
Jeff Gilbert 2016-12-06 14:25:04 -08:00
Родитель 1f193e4f38
Коммит 5c54a45e7f
3 изменённых файлов: 1 добавлений и 3 удалений

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

@ -9,7 +9,7 @@ TEST_DIRS += [
]
# Change the following line(s) to avoid bug 1081323 (clobber after changing a manifest):
# * Implement ReadPixel with PBOs.
# * Adjust failure errata for webgl-conf.
MOCHITEST_MANIFESTS += [
'test/crash/mochitest.ini',

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

@ -6028,7 +6028,6 @@ fail-if = (os == 'mac') || (os == 'win') || (os == 'android') || (os == 'linux')
[generated/test_conformance__extensions__oes-vertex-array-object-bufferData.html]
[generated/test_conformance__extensions__oes-vertex-array-object.html]
skip-if = (os == 'mac' && os_version == '10.6')
fail-if = (os == 'win') || (os == 'mac') || (os == 'android') || (os == 'linux')
[generated/test_conformance__extensions__webgl-compressed-texture-atc.html]
[generated/test_conformance__extensions__webgl-compressed-texture-pvrtc.html]
[generated/test_conformance__extensions__webgl-compressed-texture-s3tc.html]

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

@ -129,7 +129,6 @@ skip-if = (os == 'android' && debug)
# 10.6 crash:
# PROCESS-CRASH | dom/canvas/test/webgl-conf/generated/test_conformance__extensions__oes-vertex-array-object.html | application crashed [@ gleRunVertexSubmitImmediate + 0xf24]
skip-if = (os == 'mac' && os_version == '10.6')
fail-if = (os == 'win') || (os == 'mac') || (os == 'android') || (os == 'linux')
[generated/test_conformance__textures__misc__texture-size.html]
# application crashed [@ mozilla::gl::GLContext::AfterGLCall]
skip-if = (os == 'android') || (os == 'win')