Commit 319faa6f authored by Kenneth Russell's avatar Kenneth Russell Committed by Commit Bot

Roll WebGL 6d2f3f4..0d55c88

https://chromium.googlesource.com/external/khronosgroup/webgl.git/+log/6d2f3f4..0d55c88

Includes suppressions for the following failures:

  conformance/rendering/rendering-sampling-feedback-loop.html
  conformance2/textures/misc/tex-mipmap-levels.html
  conformance2/textures/image_bitmap_from_video/
    tex-2d-rgb565-rgb-unsigned_short_5_6_5.html
  deqp/functional/gles3/lifetime.html
  deqp/functional/gles3/shaderoperator/common_functions_*.html

Bug: 660844, 739604, 766918, 849576, 886970, 890002, 890539, 898350, 898351, angleproject:2832
Cq-Include-Trybots: luci.chromium.try:win_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_angle_rel_ng;luci.chromium.try:win_angle_rel_ng
Change-Id: I85be441fa86090e5ed056a9366452248985693e3
Reviewed-on: https://chromium-review.googlesource.com/c/1297570Reviewed-by: default avatarJames Darpinian <jdarpinian@chromium.org>
Commit-Queue: Kenneth Russell <kbr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#602377}
parent a4ae44e5
...@@ -1153,7 +1153,7 @@ deps = { ...@@ -1153,7 +1153,7 @@ deps = {
Var('chromium_git') + '/external/selenium/py.git' + '@' + '5fd78261a75fe08d27ca4835fb6c5ce4b42275bd', Var('chromium_git') + '/external/selenium/py.git' + '@' + '5fd78261a75fe08d27ca4835fb6c5ce4b42275bd',
'src/third_party/webgl/src': 'src/third_party/webgl/src':
Var('chromium_git') + '/external/khronosgroup/webgl.git' + '@' + '6d2f3f4cb8bac1f7c4a945c73d07a33df74f22f9', Var('chromium_git') + '/external/khronosgroup/webgl.git' + '@' + '0d55c887e92b645f6effe753528323ab2ffd94c2',
'src/third_party/webrtc': 'src/third_party/webrtc':
Var('webrtc_git') + '/src.git' + '@' + '62ae178357b76b844e28b20fc704bfd11f5bd194', Var('webrtc_git') + '/src.git' + '@' + '62ae178357b76b844e28b20fc704bfd11f5bd194',
......
...@@ -115,7 +115,7 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations): ...@@ -115,7 +115,7 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
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('conformance/rendering/rendering-sampling-feedback-loop.html',
bug=660844) # WebGL 2.0.1 bug=660844) # WebGL 2.0.1
self.Fail('conformance2/textures/misc/' + self.Fail('conformance2/textures/misc/' +
'integer-cubemap-specification-order-bug.html', 'integer-cubemap-specification-order-bug.html',
...@@ -125,6 +125,10 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations): ...@@ -125,6 +125,10 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
# Need to implement new lifetime/deletion semantics. # Need to implement new lifetime/deletion semantics.
self.Fail('conformance2/vertex_arrays/vertex-array-object.html', bug=739604) self.Fail('conformance2/vertex_arrays/vertex-array-object.html', bug=739604)
self.Fail('deqp/functional/gles3/lifetime.html', bug=898350)
# Need to forbid generation of mipmaps for zero-sized textures.
self.Fail('conformance2/textures/misc/tex-mipmap-levels.html', bug=898351)
# The following actually passes on gl_passthrough and also Mac Intel with # The following actually passes on gl_passthrough and also Mac Intel with
# command buffer. # command buffer.
...@@ -328,8 +332,9 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations): ...@@ -328,8 +332,9 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
# Seems to cause the harness to fail immediately afterward # Seems to cause the harness to fail immediately afterward
self.Skip('conformance2/textures/video/tex-2d-rgba16f-rgba-half_float.html', self.Skip('conformance2/textures/video/tex-2d-rgba16f-rgba-half_float.html',
['win', 'intel', 'd3d11'], bug=648337) ['win', 'intel', 'd3d11'], bug=648337)
self.Flaky('deqp/functional/gles3/lifetime.html', # TODO(kbr): re-enable after fix for http://crbug.com/898350
['win', 'intel', 'd3d11'], bug=620379) # self.Flaky('deqp/functional/gles3/lifetime.html',
# ['win', 'intel', 'd3d11'], bug=620379)
self.Flaky('deqp/functional/gles3/textureformat/unsized_3d.html', self.Flaky('deqp/functional/gles3/textureformat/unsized_3d.html',
['win', 'intel', 'd3d11'], bug=614418) ['win', 'intel', 'd3d11'], bug=614418)
...@@ -438,7 +443,10 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations): ...@@ -438,7 +443,10 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Fail('conformance/textures/image_bitmap_from_video/' + self.Fail('conformance/textures/image_bitmap_from_video/' +
'tex-2d-rgb-rgb-unsigned_short_5_6_5.html', 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html',
['linux', 'passthrough', 'opengl', 'nvidia'], bug=766918) ['linux', 'passthrough', 'opengl', 'nvidia'], bug=766918)
self.Fail('deqp/functional/gles3/shaderoperator/common_functions.html', self.Flaky('conformance2/textures/image_bitmap_from_video/' +
'tex-2d-rgb565-rgb-unsigned_short_5_6_5.html',
['linux', 'passthrough', 'opengl', 'nvidia'], bug=766918)
self.Fail('deqp/functional/gles3/shaderoperator/common_functions_*.html',
['linux', 'passthrough', 'opengl', 'nvidia'], bug=793055) ['linux', 'passthrough', 'opengl', 'nvidia'], bug=793055)
# Passthrough command decoder / Linux / OpenGL / Intel # Passthrough command decoder / Linux / OpenGL / Intel
...@@ -450,18 +458,21 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations): ...@@ -450,18 +458,21 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Fail('conformance2/renderbuffers/' + self.Fail('conformance2/renderbuffers/' +
'multisampled-stencil-renderbuffer-initialization.html', 'multisampled-stencil-renderbuffer-initialization.html',
['linux', 'passthrough', 'opengl', 'intel'], bug=2760) # ANGLE bug ['linux', 'passthrough', 'opengl', 'intel'], bug=2760) # ANGLE bug
self.Fail('conformance2/textures/misc/tex-mipmap-levels.html', # TODO(kbr): re-enable after crbug.com/898351 is fixed
['linux', 'passthrough', 'opengl', 'intel'], bug=2761) # ANGLE bug # self.Fail('conformance2/textures/misc/tex-mipmap-levels.html',
# ['linux', 'passthrough', 'opengl', 'intel'], bug=2761) # ANGLE bug
# Regressions in 10.12.4. # Regressions in 10.12.4.
self.Fail('conformance2/textures/misc/tex-base-level-bug.html', self.Fail('conformance2/textures/misc/tex-base-level-bug.html',
['sierra', 'intel'], bug=705865) ['sierra', 'intel'], bug=705865)
self.Fail('conformance2/textures/misc/tex-mipmap-levels.html', # TODO(kbr): re-enable after crbug.com/898351 is fixed
['sierra', 'intel'], bug=705865) # self.Fail('conformance2/textures/misc/tex-mipmap-levels.html',
# ['sierra', 'intel'], bug=705865)
self.Fail('conformance2/textures/misc/tex-base-level-bug.html', self.Fail('conformance2/textures/misc/tex-base-level-bug.html',
['sierra', 'amd'], bug=870856) ['sierra', 'amd'], bug=870856)
self.Fail('conformance2/textures/misc/tex-mipmap-levels.html', # TODO(kbr): re-enable after crbug.com/898351 is fixed
['sierra', 'amd'], bug=870856) # self.Fail('conformance2/textures/misc/tex-mipmap-levels.html',
# ['sierra', 'amd'], bug=870856)
# Regressions in 10.13 # Regressions in 10.13
self.Fail('deqp/functional/gles3/fbocolorbuffer/tex2d_00.html', self.Fail('deqp/functional/gles3/fbocolorbuffer/tex2d_00.html',
...@@ -678,11 +689,12 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations): ...@@ -678,11 +689,12 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
# OpenGL driver on 10.13.6 specifically. Unfortunately when the # OpenGL driver on 10.13.6 specifically. Unfortunately when the
# tests fail, they fail three times in a row, so we must mark them # tests fail, they fail three times in a row, so we must mark them
# failing rather than flaky. # failing rather than flaky.
self.Fail('conformance2/textures/misc/tex-mipmap-levels.html', # TODO(kbr): re-enable after crbug.com/898351 is fixed
['highsierra', 'amd'], bug=870856) # self.Fail('conformance2/textures/misc/tex-mipmap-levels.html',
# ['highsierra', 'amd'], bug=870856)
self.Fail('conformance2/textures/misc/tex-base-level-bug.html', self.Fail('conformance2/textures/misc/tex-base-level-bug.html',
['highsierra', 'amd'], bug=870856) ['highsierra', 'amd'], bug=870856)
self.Fail('deqp/functional/gles3/shaderoperator/common_functions.html', self.Fail('deqp/functional/gles3/shaderoperator/common_functions_*.html',
['mac', 'amd'], bug=820225) ['mac', 'amd'], bug=820225)
self.Fail('deqp/functional/gles3/transformfeedback/' + self.Fail('deqp/functional/gles3/transformfeedback/' +
'array_interleaved_lines.html', 'array_interleaved_lines.html',
...@@ -783,7 +795,7 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations): ...@@ -783,7 +795,7 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
['mac', 'no_passthrough', 'intel'], bug=679692) ['mac', 'no_passthrough', 'intel'], bug=679692)
self.Fail('deqp/functional/gles3/fbomultisample*', self.Fail('deqp/functional/gles3/fbomultisample*',
['mac', 'intel'], bug=641209) ['mac', 'intel'], bug=641209)
self.Fail('deqp/functional/gles3/shaderoperator/common_functions.html', self.Fail('deqp/functional/gles3/shaderoperator/common_functions_*.html',
['mac', 'intel'], bug=820225) ['mac', 'intel'], bug=820225)
self.Fail('deqp/functional/gles3/texturefiltering/2d_combinations_01.html', self.Fail('deqp/functional/gles3/texturefiltering/2d_combinations_01.html',
['mac', 'intel'], bug=606074) ['mac', 'intel'], bug=606074)
...@@ -1109,8 +1121,9 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations): ...@@ -1109,8 +1121,9 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
['linux', 'amd'], bug=662644) # WebGL 2.0.1 ['linux', 'amd'], bug=662644) # WebGL 2.0.1
self.Fail('conformance2/renderbuffers/framebuffer-texture-layer.html', self.Fail('conformance2/renderbuffers/framebuffer-texture-layer.html',
['linux', 'amd'], bug=295792) ['linux', 'amd'], bug=295792)
self.Fail('conformance2/textures/misc/tex-mipmap-levels.html', # TODO(kbr): re-enable after crbug.com/898351 is fixed
['linux', 'amd'], bug=483282) # self.Fail('conformance2/textures/misc/tex-mipmap-levels.html',
# ['linux', 'amd'], bug=483282)
self.Fail('conformance2/textures/misc/copy-texture-image-luma-format.html', self.Fail('conformance2/textures/misc/copy-texture-image-luma-format.html',
['linux', 'amd'], bug=483282) ['linux', 'amd'], bug=483282)
......
...@@ -97,8 +97,8 @@ class WebGLConformanceExpectations(GpuTestExpectations): ...@@ -97,8 +97,8 @@ class WebGLConformanceExpectations(GpuTestExpectations):
self.Fail('conformance/extensions/oes-vertex-array-object.html', bug=739604) self.Fail('conformance/extensions/oes-vertex-array-object.html', bug=739604)
# Need to add detection of feedback loops with multiple render targets. # Need to add detection of feedback loops with multiple render targets.
self.Fail('conformance/extensions/webgl-draw-buffers-feedback-loop.html', self.Fail('conformance/rendering/rendering-sampling-feedback-loop.html',
['no_passthrough'], bug=1619) # angle bug ID bug=660844)
# Need to implement new error semantics # Need to implement new error semantics
# https://github.com/KhronosGroup/WebGL/pull/2607 # https://github.com/KhronosGroup/WebGL/pull/2607
......
# AUTOGENERATED FILE - DO NOT EDIT # AUTOGENERATED FILE - DO NOT EDIT
# SEE roll_webgl_conformance.py # SEE roll_webgl_conformance.py
Current webgl revision 6d2f3f4cb8bac1f7c4a945c73d07a33df74f22f9 Current webgl revision 0d55c887e92b645f6effe753528323ab2ffd94c2
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