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

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

Issue 1752083003: mac: Use IOSurfaces in Canvas2DLayerBridge. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@temp36_canvas2d_refactor
Patch Set: Rebase. Group macros. Created 4 years, 9 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
Index: content/test/gpu/gpu_tests/pixel_expectations.py
diff --git a/content/test/gpu/gpu_tests/pixel_expectations.py b/content/test/gpu/gpu_tests/pixel_expectations.py
index e4875a48142573d7ae4c97d7e8a369c396a805b7..068381811320ed3db1070b35f9a4d45c04bcab89 100644
--- a/content/test/gpu/gpu_tests/pixel_expectations.py
+++ b/content/test/gpu/gpu_tests/pixel_expectations.py
@@ -23,3 +23,6 @@ class PixelExpectations(GpuTestExpectations):
# TODO(ccameron): Remove suppression after rebaseline.
self.Fail('Pixel.CSS3DBlueBox', ['mac'], bug=533690)
self.Fail('Pixel.CSS3DBlueBoxES3', ['mac'], bug=533690)
+
+ # TODO(erikchen): Remove suppression after generating reference images.
+ self.Fail('Pixel.IOSurface2DCanvas', ['mac'], bug=579664)

Powered by Google App Engine
This is Rietveld 408576698