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

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

Issue 2472783002: Disable display list for 2D canvas when the canvas is color managed (Closed)
Patch Set: Setting the browser pixel test to Fail for now. Created 4 years, 1 month 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 e31e54416a615a3f7f04ea60c6d44e810f5db790..a5aa76fd80e82cb3a5f4b99e4fedc916ee2c72a5 100644
--- a/content/test/gpu/gpu_tests/pixel_expectations.py
+++ b/content/test/gpu/gpu_tests/pixel_expectations.py
@@ -19,7 +19,6 @@ class PixelExpectations(GpuTestExpectations):
self.Skip('Pixel_OffscreenCanvasWebGLSoftwareCompositing', ['android'])
self.Skip('Pixel_OffscreenCanvasWebGLSoftwareCompositingWorker',
['android'])
- self.Skip('Pixel_CanvasDisplayLinearRGBUnaccelerated2D', ['android'])
Justin Novosad 2016/11/02 19:50:37 This skip can stay
zakerinasab 2016/11/02 19:57:23 Done.
self.Fail('Pixel_ScissorTestWithPreserveDrawingBuffer',
['android'], bug=521588)
@@ -40,3 +39,10 @@ class PixelExpectations(GpuTestExpectations):
# TODO(kbr): flakily timing out on this configuration.
self.Flaky('*', ['linux', 'intel', 'debug'], bug=648369)
+
+ # TODO(zakerinasab): Check / generate reference images. Remove the Fail
+ # lines after fixing 659251 and comment out the Skip line.
+ self.Fail('Pixel_CanvasDisplayLinearRGBAccelerated2D', bug=659251)
+ self.Fail('Pixel_CanvasDisplayLinearRGBUnaccelerated2D', bug=659251)
+ self.Fail('Pixel_CanvasDisplayLinearRGBUnaccelerated2DGPUCompositing', bug=659251)
+ #self.Skip('Pixel_CanvasDisplayLinearRGBUnaccelerated2D', ['android'])

Powered by Google App Engine
This is Rietveld 408576698