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

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

Issue 1804243002: Re-enable IOSurface Canvas2D. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Compile errors from rebase, still... 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
« no previous file with comments | « content/test/data/gpu/pixel_webgl_util.js ('k') | content/test/gpu/page_sets/pixel_tests.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 068381811320ed3db1070b35f9a4d45c04bcab89..6ddedf1f564b61e3f1aeb02ad87c7d9b8b0328be 100644
--- a/content/test/gpu/gpu_tests/pixel_expectations.py
+++ b/content/test/gpu/gpu_tests/pixel_expectations.py
@@ -26,3 +26,9 @@ class PixelExpectations(GpuTestExpectations):
# TODO(erikchen): Remove suppression after generating reference images.
self.Fail('Pixel.IOSurface2DCanvas', ['mac'], bug=579664)
+
+ # TODO(erikchen): Remove suppression after generating reference images.
+ self.Fail('Pixel.IOSurface2DCanvasWebGL', ['mac'], bug=595063)
+
+ # TODO(erikchen): Remove suppression after generating reference images.
+ self.Fail('Pixel.2DCanvasWebGL', bug=595063)
« no previous file with comments | « content/test/data/gpu/pixel_webgl_util.js ('k') | content/test/gpu/page_sets/pixel_tests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698