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

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

Issue 2349313003: Suppress a couple of flaky tests. (Closed)
Patch Set: Created 4 years, 3 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 | « content/test/gpu/gpu_tests/webgl2_conformance_expectations.py ('k') | 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 76dff932312a2a0931b5a7b93f30da88b74f0590..ccc35a59c592eb371c3e6ecb99f2cd648a816081 100644
--- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
@@ -207,6 +207,11 @@ class WebGLConformanceExpectations(GpuTestExpectations):
self.Fail('conformance/rendering/clipping-wide-points.html',
['mac', 'amd'], bug=642822)
+ # Mac Intel failures
+ self.Flaky('conformance/textures/webgl_canvas/tex-' +
+ '2d-rgb-rgb-unsigned_byte.html',
+ ['mac', 'intel'], bug=648377)
+
# Mac Retina NVidia failures
self.Fail('conformance/attribs/gl-disabled-vertex-attrib.html',
['mac', ('nvidia', 0xfe9)], bug=635081)
« no previous file with comments | « content/test/gpu/gpu_tests/webgl2_conformance_expectations.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698