Commit f86d2b95 authored by Geoff Lang's avatar Geoff Lang Committed by Commit Bot

Update WebGL2 expectations for ANGLE / Linux / OpenGL

TBR=zmo@chromium.org

BUG=angleproject:2761
BUG=angleproject:2760
BUG=795030

Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel
Change-Id: I27b47f2ce8b8b66c9bb0577cf627b5998f043fe8
Reviewed-on: https://chromium-review.googlesource.com/1165587
Commit-Queue: Geoff Lang <geofflang@chromium.org>
Reviewed-by: default avatarGeoff Lang <geofflang@chromium.org>
Cr-Commit-Position: refs/heads/master@{#581295}
parent 7e961a4b
......@@ -373,6 +373,8 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Fail('conformance/textures/canvas/' +
'tex-2d-luminance_alpha-luminance_alpha-unsigned_byte.html',
['passthrough', 'opengl'], bug=602688)
self.Fail('deqp/functional/gles3/shadercommonfunction.html',
['passthrough', 'opengl'], bug=795030)
# Passthrough command decoder / OpenGL / Windows
self.Fail('deqp/functional/gles3/fbocompleteness.html',
......@@ -421,13 +423,19 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
['linux', 'passthrough', 'opengl', 'nvidia'], bug=814905)
self.Fail('deqp/functional/gles3/shaderoperator/common_functions.html',
['linux', 'passthrough', 'opengl', 'nvidia'], bug=793055)
self.Fail('deqp/functional/gles3/shadercommonfunction.html',
['linux', 'passthrough', 'opengl', 'nvidia'], bug=793055)
self.Fail('deqp/functional/gles3/shadercommonfunction.html',
['win', 'nvidia', 'opengl'], bug=795030)
self.Fail('deqp/functional/gles3/shaderpackingfunction.html',
['linux', 'passthrough', 'opengl', 'nvidia'], bug=794341)
# Passthrough command decoder / Linux / OpenGL / Intel
self.Fail('conformance2/renderbuffers/' +
'multisampled-depth-renderbuffer-initialization.html',
['linux', 'passthrough', 'opengl', 'intel'], bug=2760) # ANGLE bug
self.Fail('conformance2/renderbuffers/' +
'multisampled-stencil-renderbuffer-initialization.html',
['linux', 'passthrough', 'opengl', 'intel'], bug=2760) # ANGLE bug
self.Fail('conformance2/textures/misc/tex-mipmap-levels.html',
['linux', 'passthrough', 'opengl', 'intel'], bug=2761) # ANGLE bug
# Regressions in 10.12.4.
self.Fail('conformance2/textures/misc/tex-base-level-bug.html',
['sierra'], bug=705865)
......
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