Commit 30b6d1d8 authored by Miguel Casas's avatar Miguel Casas Committed by Commit Bot

Rebaseline Pixel_Canvas*LowLatency2D tests, 1/2

crrev.com/c/1412856 disabled tests those two tests for Mac.
This CL does the first part of rebaselining those:
- Marks the pixel test as failing without platform condition
- Increases the revision in the pixel_test_pages.py

Bug: 922218
Change-Id: Ic27f6a04b1362df820f0abb648b9c23699aa0fc7
Reviewed-on: https://chromium-review.googlesource.com/c/1436081Reviewed-by: default avatarKenneth Russell <kbr@chromium.org>
Commit-Queue: Miguel Casas <mcasas@chromium.org>
Cr-Commit-Position: refs/heads/master@{#626130}
parent eabba3af
...@@ -27,7 +27,8 @@ class PixelExpectations(GpuTestExpectations): ...@@ -27,7 +27,8 @@ class PixelExpectations(GpuTestExpectations):
self.Skip('Pixel_OffscreenCanvasWebGLSoftwareCompositingWorker', self.Skip('Pixel_OffscreenCanvasWebGLSoftwareCompositingWorker',
['android']) ['android'])
self.Skip('Pixel_CanvasDisplayLinearRGBUnaccelerated2D', ['android']) self.Skip('Pixel_CanvasDisplayLinearRGBUnaccelerated2D', ['android'])
self.Skip('Pixel_CanvasUnacceleratedLowLatency2D', ['android']) # Disable temporarily to avoid a collision, https://crbug.com/922218
#self.Skip('Pixel_CanvasUnacceleratedLowLatency2D', ['android'])
self.Skip('Pixel_RepeatedWebGLTo2D_SoftwareCompositing', ['android']) self.Skip('Pixel_RepeatedWebGLTo2D_SoftwareCompositing', ['android'])
# Tests running with SwiftShader are skipped on platforms where SwiftShader # Tests running with SwiftShader are skipped on platforms where SwiftShader
...@@ -137,5 +138,5 @@ class PixelExpectations(GpuTestExpectations): ...@@ -137,5 +138,5 @@ class PixelExpectations(GpuTestExpectations):
['mac', ('amd', 0x679e)], bug=911413) ['mac', ('amd', 0x679e)], bug=911413)
# TODO(mcasas): re-enable after rebaselining, https://crbug.com/922218 # TODO(mcasas): re-enable after rebaselining, https://crbug.com/922218
self.Fail('Pixel_CanvasLowLatency2D', ['mac'], bug=922218) self.Fail('Pixel_CanvasLowLatency2D', bug=922218)
self.Fail('Pixel_CanvasUnacceleratedLowLatency2D', ['mac'], bug=922218) self.Fail('Pixel_CanvasUnacceleratedLowLatency2D', bug=922218)
...@@ -857,14 +857,14 @@ def ExperimentalCanvasFeaturesPages(base_name): ...@@ -857,14 +857,14 @@ def ExperimentalCanvasFeaturesPages(base_name):
'pixel_canvas_low_latency_2d.html', 'pixel_canvas_low_latency_2d.html',
base_name + '_CanvasLowLatency2D', base_name + '_CanvasLowLatency2D',
test_rect=[0, 0, 100, 100], test_rect=[0, 0, 100, 100],
revision=5, revision=6,
browser_args=browser_args), browser_args=browser_args),
PixelTestPage( PixelTestPage(
'pixel_canvas_low_latency_2d.html', 'pixel_canvas_low_latency_2d.html',
base_name + '_CanvasUnacceleratedLowLatency2D', base_name + '_CanvasUnacceleratedLowLatency2D',
test_rect=[0, 0, 100, 100], test_rect=[0, 0, 100, 100],
revision=2, revision=3,
browser_args=browser_args + unaccelerated_args), browser_args=browser_args + unaccelerated_args),
PixelTestPage( PixelTestPage(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment