Commit 9c785e56 authored by kbr's avatar kbr Committed by Commit bot

Roll WebGL d0783b8..32cfddc

https://chromium.googlesource.com/external/khronosgroup/webgl.git/+log/d0783b8..32cfddc

BUG=685232, 701060, 709351

TEST=bots

TBR=zmo@chromium.org

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/2798083005
Cr-Commit-Position: refs/heads/master@{#462964}
parent 1fd959d6
...@@ -196,7 +196,7 @@ deps = { ...@@ -196,7 +196,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' + '@' + 'd0783b85bd445f700576dba25bf452d58c112d33', Var('chromium_git') + '/external/khronosgroup/webgl.git' + '@' + '32cfddc9e452c93bcbe443d6ddcc0c18ac556501',
'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',
......
...@@ -44,6 +44,10 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations): ...@@ -44,6 +44,10 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Flaky('conformance2/query/occlusion-query.html', bug=603168) self.Flaky('conformance2/query/occlusion-query.html', bug=603168)
self.Fail('conformance2/glsl3/tricky-loop-conditions.html', bug=483282) self.Fail('conformance2/glsl3/tricky-loop-conditions.html', bug=483282)
# Temporary suppression; will be removed after bug fix.
self.Fail('conformance/textures/misc/texture-corner-case-videos.html',
bug=701060)
self.Fail('conformance2/rendering/depth-stencil-feedback-loop.html', self.Fail('conformance2/rendering/depth-stencil-feedback-loop.html',
bug=660844) # WebGL 2.0.1 bug=660844) # WebGL 2.0.1
self.Fail('conformance2/rendering/rendering-sampling-feedback-loop.html', self.Fail('conformance2/rendering/rendering-sampling-feedback-loop.html',
...@@ -203,6 +207,10 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations): ...@@ -203,6 +207,10 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
# Mac only. # Mac only.
# Fails on all GPU types.
self.Fail('conformance2/glsl3/vector-dynamic-indexing-swizzled-lvalue.html',
['mac'], bug=709351)
self.Fail('conformance2/rendering/' + self.Fail('conformance2/rendering/' +
'framebuffer-completeness-unaffected.html', 'framebuffer-completeness-unaffected.html',
['mac'], bug=630800) ['mac'], bug=630800)
...@@ -694,9 +702,14 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations): ...@@ -694,9 +702,14 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
['linux', 'nvidia'], bug=618447) ['linux', 'nvidia'], bug=618447)
self.Fail('conformance/glsl/bugs/unary-minus-operator-float-bug.html', self.Fail('conformance/glsl/bugs/unary-minus-operator-float-bug.html',
['linux', 'nvidia'], bug=672380) ['linux', 'nvidia'], bug=672380)
self.Fail('conformance2/glsl3/vector-dynamic-indexing-swizzled-lvalue.html',
['linux', 'nvidia'], bug=709351)
self.Fail('conformance2/textures/canvas_sub_rectangle/' + self.Fail('conformance2/textures/canvas_sub_rectangle/' +
'tex-2d-r11f_g11f_b10f-rgb-half_float.html', 'tex-2d-r11f_g11f_b10f-rgb-half_float.html',
['linux', 'nvidia'], bug=694359) ['linux', 'nvidia'], bug=694359)
self.Fail('conformance2/textures/canvas_sub_rectangle/' +
'tex-2d-rgb16f-rgb-half_float.html',
['linux', 'nvidia'], bug=694359)
self.Fail('conformance2/textures/image_bitmap_from_canvas/' + self.Fail('conformance2/textures/image_bitmap_from_canvas/' +
'tex-3d-srgb8_alpha8-rgba-unsigned_byte.html', 'tex-3d-srgb8_alpha8-rgba-unsigned_byte.html',
['linux', 'nvidia'], bug=679677) ['linux', 'nvidia'], bug=679677)
......
...@@ -101,6 +101,10 @@ class WebGLConformanceExpectations(GpuTestExpectations): ...@@ -101,6 +101,10 @@ class WebGLConformanceExpectations(GpuTestExpectations):
self.Fail('conformance/textures/misc/tex-sub-image-2d-bad-args.html', self.Fail('conformance/textures/misc/tex-sub-image-2d-bad-args.html',
bug=570453) bug=570453)
# Temporary suppression; will be removed after bug fix.
self.Fail('conformance/textures/misc/texture-corner-case-videos.html',
bug=701060)
# Passthrough command decoder # Passthrough command decoder
self.Fail('conformance/extensions/ext-sRGB.html', self.Fail('conformance/extensions/ext-sRGB.html',
['passthrough'], bug=679696) ['passthrough'], bug=679696)
...@@ -235,6 +239,10 @@ class WebGLConformanceExpectations(GpuTestExpectations): ...@@ -235,6 +239,10 @@ class WebGLConformanceExpectations(GpuTestExpectations):
self.Fail('conformance/uniforms/uniform-samplers-test.html', self.Fail('conformance/uniforms/uniform-samplers-test.html',
['passthrough', 'd3d11'], bug=1639) # angle bug ID ['passthrough', 'd3d11'], bug=1639) # angle bug ID
# Win / AMD / Passthrough command decoder / D3D11
self.Flaky('conformance/textures/misc/copytexsubimage2d-subrects.html',
['win', 'amd', 'passthrough', 'd3d11'], bug=685232)
# Win failures # Win failures
# Note that the following test seems to pass, but it may still be flaky. # Note that the following test seems to pass, but it may still be flaky.
self.Fail('conformance/glsl/constructors/' + self.Fail('conformance/glsl/constructors/' +
......
# AUTOGENERATED FILE - DO NOT EDIT # AUTOGENERATED FILE - DO NOT EDIT
# SEE roll_webgl_conformance.py # SEE roll_webgl_conformance.py
Current webgl revision c02db7653f0a0af14fd3303044279b8e4234d80b Current webgl revision 32cfddc9e452c93bcbe443d6ddcc0c18ac556501
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