Commit 4fa6dcdc authored by yunchao.he's avatar yunchao.he Committed by Commit bot

Roll WebGL 3d0e045..2e13422

https://chromium.googlesource.com/external/khronosgroup/webgl.git/+log/3d0e045..2e13422

BUG=

TEST=bots

CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.win:win_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel

Review-Url: https://codereview.chromium.org/2310243003
Cr-Commit-Position: refs/heads/master@{#417329}
parent f9c01aee
......@@ -183,7 +183,7 @@ deps = {
Var('chromium_git') + '/external/bidichecker/lib.git' + '@' + '97f2aa645b74c28c57eca56992235c79850fa9e0',
'src/third_party/webgl/src':
Var('chromium_git') + '/external/khronosgroup/webgl.git' + '@' + '3d0e045bf47568d99adc3dd222e3c011adab4ab0',
Var('chromium_git') + '/external/khronosgroup/webgl.git' + '@' + '2e13422646f5a621968c30bffb9536b48ddd0d12',
'src/third_party/webdriver/pylib':
Var('chromium_git') + '/external/selenium/py.git' + '@' + '5fd78261a75fe08d27ca4835fb6c5ce4b42275bd',
......
......@@ -39,6 +39,9 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Fail('conformance2/textures/misc/tex-srgb-mipmap.html', bug=634519)
# All platforms.
self.Fail('conformance/misc/object-deletion-behaviour.html', bug=644957)
self.Fail('conformance2/rendering/blitframebuffer-outside-readbuffer.html',
bug=664740)
self.Flaky('conformance2/query/occlusion-query.html', bug=603168)
self.Fail('conformance2/misc/expando-loss-2.html', bug=483282)
......@@ -328,6 +331,10 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
['mac', ('nvidia', 0xfe9)], bug=483282)
# Mac AMD
self.Fail('conformance/glsl/bugs/bool-type-cast-bug-int-float.html',
['mac', 'amd'], bug=483282)
self.Fail('conformance2/glsl3/bool-type-cast-bug-uint-ivec-uvec.html',
['mac', 'amd'], bug=483282)
self.Fail('deqp/functional/gles3/instancedrendering.html',
['mac', 'amd'], bug=483282)
self.Fail('deqp/functional/gles3/pixelbufferobject.html',
......
......@@ -101,6 +101,7 @@ class WebGLConformanceExpectations(GpuTestExpectations):
# Conformance expectations
# ========================
# Fails on all platforms
self.Fail('conformance/misc/object-deletion-behaviour.html', bug=644957)
# We need to add WebGL 1 check in command buffer that format/type from
# TexSubImage2D have to match the current texture's.
......@@ -194,6 +195,8 @@ class WebGLConformanceExpectations(GpuTestExpectations):
# La la la la la la la la ...
# Mac AMD failures
self.Fail('conformance/glsl/bugs/bool-type-cast-bug-int-float.html',
['mac', 'amd'], bug=483282)
self.Fail('conformance/extensions/webgl-draw-buffers.html',
['mac', 'amd'], bug=625365)
self.Fail('conformance/rendering/clipping-wide-points.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