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

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

Issue 2778483002: Synchronize commits at end of JS task (Closed)
Patch Set: remove m_overdrawframe Created 3 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
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 457efd2a37d6643211d4364a818adb2974c9ce7f..fcbb0b403382c4ca2fdf760ea9df5fb5ff4f6e44 100644
--- a/content/test/gpu/gpu_tests/pixel_expectations.py
+++ b/content/test/gpu/gpu_tests/pixel_expectations.py
@@ -25,6 +25,19 @@ class PixelExpectations(GpuTestExpectations):
['android'])
self.Skip('Pixel_CanvasDisplayLinearRGBUnaccelerated2D', ['android'])
+ # TODO(xlai) check / generate reference images for newly updated tests
+ self.Fail('Pixel_OffscreenCanvasUnaccelerated2D', bug=697582)
+ self.Fail('Pixel_OffscreenCanvasUnaccelerated2DWorker', bug=697582)
+ self.Fail('Pixel_OffscreenCanvasUnaccelerated2DGPUCompositing', bug=697582)
+ self.Fail('Pixel_OffscreenCanvasUnaccelerated2DGPUCompositingWorker',
+ bug=697582)
+ self.Fail('Pixel_OffscreenCanvasAccelerated2D', bug=697582)
+ self.Fail('Pixel_OffscreenCanvasAccelerated2DWorker', bug=697582)
+ self.Fail('Pixel_OffscreenCanvasWebGLDefault', bug=697582)
+ self.Fail('Pixel_OffscreenCanvasWebGLDefaultWorker', bug=697582)
+ self.Fail('Pixel_OffscreenCanvasWebGLSoftwareCompositing', bug=697582)
+ self.Fail('Pixel_OffscreenCanvasWebGLSoftwareCompositingWorker', bug=697582)
+
self.Fail('Pixel_ScissorTestWithPreserveDrawingBuffer',
['android'], bug=521588)

Powered by Google App Engine
This is Rietveld 408576698