Commit b7a522d2 authored by kbr's avatar kbr Committed by Commit bot

Roll WebGL conformance suite 421bc609..c8dd77f9

BUG=295792, 483282, 559359, 559362, 559342
NOTRY=true

Review URL: https://codereview.chromium.org/1463983002

Cr-Commit-Position: refs/heads/master@{#361140}
parent 4b9b76c9
...@@ -178,7 +178,7 @@ deps = { ...@@ -178,7 +178,7 @@ deps = {
Var('chromium_git') + '/external/bidichecker/lib.git' + '@' + '97f2aa645b74c28c57eca56992235c79850fa9e0', Var('chromium_git') + '/external/bidichecker/lib.git' + '@' + '97f2aa645b74c28c57eca56992235c79850fa9e0',
'src/third_party/webgl/src': 'src/third_party/webgl/src':
Var('chromium_git') + '/external/khronosgroup/webgl.git' + '@' + '421bc6095d1065bb6057e33fbab737b35d39930d', Var('chromium_git') + '/external/khronosgroup/webgl.git' + '@' + 'c8dd77f93df19bd76de9ef727414dcd32b54cdee',
'src/third_party/webdriver/pylib': 'src/third_party/webdriver/pylib':
Var('chromium_git') + '/external/selenium/py.git' + '@' + '5fd78261a75fe08d27ca4835fb6c5ce4b42275bd', Var('chromium_git') + '/external/selenium/py.git' + '@' + '5fd78261a75fe08d27ca4835fb6c5ce4b42275bd',
......
...@@ -79,11 +79,10 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations): ...@@ -79,11 +79,10 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Fail('conformance2/buffers/uniform-buffers.html', bug=483282) self.Fail('conformance2/buffers/uniform-buffers.html', bug=483282)
self.Fail('conformance2/glsl3/array-complex-indexing.html', bug=483282) self.Fail('conformance2/glsl3/array-complex-indexing.html', bug=483282)
self.Fail('conformance2/glsl3/forbidden-operators.html', bug=483282)
self.Fail('conformance2/glsl3/invalid-default-precision.html', bug=483282) self.Fail('conformance2/glsl3/invalid-default-precision.html', bug=483282)
self.Fail('conformance2/glsl3/sequence-operator-returns-non-constant.html', self.Fail('conformance2/glsl3/sequence-operator-returns-non-constant.html',
bug=483282) bug=483282)
self.Fail('conformance2/glsl3/ternary-operator-on-arrays-glsl3.html',
bug=483282)
self.Fail('conformance2/reading/read-pixels-into-pixel-pack-buffer.html', self.Fail('conformance2/reading/read-pixels-into-pixel-pack-buffer.html',
bug=483282) bug=483282)
self.Fail('conformance2/renderbuffers/framebuffer-test.html', bug=483282) self.Fail('conformance2/renderbuffers/framebuffer-test.html', bug=483282)
......
...@@ -38,6 +38,10 @@ class WebGLConformanceExpectations(GpuTestExpectations): ...@@ -38,6 +38,10 @@ class WebGLConformanceExpectations(GpuTestExpectations):
bug=478572) bug=478572)
self.Fail('conformance/extensions/ext-sRGB.html', self.Fail('conformance/extensions/ext-sRGB.html',
bug=540900) bug=540900)
self.Fail('conformance/extensions/webgl-draw-buffers.html',
bug=559359)
self.Fail('conformance/textures/misc/cube-incomplete-fbo.html',
bug=559362)
# Win failures # Win failures
self.Fail('conformance/glsl/bugs/' + self.Fail('conformance/glsl/bugs/' +
...@@ -112,8 +116,8 @@ class WebGLConformanceExpectations(GpuTestExpectations): ...@@ -112,8 +116,8 @@ class WebGLConformanceExpectations(GpuTestExpectations):
['win', 'amd', 'opengl'], bug=1007) # angle bug ID ['win', 'amd', 'opengl'], bug=1007) # angle bug ID
# Win / OpenGL / Intel failures # Win / OpenGL / Intel failures
self.Fail('conformance/extensions/webgl-draw-buffers.html', # self.Fail('conformance/extensions/webgl-draw-buffers.html',
['win', 'intel', 'opengl'], bug=1007) # angle bug ID # ['win', 'intel', 'opengl'], bug=1007) # angle bug ID
self.Fail('conformance/glsl/functions/glsl-function-normalize.html', self.Fail('conformance/glsl/functions/glsl-function-normalize.html',
['win', 'intel', 'opengl'], bug=1007) # angle bug ID ['win', 'intel', 'opengl'], bug=1007) # angle bug ID
self.Fail('conformance/glsl/misc/shader-struct-scope.html', self.Fail('conformance/glsl/misc/shader-struct-scope.html',
...@@ -140,8 +144,8 @@ class WebGLConformanceExpectations(GpuTestExpectations): ...@@ -140,8 +144,8 @@ class WebGLConformanceExpectations(GpuTestExpectations):
self.Fail('conformance/glsl/functions/' + self.Fail('conformance/glsl/functions/' +
'glsl-function-smoothstep-gentype.html', 'glsl-function-smoothstep-gentype.html',
['mac', ('intel', 0x116)], bug=225642) ['mac', ('intel', 0x116)], bug=225642)
self.Fail('conformance/extensions/webgl-draw-buffers.html', # self.Fail('conformance/extensions/webgl-draw-buffers.html',
['mac', ('intel', 0x116)], bug=369349) # ['mac', ('intel', 0x116)], bug=369349)
# Mac 10.8 / Intel HD 3000 failures # Mac 10.8 / Intel HD 3000 failures
self.Fail('conformance/rendering/gl-scissor-test.html', self.Fail('conformance/rendering/gl-scissor-test.html',
...@@ -339,6 +343,9 @@ class WebGLConformanceExpectations(GpuTestExpectations): ...@@ -339,6 +343,9 @@ class WebGLConformanceExpectations(GpuTestExpectations):
# shell. # shell.
self.Skip('conformance/extensions/oes-texture-float-with-video.html', self.Skip('conformance/extensions/oes-texture-float-with-video.html',
['android', 'qualcomm'], bug=499555) ['android', 'qualcomm'], bug=499555)
# Nexus 5 failures
self.Fail('conformance/glsl/bugs/struct-constructor-highp-bug.html',
['android', ('qualcomm', 'Adreno (TM) 330')], bug=559342)
# Nexus 6 failures only # Nexus 6 failures only
self.Fail('conformance/context/' + self.Fail('conformance/context/' +
'context-attributes-alpha-depth-stencil-antialias.html', 'context-attributes-alpha-depth-stencil-antialias.html',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment