Bug 1336712 - dom/canvas: Remove test checks for Android ICS (API Level 10). r=RyanVM

Differential Revision: https://phabricator.services.mozilla.com/D6582

--HG--
extra : source : 536600d55374ec3940ea1b5d4da1c1dbebea55e5
extra : histedit_source : a2288cc63bfe8de672682315105860dc61540d58
This commit is contained in:
Chris Peterson 2018-09-13 23:30:39 -07:00
Родитель 867866d2d3
Коммит 611a064090
2 изменённых файлов: 3 добавлений и 48 удалений

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

@ -10767,7 +10767,6 @@ subsuite = webgl1-core
subsuite = webgl1-core
[generated/test_conformance__canvas__buffer-offscreen-test.html]
subsuite = webgl1-core
skip-if = (os == 'android' && android_version == '10')
[generated/test_conformance__canvas__buffer-preserve-test.html]
subsuite = webgl1-core
[generated/test_conformance__canvas__canvas-test.html]
@ -11346,7 +11345,6 @@ subsuite = webgl1-ext
subsuite = webgl1-ext
[generated/test_conformance__glsl__misc__re-compile-re-link.html]
subsuite = webgl1-ext
fail-if = (os == 'android' && android_version == '10')
[generated/test_conformance__glsl__misc__sampler-operand.html]
subsuite = webgl1-ext
[generated/test_conformance__glsl__misc__sequence-operator-returns-constant.html]
@ -11607,7 +11605,6 @@ subsuite = webgl1-core
skip-if = (os == 'android')
[generated/test_conformance__misc__delayed-drawing.html]
subsuite = webgl1-core
skip-if = (os == 'android' && android_version == '10')
[generated/test_conformance__misc__error-reporting.html]
subsuite = webgl1-core
[generated/test_conformance__misc__expando-loss.html]
@ -11671,7 +11668,6 @@ subsuite = webgl1-core
subsuite = webgl1-core
[generated/test_conformance__more__conformance__webGLArrays.html]
subsuite = webgl1-core
skip-if = (os == 'android' && android_version == '10')
[generated/test_conformance__more__functions__bindBuffer.html]
subsuite = webgl1-core
[generated/test_conformance__more__functions__bindBufferBadArgs.html]
@ -11680,16 +11676,12 @@ subsuite = webgl1-core
subsuite = webgl1-core
[generated/test_conformance__more__functions__bufferData.html]
subsuite = webgl1-core
skip-if = (os == 'android' && android_version == '10')
[generated/test_conformance__more__functions__bufferDataBadArgs.html]
subsuite = webgl1-core
skip-if = (os == 'android' && android_version == '10')
[generated/test_conformance__more__functions__bufferSubData.html]
subsuite = webgl1-core
skip-if = (os == 'android' && android_version == '10')
[generated/test_conformance__more__functions__bufferSubDataBadArgs.html]
subsuite = webgl1-core
skip-if = (os == 'android' && android_version == '10')
[generated/test_conformance__more__functions__copyTexImage2D.html]
subsuite = webgl1-core
[generated/test_conformance__more__functions__copyTexImage2DBadArgs.html]
@ -11702,13 +11694,10 @@ subsuite = webgl1-core
subsuite = webgl1-core
[generated/test_conformance__more__functions__drawArrays.html]
subsuite = webgl1-core
skip-if = (os == 'android' && android_version == '10')
[generated/test_conformance__more__functions__drawArraysOutOfBounds.html]
subsuite = webgl1-core
skip-if = (os == 'android' && android_version == '10')
[generated/test_conformance__more__functions__drawElements.html]
subsuite = webgl1-core
skip-if = (os == 'android' && android_version == '10')
[generated/test_conformance__more__functions__isTests.html]
subsuite = webgl1-core
[generated/test_conformance__more__functions__isTestsBadArgs.html]
@ -12094,7 +12083,6 @@ subsuite = webgl1-core
subsuite = webgl1-core
[generated/test_conformance__programs__program-test.html]
subsuite = webgl1-core
fail-if = (os == 'android' && android_version == '10')
[generated/test_conformance__programs__use-program-crash-with-discard-in-fragment-shader.html]
subsuite = webgl1-core
[generated/test_conformance__reading__fbo-remains-unchanged-after-read-pixels.html]

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

@ -7,11 +7,10 @@
##########
# android_version strings
# https://en.wikipedia.org/wiki/Android_version_history
# * Android 'Gingerbread' 2.3-2.3.2: 9
# * Android 'Gingerbread' 2.3.3+: 10 ('2.3' slaves)
# * Android 'ICS' 4.0-4.0.2: 14 ('4.0' slaves, inactive)
# * Android 'ICS' 4.0.3+: 15
# * Android 'Jellybean' 4.3: 18 ('4.3' slaves)
# * Android 'Jelly Bean' 4.2: 17 ('4.2' slaves)
# * Android 'Jelly Bean' 4.3: 18 ('4.3' slaves)
# * Android 'Lollipop' 5.0: 21 ('5.0' slaves)
##########
# os_version strings
@ -410,11 +409,6 @@ fail-if = (os == 'android')
# Frequent but intermittent timeout on win7
skip-if = (os == 'win' && os_version == '6.1')
[generated/test_conformance__canvas__buffer-offscreen-test.html]
# Causes frequent *blues*: "DMError: Remote Device Error: unable to
# connect to 127.0.0.1 after 5 attempts" on 'Android 2.3 Opt'.
skip-if = (os == 'android' && android_version == '10')
[generated/test_conformance__canvas__rapid-resizing.html]
# Frequent orange crash.
skip-if = (os == 'android')
@ -536,12 +530,6 @@ skip-if = (os == 'android')
[generated/test_conformance__glsl__bugs__uniforms-should-not-lose-values.html]
# application crashed [@ jemalloc_crash]
skip-if = (os == 'android')
####################
# 2.3 failures
[generated/test_conformance__glsl__misc__re-compile-re-link.html]
fail-if = (os == 'android' && android_version == '10')
[generated/test_conformance__programs__program-test.html]
fail-if = (os == 'android' && android_version == '10')
[generated/test_conformance__textures__misc__tex-image-with-invalid-data.html]
skip-if = (os == 'android')
####################
@ -561,27 +549,6 @@ fail-if = (os == 'android')
# (TODO) Generates results after calling finish()
skip-if = 1
####################
# Timeout on 2.3
[generated/test_conformance__misc__delayed-drawing.html]
skip-if = (os == 'android' && android_version == '10')
[generated/test_conformance__more__conformance__webGLArrays.html]
skip-if = (os == 'android' && android_version == '10')
[generated/test_conformance__more__functions__bufferData.html]
skip-if = (os == 'android' && android_version == '10')
[generated/test_conformance__more__functions__bufferDataBadArgs.html]
skip-if = (os == 'android' && android_version == '10')
[generated/test_conformance__more__functions__bufferSubData.html]
skip-if = (os == 'android' && android_version == '10')
[generated/test_conformance__more__functions__bufferSubDataBadArgs.html]
skip-if = (os == 'android' && android_version == '10')
[generated/test_conformance__more__functions__drawArrays.html]
skip-if = (os == 'android' && android_version == '10')
[generated/test_conformance__more__functions__drawArraysOutOfBounds.html]
skip-if = (os == 'android' && android_version == '10')
[generated/test_conformance__more__functions__drawElements.html]
skip-if = (os == 'android' && android_version == '10')
####################
[generated/test_conformance__attribs__gl-bindAttribLocation-aliasing.html]