MozReview-Commit-ID: AXJx9p9JCaz
This commit is contained in:
Jeff Gilbert 2017-08-09 14:56:12 -07:00
Родитель eaba18bebc
Коммит 59982493b5
3 изменённых файлов: 6 добавлений и 9 удалений

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

@ -7616,7 +7616,7 @@ skip-if = (os == 'win')
[generated/test_conformance__extensions__webgl-draw-buffers-max-draw-buffers.html]
[generated/test_conformance__extensions__webgl-draw-buffers.html]
skip-if = (os == 'linux')
fail-if = (os == 'mac') || (os == 'win')
fail-if = (os == 'win')
[generated/test_conformance__extensions__webgl-shared-resources.html]
[generated/test_conformance__glsl__bugs__angle-ambiguous-function-call.html]
[generated/test_conformance__glsl__bugs__angle-constructor-invalid-parameters.html]
@ -7913,7 +7913,6 @@ fail-if = (os == 'android')
[generated/test_conformance__glsl__misc__shader-without-precision.frag.html]
[generated/test_conformance__glsl__misc__shaders-with-constant-expression-loop-conditions.html]
[generated/test_conformance__glsl__misc__shaders-with-invariance.html]
fail-if = (os == 'mac')
[generated/test_conformance__glsl__misc__shaders-with-mis-matching-uniforms.html]
[generated/test_conformance__glsl__misc__shaders-with-mis-matching-varyings.html]
[generated/test_conformance__glsl__misc__shaders-with-missing-varyings.html]

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

@ -80,7 +80,7 @@ fail-if = (os == 'mac' && os_version == '10.6')
skip-if = (os == 'b2g') || (os == 'linux') || (os == 'android')
[generated/test_conformance__extensions__webgl-draw-buffers.html]
fail-if = (os == 'mac') || (os == 'win')
fail-if = (os == 'win')
# Crashes
skip-if = (os == 'linux')
@ -672,8 +672,6 @@ fail-if = (os == 'mac' && os_version == '10.8')
# failure on OSX
[generated/test_conformance__extensions__angle-instanced-arrays.html]
fail-if = (os == 'mac')
[generated/test_conformance__glsl__misc__shaders-with-invariance.html]
fail-if = (os == 'mac')
[generated/test_2_conformance2__textures__misc__tex-unpack-params.html]
skip-if = (os == 'mac' && debug)
fail-if = (os == 'mac')

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

@ -19,7 +19,7 @@ fail-if = (os == 'android')
[ensure-exts/test_EXT_color_buffer_half_float.html]
fail-if = (os == 'android')
[ensure-exts/test_EXT_disjoint_timer_query.html]
fail-if = (os == 'android') || (os == 'mac') || (os == 'win' && os_version == '5.1')
fail-if = (os == 'android') || (os == 'win' && os_version == '5.1')
[ensure-exts/test_EXT_frag_depth.html]
fail-if = (os == 'android')
[ensure-exts/test_EXT_sRGB.html]
@ -102,9 +102,9 @@ skip-if = toolkit == 'android' #bug 865443- seperate suite - the non_conf* tests
[test_video_fastpath_mp4.html]
fail-if = (os == 'mac') || (os == 'win' && !(e10s && os_version == '6.1')) # no fast path on windows yet (bug 1373165 or 1373770), and mac (bug 1373669)
[test_video_fastpath_theora.html]
fail-if = (os == 'mac') || (os == 'win' && os_version != '6.1') # no fast path on windows yet (bug 1373192), and mac (bug 1373702)
fail-if = (os == 'win' && os_version != '6.1') # no fast path on windows yet (bug 1373192), and mac (bug 1373702)
[test_video_fastpath_vp8.html]
fail-if = (os == 'mac') || (os == 'win' && os_version != '6.1') # no fast path on windows yet (bug 1373192), and mac (bug 1373702)
fail-if = (os == 'win' && os_version != '6.1') # no fast path on windows yet (bug 1373192), and mac (bug 1373702)
[test_video_fastpath_vp9.html]
fail-if = (os == 'mac') || (os == 'win' && os_version != '6.1') # no fast path on windows yet (bug 1373192), and mac (bug 1373702)
fail-if = (os == 'win' && os_version != '6.1') # no fast path on windows yet (bug 1373192), and mac (bug 1373702)
[test_webglcontextcreationerror.html]