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

Side by Side Diff: content/test/gpu/gpu_tests/pixel_expectations.py

Issue 2874063002: enable video blit color accuracy by default (Closed)
Patch Set: disable test on all platforms 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 from gpu_tests.gpu_test_expectations import GpuTestExpectations 5 from gpu_tests.gpu_test_expectations import GpuTestExpectations
6 6
7 # See the GpuTestExpectations class for documentation. 7 # See the GpuTestExpectations class for documentation.
8 8
9 class PixelExpectations(GpuTestExpectations): 9 class PixelExpectations(GpuTestExpectations):
10 def SetExpectations(self): 10 def SetExpectations(self):
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 self.Flaky('Pixel_OffscreenCanvas2DResizeOnWorker', 52 self.Flaky('Pixel_OffscreenCanvas2DResizeOnWorker',
53 ['win10', ('intel', 0x1912)], bug=690663) 53 ['win10', ('intel', 0x1912)], bug=690663)
54 54
55 self.Flaky('Pixel_OffscreenCanvasTransferBeforeStyleResize', 55 self.Flaky('Pixel_OffscreenCanvasTransferBeforeStyleResize',
56 ['mac', 'linux', 'win', 'android'], bug=735228) 56 ['mac', 'linux', 'win', 'android'], bug=735228)
57 self.Flaky('Pixel_OffscreenCanvasTransferAfterStyleResize', 57 self.Flaky('Pixel_OffscreenCanvasTransferAfterStyleResize',
58 ['mac', 'linux', 'win', 'android'], bug=735171) 58 ['mac', 'linux', 'win', 'android'], bug=735171)
59 59
60 self.Flaky('Pixel_OffscreenCanvasWebGLSoftwareCompositingWorker', 60 self.Flaky('Pixel_OffscreenCanvasWebGLSoftwareCompositingWorker',
61 ['mac', ('nvidia', 0xfe9), 'debug'], bug=751328) 61 ['mac', ('nvidia', 0xfe9), 'debug'], bug=751328)
62
63 self.Fail('Pixel_DirectComposition_Video_MP4', bug=760132)
64 self.Fail('PixelIntegrationTest.Pixel_Video_MP4', bug=760132)
ynovikov 2017/09/05 14:40:51 Remove "PixelIntegrationTest.", this should fix it
hubbe 2017/09/05 17:57:47 Thanks, done.
OLDNEW
« 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