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

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

Issue 2769063006: Add GPU integration pixel tests for VP9 and MP4 video. (Closed)
Patch Set: better Created 3 years, 9 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 f6ad7deb5772ddfc3241c2b6c05e91905e2ae5f3..29cb03ce9c1f880a30d3c6552b93a32078e94066 100644
--- a/content/test/gpu/gpu_tests/pixel_expectations.py
+++ b/content/test/gpu/gpu_tests/pixel_expectations.py
@@ -62,3 +62,7 @@ class PixelExpectations(GpuTestExpectations):
self.Flaky('Pixel_OffscreenCanvas2DResizeOnWorker',
['win10', ('intel', 0x1912)], bug=690663)
+
+ # TODO(jbauman): Enable when reference images exist.
+ self.Fail('Pixel_Video_MP4', bug=704389)
+ self.Fail('Pixel_Video_VP9', bug=704389)

Powered by Google App Engine
This is Rietveld 408576698