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

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

Issue 2360413002: Implement OffscreenCanvas Unaccelerated 2d commit() on main thread (Closed)
Patch Set: fix 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
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 00350c92066ee1810bc7ef5f46872be19c412252..24fb11d3368018a24c12314bafda1e9ff54d0fde 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)
+
# TODO(kbr): flakily timing out on this configuration.
self.Flaky('*', ['linux', 'intel', 'debug'], bug=648369)
« no previous file with comments | « content/test/data/gpu/pixel_offscreenCanvas_2d_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