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

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

Issue 2358833002: Update pixel test expectation and add new worker tests (Closed)
Patch Set: minor change in test description 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 3a8fd4e1c90e0bbf0459e90dc028cb48811363ed..edb9b86828e0e993c33d5ca56c715bd1b7673840 100644
--- a/content/test/gpu/gpu_tests/pixel_expectations.py
+++ b/content/test/gpu/gpu_tests/pixel_expectations.py
@@ -32,5 +32,9 @@ class PixelExpectations(GpuTestExpectations):
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)
+ self.Fail('Pixel.OffscreenCanvasWebGLRedBoxWorker', bug=563852)
+ self.Fail('Pixel.OffscreenCanvasWebGLRedBoxWorkerES3', ['mac'], bug=563852)
+ self.Fail('Pixel.OffscreenCanvas2DGreenBox', bug=563852)
+ self.Fail('Pixel.OffscreenCanvas2DGreenBoxES3', ['mac'], bug=563852)
+ self.Fail('Pixel.OffscreenCanvas2DGreenBoxWorker', bug=563852)
+ self.Fail('Pixel.OffscreenCanvas2DGreenBoxWorkerES3', ['mac'], bug=563852)

Powered by Google App Engine
This is Rietveld 408576698