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

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

Issue 2328463004: Implement WebGL's commit on the main thread (Closed)
Patch Set: fix compile error on win_dbg 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 2a054c09b409a6553fe538e4f19a03e834185ab1..3a8fd4e1c90e0bbf0459e90dc028cb48811363ed 100644
--- a/content/test/gpu/gpu_tests/pixel_expectations.py
+++ b/content/test/gpu/gpu_tests/pixel_expectations.py
@@ -30,3 +30,7 @@ class PixelExpectations(GpuTestExpectations):
# TODO(erikchen) check / generate reference images.
self.Fail('Pixel.CSSFilterEffects', ['mac'], bug=581526)
self.Fail('Pixel.CSSFilterEffects.NoOverlays', ['mac'], bug=581526)
+
+ # TODO(xidachen) check / generate reference images
+ self.Fail('Pixel.OffscreenCanvasWebGLGreenBox', bug=563852)
+ self.Fail('Pixel.OffscreenCanvasWebGLGreenBoxES3', ['mac'], bug=563852)

Powered by Google App Engine
This is Rietveld 408576698