Commit b9b03f98 authored by yunchao.he's avatar yunchao.he Committed by Commit bot

Roll WebGL 046d1f6..06ad9fd

https://chromium.googlesource.com/external/khronosgroup/webgl.git/+log/046d1f6..06ad9fd

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/2626963002
Cr-Commit-Position: refs/heads/master@{#442962}
parent b9073051
...@@ -192,7 +192,7 @@ deps = { ...@@ -192,7 +192,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' + '@' + '046d1f6892ba08de4b9f58d59a50794034f286e7', Var('chromium_git') + '/external/khronosgroup/webgl.git' + '@' + '06ad9fd073271d958ae63fbc9ef924e5f824589f',
'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',
......
...@@ -41,6 +41,14 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations): ...@@ -41,6 +41,14 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Skip('deqp/functional/gles3/builtinprecision/*.html', bug=619403) self.Skip('deqp/functional/gles3/builtinprecision/*.html', bug=619403)
# All platforms. # All platforms.
self.Fail('conformance/more/functions/vertexAttribPointerBadArgs.html',
bug=678850)
self.Fail('conformance/attribs/gl-vertexattribpointer.html', bug=678850)
self.Fail('conformance2/attribs/gl-vertexattribipointer.html', bug=678850)
self.Fail('conformance/extensions/webgl-compressed-texture-etc.html',
bug=679678)
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)
...@@ -159,6 +167,14 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations): ...@@ -159,6 +167,14 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Fail('conformance2/reading/format-r11f-g11f-b10f.html', self.Fail('conformance2/reading/format-r11f-g11f-b10f.html',
['mac'], bug=1832) # khronos WebGL issue ['mac'], bug=1832) # khronos WebGL issue
self.Fail('deqp/functional/gles3/fborender/recreate_color_02.html',
['mac'], bug=679682)
self.Fail('deqp/functional/gles3/fborender/resize_01.html',
['mac'], bug=679682)
self.Fail('deqp/functional/gles3/fragmentoutput/basic.float.html',
['mac'], bug=679684)
self.Fail('deqp/functional/gles3/fragmentoutput/array.float.html',
['mac'], bug=679684)
# Mac Retina NVIDIA # Mac Retina NVIDIA
self.Fail('deqp/functional/gles3/fbomultisample*', self.Fail('deqp/functional/gles3/fbomultisample*',
...@@ -304,6 +320,16 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations): ...@@ -304,6 +320,16 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
['mac', ('nvidia', 0xfe9)], bug=483282) ['mac', ('nvidia', 0xfe9)], bug=483282)
# Mac AMD # Mac AMD
self.Fail('deqp/functional/gles3/fbomultisample.8_samples.html',
['mac', 'amd'], bug=679686)
self.Fail('deqp/functional/gles3/fbomultisample.4_samples.html',
['mac', 'amd'], bug=679686)
self.Fail('deqp/functional/gles3/fbomultisample.2_samples.html',
['mac', 'amd'], bug=679686)
self.Fail('deqp/functional/gles3/pixelbufferobject.html',
['mac', 'amd'], bug=679687)
self.Fail('deqp/functional/gles3/instancedrendering.html',
['mac', 'amd'], bug=679689)
self.Fail('conformance/glsl/bugs/bool-type-cast-bug-int-float.html', self.Fail('conformance/glsl/bugs/bool-type-cast-bug-int-float.html',
['mac', 'amd'], bug=643866) ['mac', 'amd'], bug=643866)
self.Fail('conformance2/glsl3/bool-type-cast-bug-uint-ivec-uvec.html', self.Fail('conformance2/glsl3/bool-type-cast-bug-uint-ivec-uvec.html',
...@@ -429,6 +455,14 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations): ...@@ -429,6 +455,14 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Fail('deqp/functional/gles3/shaderoperator/common_functions.html', self.Fail('deqp/functional/gles3/shaderoperator/common_functions.html',
['mac', ('amd', 0x679e)], bug=483282) ['mac', ('amd', 0x679e)], bug=483282)
# Mac Multi-vendor failures.
self.Fail('deqp/functional/gles3/fragmentoutput/random_00.html',
['mac', 'amd', 'intel'], bug=679690)
self.Fail('deqp/functional/gles3/fragmentoutput/random_02.html',
['mac', 'amd', 'intel'], bug=679690)
self.Fail('deqp/functional/gles3/fbocolorbuffer/clear.html',
['mac', 'amd', 'intel'], bug=679691)
# Mac Intel # Mac Intel
self.Fail( self.Fail(
...@@ -456,6 +490,8 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations): ...@@ -456,6 +490,8 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
'conformance2/textures/webgl_canvas/tex-3d-rgb9_e5-rgb-half_float.html', 'conformance2/textures/webgl_canvas/tex-3d-rgb9_e5-rgb-half_float.html',
['sierra', 'intel'], bug=663188) ['sierra', 'intel'], bug=663188)
self.Fail('conformance2/textures/misc/angle-stuck-depth-textures.html',
['mac', '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/texturefiltering/2d_combinations_01.html', self.Fail('deqp/functional/gles3/texturefiltering/2d_combinations_01.html',
...@@ -571,6 +607,8 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations): ...@@ -571,6 +607,8 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
['linux'], bug=627525) ['linux'], bug=627525)
self.Fail('conformance2/glsl3/vector-dynamic-indexing-nv-driver-bug.html', self.Fail('conformance2/glsl3/vector-dynamic-indexing-nv-driver-bug.html',
['linux'], bug=483282) ['linux'], bug=483282)
self.Fail('conformance2/textures/image_bitmap_from_image/' +
'tex-3d-r16f-red-float.html', ['linux'], bug=679695)
# Linux Multi-vendor failures. # Linux Multi-vendor failures.
self.Skip('deqp/data/gles3/shaders/qualification_order.html', self.Skip('deqp/data/gles3/shaders/qualification_order.html',
...@@ -588,6 +626,9 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations): ...@@ -588,6 +626,9 @@ 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/textures/image_bitmap_from_canvas/' +
'tex-3d-srgb8_alpha8-rgba-unsigned_byte.html',
['linux', 'nvidia'], bug=679677)
# Linux Intel # Linux Intel
self.Fail('conformance2/extensions/ext-color-buffer-float.html', self.Fail('conformance2/extensions/ext-color-buffer-float.html',
......
...@@ -110,6 +110,10 @@ class WebGLConformanceExpectations(GpuTestExpectations): ...@@ -110,6 +110,10 @@ class WebGLConformanceExpectations(GpuTestExpectations):
# ======================== # ========================
# Fails on all platforms # Fails on all platforms
self.Fail('conformance/more/functions/vertexAttribPointerBadArgs.html',
bug=678850)
self.Fail('conformance/attribs/gl-vertexattribpointer.html', bug=678850)
# 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/extensions/webgl-draw-buffers-feedback-loop.html',
bug=1619) # angle bug ID bug=1619) # angle bug ID
...@@ -136,6 +140,8 @@ class WebGLConformanceExpectations(GpuTestExpectations): ...@@ -136,6 +140,8 @@ class WebGLConformanceExpectations(GpuTestExpectations):
['win', 'nvidia'], bug=630860) ['win', 'nvidia'], bug=630860)
self.Fail('conformance/glsl/bugs/unary-minus-operator-float-bug.html', self.Fail('conformance/glsl/bugs/unary-minus-operator-float-bug.html',
['win', 'nvidia'], bug=672380) ['win', 'nvidia'], bug=672380)
self.Fail('conformance/extensions/ext-sRGB.html',
['win', 'nvidia', 'no_passthrough'], bug=679696)
# Win7 / Intel failures # Win7 / Intel failures
self.Fail('conformance/textures/misc/' + self.Fail('conformance/textures/misc/' +
...@@ -225,8 +231,8 @@ class WebGLConformanceExpectations(GpuTestExpectations): ...@@ -225,8 +231,8 @@ class WebGLConformanceExpectations(GpuTestExpectations):
['win10', 'intel', 'opengl'], bug=1007) # angle bug ID ['win10', 'intel', 'opengl'], bug=1007) # angle bug ID
# Win / Passthrough command decoder # Win / Passthrough command decoder
self.Fail('conformance/attribs/gl-vertexattribpointer.html', self.Fail('conformance/extensions/ext-sRGB.html',
['win', 'passthrough', 'd3d11'], bug=1523) # angle bug ID ['win', 'passthrough', 'd3d11'], bug=679696)
self.Fail('conformance/extensions/angle-instanced-arrays.html', self.Fail('conformance/extensions/angle-instanced-arrays.html',
['win', 'passthrough', 'd3d11'], bug=1523) # angle bug ID ['win', 'passthrough', 'd3d11'], bug=1523) # angle bug ID
self.Fail('conformance/extensions/ext-disjoint-timer-query.html', self.Fail('conformance/extensions/ext-disjoint-timer-query.html',
...@@ -287,8 +293,6 @@ class WebGLConformanceExpectations(GpuTestExpectations): ...@@ -287,8 +293,6 @@ class WebGLConformanceExpectations(GpuTestExpectations):
['win', 'passthrough', 'd3d11'], bug=1639) # angle bug ID ['win', 'passthrough', 'd3d11'], bug=1639) # angle bug ID
self.Fail('conformance/more/functions/texSubImage2DHTMLBadArgs.html', self.Fail('conformance/more/functions/texSubImage2DHTMLBadArgs.html',
['win', 'passthrough', 'd3d11'], bug=1639) # angle bug ID ['win', 'passthrough', 'd3d11'], bug=1639) # angle bug ID
self.Fail('conformance/more/functions/vertexAttribPointerBadArgs.html',
['win', 'passthrough', 'd3d11'], bug=1639) # angle bug ID
self.Fail('conformance/reading/read-pixels-test.html', self.Fail('conformance/reading/read-pixels-test.html',
['win', 'passthrough', 'd3d11'], bug=1639) # angle bug ID ['win', 'passthrough', 'd3d11'], bug=1639) # angle bug ID
self.Fail('conformance/renderbuffers/feedback-loop.html', self.Fail('conformance/renderbuffers/feedback-loop.html',
...@@ -369,6 +373,8 @@ class WebGLConformanceExpectations(GpuTestExpectations): ...@@ -369,6 +373,8 @@ class WebGLConformanceExpectations(GpuTestExpectations):
self.Flaky('conformance/textures/video/' + self.Flaky('conformance/textures/video/' +
'tex-2d-rgb-rgb-unsigned_short_5_6_5.html', 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html',
['linux'], bug=627525) ['linux'], bug=627525)
self.Fail('conformance/extensions/webgl-compressed-texture-etc.html',
bug=679678)
# NVIDIA # NVIDIA
self.Flaky('conformance/extensions/oes-element-index-uint.html', self.Flaky('conformance/extensions/oes-element-index-uint.html',
...@@ -436,6 +442,10 @@ class WebGLConformanceExpectations(GpuTestExpectations): ...@@ -436,6 +442,10 @@ class WebGLConformanceExpectations(GpuTestExpectations):
# The following tests timed out on android, so skip them for now. # The following tests timed out on android, so skip them for now.
self.Skip('conformance/textures/image_bitmap_from_video/*', self.Skip('conformance/textures/image_bitmap_from_video/*',
['android'], bug=585108) ['android'], bug=585108)
self.Fail('conformance/textures/misc/' +
'copytexsubimage2d-large-partial-copy-corruption.html',
['android'], bug=679697)
# The following WebView crashes are causing problems with further # The following WebView crashes are causing problems with further
# tests in the suite, so skip them for now. # tests in the suite, so skip them for now.
self.Skip('conformance/textures/video/' + self.Skip('conformance/textures/video/' +
...@@ -554,9 +564,6 @@ class WebGLConformanceExpectations(GpuTestExpectations): ...@@ -554,9 +564,6 @@ class WebGLConformanceExpectations(GpuTestExpectations):
['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
self.Fail('conformance/textures/image_data/*', self.Fail('conformance/textures/image_data/*',
['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
self.Fail('conformance/textures/misc/' +
'copy-tex-sub-image-2d-partial-texture.html',
['android', ('qualcomm', 'Adreno (TM) 418')], bug=643361)
self.Fail('conformance/textures/svg_image/*', self.Fail('conformance/textures/svg_image/*',
['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
self.Fail('conformance/textures/video/*', self.Fail('conformance/textures/video/*',
...@@ -668,11 +675,6 @@ class WebGLConformanceExpectations(GpuTestExpectations): ...@@ -668,11 +675,6 @@ class WebGLConformanceExpectations(GpuTestExpectations):
self.Fail('conformance/textures/misc/' + self.Fail('conformance/textures/misc/' +
'copy-tex-image-and-sub-image-2d.html', 'copy-tex-image-and-sub-image-2d.html',
['android', ('qualcomm', 'Adreno (TM) 420')], bug=499555) ['android', ('qualcomm', 'Adreno (TM) 420')], bug=499555)
self.Fail('conformance/textures/misc/' +
'copy-tex-sub-image-2d-partial-texture.html',
['android',
('qualcomm', 'Adreno (TM) 420'),
('qualcomm', 'Adreno (TM) 430')], bug=643361)
self.Fail('conformance/textures/misc/' + self.Fail('conformance/textures/misc/' +
'tex-image-and-sub-image-2d-with-array-buffer-view.html', 'tex-image-and-sub-image-2d-with-array-buffer-view.html',
['android', ['android',
......
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