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

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

Issue 2684183003: WebGL: suppress a couple of flaky tests (Closed)
Patch Set: Created 3 years, 10 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 9c8a6e31353b0af1c39db19b175deec1a223308d..f613d1509fe35eba48fc12cc3b30e23a10a94538 100644
--- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
@@ -136,6 +136,10 @@ class WebGLConformanceExpectations(GpuTestExpectations):
'copy-tex-image-and-sub-image-2d.html',
['win7', 'intel', 'no_passthrough'])
+ # Win7 / NVIDIA D3D9 failures
+ self.Flaky('conformance/canvas/canvas-test.html',
+ ['win7', 'nvidia', 'd3d9'], bug=690248)
+
# Win / Intel HD 530 failures
self.Fail('conformance/canvas/to-data-url-test.html',
['win', 'intel'], bug=680797)
@@ -577,7 +581,7 @@ class WebGLConformanceExpectations(GpuTestExpectations):
self.Fail('conformance/textures/misc/' +
'copy-tex-image-and-sub-image-2d.html',
['android', ('qualcomm', 'Adreno (TM) 420')], bug=499555)
- self.Flaky('conformance/uniforms/uniform-samplers-test.html',
+ self.Fail('conformance/uniforms/uniform-samplers-test.html',
['android', ('qualcomm', 'Adreno (TM) 430')], bug=663071)
self.Fail('WebglExtension_EXT_sRGB',
['android',
« 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