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

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

Issue 2570863002: Disable CSS3DBlueBox pixel test. (Closed)
Patch Set: Created 4 years 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 | no next file » | 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 10 matching lines...) Expand all
21 self.Skip('Pixel_OffscreenCanvasUnaccelerated2DWorker', ['android']) 21 self.Skip('Pixel_OffscreenCanvasUnaccelerated2DWorker', ['android'])
22 self.Skip('Pixel_OffscreenCanvasWebGLSoftwareCompositing', ['android']) 22 self.Skip('Pixel_OffscreenCanvasWebGLSoftwareCompositing', ['android'])
23 self.Skip('Pixel_OffscreenCanvasWebGLSoftwareCompositingWorker', 23 self.Skip('Pixel_OffscreenCanvasWebGLSoftwareCompositingWorker',
24 ['android']) 24 ['android'])
25 self.Skip('Pixel_CanvasDisplayLinearRGBUnaccelerated2D', ['android']) 25 self.Skip('Pixel_CanvasDisplayLinearRGBUnaccelerated2D', ['android'])
26 26
27 self.Fail('Pixel_ScissorTestWithPreserveDrawingBuffer', 27 self.Fail('Pixel_ScissorTestWithPreserveDrawingBuffer',
28 ['android'], bug=521588) 28 ['android'], bug=521588)
29 29
30 # TODO(ccameron) fix these on Mac Retina 30 # TODO(ccameron) fix these on Mac Retina
31 self.Fail('Pixel_CSS3DBlueBox', ['mac'], bug=533690) 31 # self.Fail('Pixel_CSS3DBlueBox', ['mac'], bug=533690)
32
33 # TODO(jvanverth) remove once rebaselines are complete
34 # restore Mac-only fail above when removed
35 self.Fail('Pixel_CSS3DBlueBox', bug=673752)
32 36
33 # TODO(vmiura) check / generate reference images for Android devices 37 # TODO(vmiura) check / generate reference images for Android devices
34 self.Fail('Pixel_SolidColorBackground', ['mac', 'android'], bug=624256) 38 self.Fail('Pixel_SolidColorBackground', ['mac', 'android'], bug=624256)
35 39
36 self.Fail('Pixel_OffscreenCanvasUnaccelerated2DGPUCompositingWorker', 40 self.Fail('Pixel_OffscreenCanvasUnaccelerated2DGPUCompositingWorker',
37 ['mac', ('nvidia', 0xfe9)], bug=652931) 41 ['mac', ('nvidia', 0xfe9)], bug=652931)
38 42
39 # TODO(kbr): flakily timing out on this configuration. 43 # TODO(kbr): flakily timing out on this configuration.
40 self.Flaky('*', ['linux', 'intel', 'debug'], bug=648369) 44 self.Flaky('*', ['linux', 'intel', 'debug'], bug=648369)
41 45
42 # Flaky for unknown reasons only on macOS. Not planning to investigate 46 # Flaky for unknown reasons only on macOS. Not planning to investigate
43 # further. 47 # further.
44 self.Flaky('Pixel_ScissorTestWithPreserveDrawingBuffer', ['mac'], 48 self.Flaky('Pixel_ScissorTestWithPreserveDrawingBuffer', ['mac'],
45 bug=660461) 49 bug=660461)
46 50
47 # TODO(kainino): remove this once golden images are generated 51 # TODO(kainino): remove this once golden images are generated
48 self.Fail('Pixel_WebGLTransparentGreenTriangle_NoAlpha_ImplicitClear', 52 self.Fail('Pixel_WebGLTransparentGreenTriangle_NoAlpha_ImplicitClear',
49 bug=666259) 53 bug=666259)
OLDNEW
« 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