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

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

Issue 2254873009: Expand Linux AMD failure suppressions to cover R7 240. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 months 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/webgl_conformance_expectations.py
diff --git a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
index 15da19da51d8b770c43affffb4e32c134f5ac7be..48959bf2fb852d4a8855ebf33cc83dba66cf84ad 100644
--- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
@@ -682,9 +682,9 @@ class WebGLConformanceExpectations(GpuTestExpectations):
self.Flaky('conformance/more/functions/uniformi.html',
['linux', 'amd'], bug=550989)
- # AMD Radeon 6450
+ # AMD Radeon 6450 and/or R7 240
self.Fail('conformance/extensions/angle-instanced-arrays.html',
- ['linux', ('amd', 0x6779)], bug=479260)
+ ['linux', 'amd'], bug=479260)
self.Flaky('conformance/extensions/ext-texture-filter-anisotropic.html',
['linux', ('amd', 0x6779)], bug=436212)
self.Flaky('conformance/glsl/misc/shader-struct-scope.html',
@@ -698,7 +698,7 @@ class WebGLConformanceExpectations(GpuTestExpectations):
self.Flaky('conformance/more/functions/uniformf.html',
['linux', ('amd', 0x6779)], bug=436212)
self.Fail('conformance/glsl/misc/shaders-with-invariance.html',
- ['linux', ('amd', 0x6779)], bug=479952)
+ ['linux', 'amd'], bug=479952)
self.Flaky('conformance/textures/misc/texture-mips.html',
['linux', ('amd', 0x6779)], bug=479981)
self.Flaky('conformance/textures/misc/texture-size-cube-maps.html',
« 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