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

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

Issue 2962433002: color: Run GPU pixel tests with ColorCorrectRendering feature (Closed)
Patch Set: Update tests that fail w/new flag Created 3 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
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 a31366f2e934570b58ed25ccc8050f6eb051280b..21f3d08aae5284202971789b2c6b3c50ba5dbb5d 100644
--- a/content/test/gpu/gpu_tests/pixel_expectations.py
+++ b/content/test/gpu/gpu_tests/pixel_expectations.py
@@ -31,6 +31,11 @@ class PixelExpectations(GpuTestExpectations):
# TODO(ccameron) fix these on Mac Retina
self.Fail('Pixel_CSS3DBlueBox', ['mac'], bug=533690)
+ # TODO(ccameron): These changed when forcing the display to sRGB, and will
+ # need rebaseline.
+ self.Fail('Pixel_Video_VP9', bug=734255)
+ self.Fail('Pixel_DirectComposition_Video_VP9', bug=734255)
+
# TODO(vmiura) check / generate reference images for Android devices
self.Fail('Pixel_SolidColorBackground', ['mac', 'android'], bug=624256)
« no previous file with comments | « content/test/gpu/gpu_tests/maps_integration_test.py ('k') | content/test/gpu/gpu_tests/pixel_integration_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698