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

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

Issue 2360413002: Implement OffscreenCanvas Unaccelerated 2d commit() on main thread (Closed)
Patch Set: Mac Created 4 years, 3 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 | content/test/gpu/page_sets/pixel_tests.py » ('j') | content/test/gpu/page_sets/pixel_tests.py » ('J')
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 801862a8e8f5dbe2f6688c458ce540f2dc4634ff..538b4e6dc6483fea45c017d493ae021dd9f1ed3d 100644
--- a/content/test/gpu/gpu_tests/pixel_expectations.py
+++ b/content/test/gpu/gpu_tests/pixel_expectations.py
@@ -34,6 +34,8 @@ class PixelExpectations(GpuTestExpectations):
# TODO(xidachen) check / generate reference images
self.Fail('Pixel.OffscreenCanvasWebGLRedBoxWorker', bug=563852)
self.Fail('Pixel.OffscreenCanvasWebGLRedBoxWorkerES3', ['mac'], bug=563852)
+ self.Fail('Pixel.OffscreenCanvasAccelerated2D', bug=563852)
+ self.Fail('Pixel.OffscreenCanvasAccelerated2DWorker', bug=563852)
xidachen 2016/09/24 01:20:20 These two entries seem to be duplicated.
Ken Russell (switch to Gerrit) 2016/09/26 22:29:29 Yup.
self.Fail('Pixel.OffscreenCanvasAccelerated2D', bug=563852)
self.Fail('Pixel.OffscreenCanvasAccelerated2DES3', ['mac'], bug=563852)
@@ -41,5 +43,8 @@ class PixelExpectations(GpuTestExpectations):
self.Fail('Pixel.OffscreenCanvasAccelerated2DWorkerES3', ['mac'],
bug=563852)
+ self.Fail('Pixel.OffscreenCanvasUnaccelerated2D', bug=563852)
+ self.Fail('Pixel.OffscreenCanvasUnaccelerated2DES3', ['mac'], bug=563852)
Ken Russell (switch to Gerrit) 2016/09/26 22:29:29 The ES3 version of this suppression isn't needed -
xlai (Olivia) 2016/09/29 15:53:07 Done.
+
# TODO(kbr): flakily timing out on this configuration.
self.Flaky('*', ['linux', 'intel', 'debug'], bug=648369)
« no previous file with comments | « no previous file | content/test/gpu/page_sets/pixel_tests.py » ('j') | content/test/gpu/page_sets/pixel_tests.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698