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

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

Issue 2778483002: Synchronize commits at end of JS task (Closed)
Patch Set: fix layout test 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 b766c3367049a3575c30115c51cf62f1669a6abb..f6ad7deb5772ddfc3241c2b6c05e91905e2ae5f3 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)
« no previous file with comments | « content/test/data/gpu/pixel_offscreenCanvas_webgl_commit_worker.html ('k') | content/test/gpu/gpu_tests/pixel_test_pages.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698