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

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

Issue 2119213002: Add GPU pixel test expectations (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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/pixel_expectations.py
diff --git a/content/test/gpu/gpu_tests/pixel_expectations.py b/content/test/gpu/gpu_tests/pixel_expectations.py
index 0ce1f6d2a95af33d8ee75cc3c4b242880386a9da..6bd6b8bf0f06771f3f10a8486ed8478bed7a7add 100644
--- a/content/test/gpu/gpu_tests/pixel_expectations.py
+++ b/content/test/gpu/gpu_tests/pixel_expectations.py
@@ -19,3 +19,10 @@ class PixelExpectations(GpuTestExpectations):
['mac'], bug=540039)
self.Fail('Pixel.WebGLGreenTriangleES3',
['mac', ('intel', 0x116)], bug=540531)
+
+ # TODO(ccameron) fix these on Mac Retina
+ self.Fail('Pixel.CSS3DBlueBox', ['mac'], bug=533690)
+ self.Fail('Pixel.CSS3DBlueBoxES3', ['mac'], bug=533690)
+
+ # TODO(vmiura) check / generate reference images for Android devices
+ self.Fail('Pixel.SolidColorBackground', ['mac', 'android'], bug=624256)
« 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