Commit 92329226 authored by JiangYizhou's avatar JiangYizhou Committed by Commit Bot

Roll WebGL e4919fa..05591bb

https://chromium.googlesource.com/external/khronosgroup/webgl.git/+log/e4919fa..05591bb

BUG=782317

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

Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel
Change-Id: Ib9d1d373b8942214cf655d6aa132dddd233229a0
Reviewed-on: https://chromium-review.googlesource.com/802696Reviewed-by: default avatarYunchao He <yunchao.he@intel.com>
Reviewed-by: default avatarZhenyao Mo <zmo@chromium.org>
Commit-Queue: Zhenyao Mo <zmo@chromium.org>
Cr-Commit-Position: refs/heads/master@{#520976}
parent 08e200fb
...@@ -626,7 +626,7 @@ deps = { ...@@ -626,7 +626,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' + '@' + 'e4919fa03c74bd561dcabf3e61668fa3c7e54353', Var('chromium_git') + '/external/khronosgroup/webgl.git' + '@' + '05591bbeae6592fd924caec8e728a4ea86cbb8c9',
'src/third_party/webrtc': 'src/third_party/webrtc':
Var('webrtc_git') + '/src.git' + '@' + '4e70a72571dd26b85c2385e9c618e343428df5d3', # commit position 20628 Var('webrtc_git') + '/src.git' + '@' + '4e70a72571dd26b85c2385e9c618e343428df5d3', # commit position 20628
......
...@@ -295,6 +295,10 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations): ...@@ -295,6 +295,10 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Fail('deqp/functional/gles3/integerstatequery.html', self.Fail('deqp/functional/gles3/integerstatequery.html',
['passthrough', 'opengl'], bug=602688) ['passthrough', 'opengl'], bug=602688)
# Win / Intel
self.Fail('conformance/rendering/rendering-stencil-large-viewport.html',
['win', 'intel', 'd3d11'], bug=782317)
# Passthrough command decoder / OpenGL / Intel # Passthrough command decoder / OpenGL / Intel
self.Fail('conformance2/textures/video/tex-2d-rgb32f-rgb-float.html', self.Fail('conformance2/textures/video/tex-2d-rgb32f-rgb-float.html',
['passthrough', 'opengl', 'intel'], bug=602688) ['passthrough', 'opengl', 'intel'], bug=602688)
...@@ -696,6 +700,9 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations): ...@@ -696,6 +700,9 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
'multisampled-depth-renderbuffer-initialization.html', 'multisampled-depth-renderbuffer-initialization.html',
['mac', 'intel'], bug=731877) ['mac', 'intel'], bug=731877)
self.Fail('conformance/rendering/rendering-stencil-large-viewport.html',
['mac', 'intel'], bug=782317)
# Linux only. # Linux only.
self.Flaky('conformance/textures/video/' + self.Flaky('conformance/textures/video/' +
'tex-2d-rgba-rgba-unsigned_byte.html', 'tex-2d-rgba-rgba-unsigned_byte.html',
......
# AUTOGENERATED FILE - DO NOT EDIT # AUTOGENERATED FILE - DO NOT EDIT
# SEE roll_webgl_conformance.py # SEE roll_webgl_conformance.py
Current webgl revision e4919fa03c74bd561dcabf3e61668fa3c7e54353 Current webgl revision 05591bbeae6592fd924caec8e728a4ea86cbb8c9
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