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

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

Issue 2358833002: Update pixel test expectation and add new worker tests (Closed)
Patch Set: include newly added file 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..488c7b0e1d33affd75090320bc1d91eb6d8c4e26 100644
--- a/content/test/gpu/gpu_tests/pixel_expectations.py
+++ b/content/test/gpu/gpu_tests/pixel_expectations.py
@@ -32,5 +32,5 @@ 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)
Justin Novosad 2016/09/21 17:23:21 What is going on here. Are the old tests passing n
xidachen 2016/09/21 17:50:17 Yes. The way pixel test works is like this: 1. Wri

Powered by Google App Engine
This is Rietveld 408576698