зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1125003
- Annotate OS X 10.10 webgl test failures, r=jgilbert
This commit is contained in:
Родитель
da1262334e
Коммит
1b285d5f14
|
@ -525,6 +525,7 @@ fail-if = (os == 'linux')
|
|||
[webgl-conformance/_wrappers/test_conformance__extensions__webgl-debug-shaders.html]
|
||||
[webgl-conformance/_wrappers/test_conformance__extensions__webgl-compressed-texture-etc1.html]
|
||||
[webgl-conformance/_wrappers/test_conformance__extensions__webgl-compressed-texture-s3tc.html]
|
||||
fail-if = (os == 'mac' && os_version == '10.10')
|
||||
[webgl-conformance/_wrappers/test_conformance__extensions__ext-sRGB.html]
|
||||
[webgl-conformance/_wrappers/test_conformance__extensions__ext-shader-texture-lod.html]
|
||||
[webgl-conformance/_wrappers/test_conformance__glsl__functions__glsl-function.html]
|
||||
|
@ -704,6 +705,7 @@ skip-if = (os == 'android') || (os == 'b2g') || (os == 'linux')
|
|||
[webgl-conformance/_wrappers/test_conformance__misc__null-object-behaviour.html]
|
||||
[webgl-conformance/_wrappers/test_conformance__misc__functions-returning-strings.html]
|
||||
[webgl-conformance/_wrappers/test_conformance__misc__object-deletion-behaviour.html]
|
||||
fail-if = (os == 'mac' && os_version == '10.10')
|
||||
[webgl-conformance/_wrappers/test_conformance__misc__shader-precision-format.html]
|
||||
[webgl-conformance/_wrappers/test_conformance__misc__type-conversion-test.html]
|
||||
skip-if = (os == 'android') || (os == 'b2g') || (os == 'linux')
|
||||
|
@ -732,8 +734,10 @@ skip-if = os == 'android'
|
|||
[webgl-conformance/_wrappers/test_conformance__rendering__gl-scissor-test.html]
|
||||
[webgl-conformance/_wrappers/test_conformance__rendering__more-than-65536-indices.html]
|
||||
[webgl-conformance/_wrappers/test_conformance__rendering__point-size.html]
|
||||
fail-if = (os == 'mac' && os_version == '10.10')
|
||||
[webgl-conformance/_wrappers/test_conformance__rendering__triangle.html]
|
||||
[webgl-conformance/_wrappers/test_conformance__rendering__line-loop-tri-fan.html]
|
||||
fail-if = (os == 'mac' && os_version == '10.10')
|
||||
[webgl-conformance/_wrappers/test_conformance__state__gl-enable-enum-test.html]
|
||||
[webgl-conformance/_wrappers/test_conformance__state__gl-enum-tests.html]
|
||||
[webgl-conformance/_wrappers/test_conformance__state__gl-get-calls.html]
|
||||
|
@ -742,6 +746,7 @@ skip-if = os == 'android'
|
|||
[webgl-conformance/_wrappers/test_conformance__state__gl-object-get-calls.html]
|
||||
[webgl-conformance/_wrappers/test_conformance__textures__compressed-tex-image.html]
|
||||
[webgl-conformance/_wrappers/test_conformance__textures__copy-tex-image-and-sub-image-2d.html]
|
||||
fail-if = (os == 'mac' && os_version == '10.10')
|
||||
[webgl-conformance/_wrappers/test_conformance__textures__gl-pixelstorei.html]
|
||||
[webgl-conformance/_wrappers/test_conformance__textures__gl-teximage.html]
|
||||
skip-if = (os == 'android') || (os == 'b2g') || (os == 'linux')
|
||||
|
|
|
@ -88,6 +88,21 @@ fail-if = (os == 'linux')
|
|||
[_wrappers/test_conformance__canvas__drawingbuffer-static-canvas-test.html]
|
||||
# Intermittent crash on OSX.
|
||||
skip-if = os == 'mac'
|
||||
[_wrappers/test_conformance__extensions__webgl-compressed-texture-s3tc.html]
|
||||
# Fails on OS X 10.10
|
||||
fail-if = (os == 'mac' && os_version == '10.10')
|
||||
[_wrappers/test_conformance__misc__object-deletion-behaviour.html]
|
||||
# Fails on OS X 10.10
|
||||
fail-if = (os == 'mac' && os_version == '10.10')
|
||||
[_wrappers/test_conformance__rendering__line-loop-tri-fan.html]
|
||||
# Fails on OS X 10.10
|
||||
fail-if = (os == 'mac' && os_version == '10.10')
|
||||
[_wrappers/test_conformance__rendering__point-size.html]
|
||||
# Fails on OS X 10.10
|
||||
fail-if = (os == 'mac' && os_version == '10.10')
|
||||
[_wrappers/test_conformance__textures__copy-tex-image-and-sub-image-2d.html]
|
||||
# Fails on OS X 10.10
|
||||
fail-if = (os == 'mac' && os_version == '10.10')
|
||||
|
||||
########################################################################
|
||||
# Win
|
||||
|
|
Загрузка…
Ссылка в новой задаче