Commit cd18e02e authored by Jamie Madill's avatar Jamie Madill Committed by Commit Bot

Suppress Win/AMD WebGL failures.

It seems new drivers have a regression with 3D textures.

Bug: angleproject:2424
No-try: True
Tbr: kbr@chromium.org
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;master.tryserver.chromium.win:win_optional_gpu_tests_rel
Change-Id: Id1a94b1b95206551f6fd504043cf2fe0b48bbb56
Reviewed-on: https://chromium-review.googlesource.com/974459Reviewed-by: default avatarJamie Madill <jmadill@chromium.org>
Commit-Queue: Jamie Madill <jmadill@chromium.org>
Cr-Commit-Position: refs/heads/master@{#544985}
parent ebca318d
...@@ -233,9 +233,25 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations): ...@@ -233,9 +233,25 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Fail('conformance2/rendering/blitframebuffer-stencil-only.html', self.Fail('conformance2/rendering/blitframebuffer-stencil-only.html',
['win', 'amd', 'd3d11'], bug=483282) # owner:jmadill ['win', 'amd', 'd3d11'], bug=483282) # owner:jmadill
# Keep a separate set of failures for the R7 240, since it can use a new # Recent AMD drivers seem to have a regression with 3D textures.
# and updated driver. The older drivers won't ever get fixes from AMD. self.Fail('conformance2/textures/canvas_sub_rectangle/tex-3d-*',
# Use ['win', ('amd', 0x6613)] for the R7 240 devices. ['win', 'amd', 'd3d11'], bug=2424) # ANGLE bug ID
self.Fail('conformance2/textures/image_data/tex-3d-*',
['win', 'amd', 'd3d11'], bug=2424) # ANGLE bug ID
self.Fail('conformance2/textures/misc/tex-unpack-params.html',
['win', 'amd', 'd3d11'], bug=2424) # ANGLE bug ID
self.Fail('conformance2/textures/video/tex-3d-*',
['win', 'amd', 'd3d11'], bug=2424) # ANGLE bug ID
self.Fail('deqp/functional/gles3/shadertexturefunction/*',
['win', 'amd', 'd3d11'], bug=2424) # ANGLE bug ID
self.Fail('deqp/functional/gles3/texturefiltering/3d_*',
['win', 'amd', 'd3d11'], bug=2424) # ANGLE bug ID
self.Fail('deqp/functional/gles3/texturespecification/' +
'basic_teximage3d_3d_*',
['win', 'amd', 'd3d11'], bug=2424) # ANGLE bug ID
self.Fail('deqp/functional/gles3/texturespecification/' +
'teximage3d_pbo_3d*',
['win', 'amd', 'd3d11'], bug=2424) # ANGLE bug ID
# Have seen this time out. Think it may be because it's currently # Have seen this time out. Think it may be because it's currently
# the first test that runs in the shard, and the browser might not # the first test that runs in the shard, and the browser might not
......
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