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

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

Issue 2797843002: Re-enable pixel video tests. (Closed)
Patch Set: Created 3 years, 8 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 3f8bc3c9819557d4325fd2c2f234ca42fdc576ef..723fb60e8e3555d206815f78c051f4c16a2ba241 100644
--- a/content/test/gpu/gpu_tests/pixel_expectations.py
+++ b/content/test/gpu/gpu_tests/pixel_expectations.py
@@ -50,9 +50,10 @@ 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)
+ # TODO(jbauman): Times out on Linux NVIDIA.
+ self.Fail('Pixel_Video_VP9', ['linux', 'nvidia'], bug=704389)
+ # TODO(jbauman): Times out on Pixel C.
+ self.Fail('Pixel_Video_VP9', ['android', 'nvidia'], bug=704389)
# TODO(xlai): Remove this after test dimension is shrunk
# Intended to skip only Nexus 5
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698