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

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

Issue 2874063002: enable video blit color accuracy by default (Closed)
Patch Set: bypass tests properly Created 3 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
« no previous file with comments | « no previous file | content/test/gpu/gpu_tests/pixel_test_pages.py » ('j') | 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 02d2e8b9141d5a4ae0e1be4635b3973d706cb665..c069fe15980f0fdb8825386e83126b12a4d2c537 100644
--- a/content/test/gpu/gpu_tests/pixel_expectations.py
+++ b/content/test/gpu/gpu_tests/pixel_expectations.py
@@ -59,3 +59,8 @@ class PixelExpectations(GpuTestExpectations):
self.Flaky('Pixel_OffscreenCanvasWebGLSoftwareCompositingWorker',
['mac', ('nvidia', 0xfe9), 'debug'], bug=751328)
+
+ self.Fail('Pixel_DirectComposition_Video_MP4', bug=760132)
+ self.Fail('Pixel_Video_MP4', bug=760132)
+ self.Fail('Pixel_DirectComposition_Video_VP9', bug=760132)
+ self.Fail('Pixel_Video_VP9', bug=760132)
« no previous file with comments | « no previous file | content/test/gpu/gpu_tests/pixel_test_pages.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698