Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(414)

Unified Diff: content/test/gpu/gpu_tests/webgl2_conformance_expectations.py

Issue 2597843002: Revert of Supress WebGL failures for the 16.12.1 Windows AMD D3D11 driver. (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
diff --git a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
index 68944bbcc5090eff529358f4c260078116225274..63ae0cc3093fc50a03648e70115a6942bb61ce84 100644
--- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
@@ -69,65 +69,6 @@
# Win / AMD
self.Fail('conformance2/rendering/blitframebuffer-stencil-only.html',
['win', 'amd'], bug=483282) # owner:jmadill
-
- # Failing due to the 16.12.1 driver upgrade
- self.Fail('conformance2/textures/canvas/tex-3d-rgb16f-rgb-float.html',
- ['win', 'amd', 'd3d11'], bug=676333)
- self.Fail('conformance2/textures/canvas/' +
- 'tex-2d-rgb8ui-rgb_integer-unsigned_byte.html',
- ['win', 'amd', 'd3d11'], bug=676333)
- self.Fail('conformance2/textures/canvas_sub_rectangle/' +
- 'tex-3d-rgb8-rgb-unsigned_byte.html', ['win', 'amd', 'd3d11'],
- bug=676333)
- self.Fail('conformance2/textures/canvas_sub_rectangle/' +
- 'tex-3d-rgb565-rgb-unsigned_byte.html', ['win', 'amd', 'd3d11'],
- bug=676333)
- self.Fail('conformance2/textures/canvas_sub_rectangle/' +
- 'tex-3d-rgb565-rgb-unsigned_short_5_6_5.html',
- ['win', 'amd', 'd3d11'], bug=676333)
- self.Fail('conformance2/textures/canvas_sub_rectangle/' +
- 'tex-3d-rgb32f-rgb-float.html', ['win', 'amd', 'd3d11'], bug=676333)
- self.Fail('conformance2/textures/canvas_sub_rectangle/' +
- 'tex-3d-rgb16f-rgb-half_float.html', ['win', 'amd', 'd3d11'],
- bug=676333)
- self.Fail('conformance2/textures/image/' +
- 'tex-3d-rgb565-rgb-unsigned_byte.html', ['win', 'amd', 'd3d11'],
- bug=676333)
- self.Fail('conformance2/textures/image/tex-3d-rgb32f-rgb-float.html',
- ['win', 'amd', 'd3d11'], bug=676333)
- self.Fail('conformance2/textures/image/' +
- 'tex-3d-rgb565-rgb-unsigned_short_5_6_5.html',
- ['win', 'amd', 'd3d11'], bug=676333)
- self.Fail('conformance2/textures/image/tex-3d-rgb16f-rgb-float.html',
- ['win', 'amd', 'd3d11'], bug=676333)
- self.Fail('conformance2/textures/image/' +
- 'tex-3d-srgb8-rgb-unsigned_byte.html', ['win', 'amd', 'd3d11'],
- bug=676333)
- self.Fail('conformance2/textures/image_data/' +
- 'tex-3d-rgb16f-rgb-half_float.html', ['win', 'amd', 'd3d11'],
- bug=676333)
- self.Fail('conformance2/textures/image_data/tex-3d-rgb32f-rgb-float.html',
- ['win', 'amd', 'd3d11'], bug=676333)
- self.Fail('conformance2/textures/video/tex-3d-rgb8-rgb-unsigned_byte.html',
- ['win', 'amd', 'd3d11'], bug=676333)
- self.Fail('deqp/functional/gles3/texturespecification/' +
- 'basic_texsubimage3d_00.html', ['win', 'amd', 'd3d11'], bug=676333)
- self.Fail('deqp/functional/gles3/texturespecification/' +
- 'basic_texsubimage3d_01.html', ['win', 'amd', 'd3d11'], bug=676333)
- self.Fail('deqp/functional/gles3/texturespecification/' +
- 'basic_texsubimage3d_03.html', ['win', 'amd', 'd3d11'], bug=676333)
- self.Fail('deqp/functional/gles3/texturespecification/' +
- 'basic_teximage3d_3d_00.html', ['win', 'amd', 'd3d11'], bug=676333)
- self.Fail('deqp/functional/gles3/texturespecification/' +
- 'basic_teximage3d_3d_02.html', ['win', 'amd', 'd3d11'], bug=676333)
- self.Fail('deqp/functional/gles3/texturespecification/' +
- 'basic_teximage3d_3d_03.html', ['win', 'amd', 'd3d11'], bug=676333)
- self.Fail('deqp/functional/gles3/texturespecification/' +
- 'teximage3d_pbo_3d_01.html', ['win', 'amd', 'd3d11'], bug=676333)
- self.Fail('deqp/functional/gles3/texturefiltering/3d_formats_05.html',
- ['win', 'amd', 'd3d11'], bug=676333)
- self.Fail('conformance2/textures/misc/tex-unpack-params.html',
- ['win', 'amd', 'd3d11'], bug=676333)
# Failing on old R5 230 configuration.
self.Fail('deqp/functional/gles3/shadertexturefunction/' +
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698