зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1233046
- Mark non-try platforms.
This commit is contained in:
Родитель
6b27b1d9fc
Коммит
156180d016
|
@ -7,7 +7,7 @@
|
|||
TEST_DIRS += ['compiledtest']
|
||||
|
||||
# Number changes to this file to avoid bug 1081323 (clobber after changing a manifest):
|
||||
# 3
|
||||
# 5
|
||||
|
||||
MOCHITEST_MANIFESTS += [
|
||||
'test/crossorigin/mochitest.ini',
|
||||
|
|
|
@ -9,7 +9,7 @@ support-files =
|
|||
webgl-mochitest/webgl-util.js
|
||||
|
||||
[webgl-mochitest/ensure-exts/test_ANGLE_instanced_arrays.html]
|
||||
fail-if = (os == 'android') || (os == 'mac')
|
||||
fail-if = (os == 'android') || (os == 'mac' && os_version == '10.6')
|
||||
[webgl-mochitest/ensure-exts/test_EXT_blend_minmax.html]
|
||||
fail-if = (os == 'android')
|
||||
[webgl-mochitest/ensure-exts/test_EXT_color_buffer_half_float.html]
|
||||
|
@ -19,7 +19,7 @@ fail-if = (os == 'android') || (os == 'linux') || (os == 'mac') || (os == 'win')
|
|||
[webgl-mochitest/ensure-exts/test_EXT_frag_depth.html]
|
||||
fail-if = (os == 'android')
|
||||
[webgl-mochitest/ensure-exts/test_EXT_sRGB.html]
|
||||
fail-if = (os == 'android') || (os == 'linux') || (os == 'mac') || (os == 'win')
|
||||
fail-if = (os == 'android') || (os == 'linux') || (os == 'mac' && os_version == '10.6') || (os == 'win')
|
||||
[webgl-mochitest/ensure-exts/test_EXT_shader_texture_lod.html]
|
||||
fail-if = (os == 'android') || (os == 'linux') || (os == 'mac')
|
||||
[webgl-mochitest/ensure-exts/test_EXT_texture_filter_anisotropic.html]
|
||||
|
@ -34,16 +34,16 @@ fail-if = (os == 'android') || (os == 'linux') || (os == 'mac') || (os == 'win')
|
|||
fail-if = (os == 'android') || (os == 'linux') || (os == 'mac') || (os == 'win')
|
||||
[webgl-mochitest/ensure-exts/test_WEBGL_compressed_texture_etc1.html]
|
||||
# Win7 is 6.1
|
||||
fail-if = (os == 'linux') || (os == 'mac') || (os == 'win' && os_version == '6.1')
|
||||
fail-if = (os == 'linux') || (os == 'mac') || (os == 'win' && (os_version == '5.1' || os_version == '6.1'))
|
||||
[webgl-mochitest/ensure-exts/test_WEBGL_compressed_texture_pvrtc.html]
|
||||
fail-if = (os == 'android') || (os == 'linux') || (os == 'mac') || (os == 'win')
|
||||
[webgl-mochitest/ensure-exts/test_WEBGL_compressed_texture_s3tc.html]
|
||||
fail-if = (os == 'android') || (os == 'linux')
|
||||
[webgl-mochitest/ensure-exts/test_WEBGL_depth_texture.html]
|
||||
fail-if = (os == 'mac')
|
||||
fail-if = (os == 'mac' && os_version == '10.6')
|
||||
[webgl-mochitest/ensure-exts/test_WEBGL_draw_buffers.html]
|
||||
# Win7 is 6.1
|
||||
fail-if = (os == 'android') || (os == 'win' && os_version == '6.1')
|
||||
fail-if = (os == 'android') || (os == 'win' && (os_version == '5.1' || os_version == '6.1'))
|
||||
|
||||
[webgl-mochitest/ensure-exts/test_common.html]
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче