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

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

Issue 2360413002: Implement OffscreenCanvas Unaccelerated 2d commit() on main thread (Closed)
Patch Set: Address all feedback 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 fd4956fa4e21cb33566e859439d0b9d66224e8a7..9e05ef8a1d2ef80a3eae0608a0a5d119f33c0de3 100644
--- a/content/test/gpu/gpu_tests/pixel_expectations.py
+++ b/content/test/gpu/gpu_tests/pixel_expectations.py
@@ -31,5 +31,8 @@ class PixelExpectations(GpuTestExpectations):
self.Fail('Pixel.CSSFilterEffects', ['mac'], bug=581526)
self.Fail('Pixel.CSSFilterEffects.NoOverlays', ['mac'], bug=581526)
+ # TODO(xlai) check / generate reference images.
+ self.Fail('Pixel.OffscreenCanvasUnaccelerated2D', bug=563852)
Ken Russell (switch to Gerrit) 2016/09/29 22:47:28 The naming convention's changed in https://coderev
+
# 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