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

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

Issue 2112603003: Add pixel test for solid color backgrounds. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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_background.html ('k') | content/test/gpu/page_sets/gpu_rasterization_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 e4875a48142573d7ae4c97d7e8a369c396a805b7..7c4587f6e14576a2e87a8be22a9aea5a9f82620e 100644
--- a/content/test/gpu/gpu_tests/pixel_expectations.py
+++ b/content/test/gpu/gpu_tests/pixel_expectations.py
@@ -23,3 +23,8 @@ class PixelExpectations(GpuTestExpectations):
# TODO(ccameron): Remove suppression after rebaseline.
self.Fail('Pixel.CSS3DBlueBox', ['mac'], bug=533690)
self.Fail('Pixel.CSS3DBlueBoxES3', ['mac'], bug=533690)
Ken Russell (switch to Gerrit) 2016/06/30 02:37:24 It would be great to remove these failure suppress
+
+ # TODO(vmiura): Re-enable these after reference images are generated.
+ self.Fail('Pixel.SolidColorBackground', bug=624256)
+ self.Fail('Pixel.SolidColorBackgroundES3', bug=624256)
+ self.Fail('Pixel.2DCanvasWebGLES3', bug=624256)
« no previous file with comments | « content/test/data/gpu/pixel_background.html ('k') | content/test/gpu/page_sets/gpu_rasterization_tests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698