Commit 197840b8 authored by Eric Karl's avatar Eric Karl Committed by Commit Bot

EnableGpuRasterizationViewportRestriction: re-enable pixel tests

Re-enables pixel tests after rebaselining due to the
EnableGpuRasterizationViewportRestriction experiment.

TBR=kbr@chromium.org for second half of pixel test rebaseline

Bug: 899399
Change-Id: Icc11b44b9b2240b4e70ffe5bf78f1a24673db0ff
Reviewed-on: https://chromium-review.googlesource.com/c/1309103
Commit-Queue: Eric Karl <ericrk@chromium.org>
Reviewed-by: default avatarKenneth Russell <kbr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#604347}
parent 0c358468
...@@ -98,10 +98,8 @@ class PixelExpectations(GpuTestExpectations): ...@@ -98,10 +98,8 @@ class PixelExpectations(GpuTestExpectations):
# ['highsierra', ('intel', 0xa2e)], bug=774809) # ['highsierra', ('intel', 0xa2e)], bug=774809)
self.Fail('Pixel_WebGLGreenTriangle_NonChromiumImage_NoAA_NoAlpha', self.Fail('Pixel_WebGLGreenTriangle_NonChromiumImage_NoAA_NoAlpha',
['highsierra', 'mojave', ('intel', 0xa2e)], bug=774809) ['highsierra', 'mojave', ('intel', 0xa2e)], bug=774809)
# TODO(ericrk): Un-comment this after the rebase for self.Flaky('Pixel_OffscreenCanvasTransferBeforeStyleResize',
# https://crbug.com/899399 completes. ['highsierra', ('intel', 0xa2e)], bug=857578)
# self.Flaky('Pixel_OffscreenCanvasTransferBeforeStyleResize',
# ['highsierra', ('intel', 0xa2e)], bug=857578)
# Failing on NVIDIA Shield TV; not sure why yet. # Failing on NVIDIA Shield TV; not sure why yet.
self.Fail('Pixel_WebGL_PremultipliedAlpha_False', self.Fail('Pixel_WebGL_PremultipliedAlpha_False',
...@@ -132,25 +130,10 @@ class PixelExpectations(GpuTestExpectations): ...@@ -132,25 +130,10 @@ class PixelExpectations(GpuTestExpectations):
['android', 'nvidia'], bug=868596) ['android', 'nvidia'], bug=868596)
# Fails on Nexus 5, 6 and 6P # Fails on Nexus 5, 6 and 6P
# TODO(ericrk): Un-comment this after the rebase for self.Fail('Pixel_BackgroundImage',
# https://crbug.com/899399 completes. ['android', ('qualcomm', 'Adreno (TM) 330')], bug=883500)
# self.Fail('Pixel_BackgroundImage', self.Fail('Pixel_BackgroundImage',
# ['android', ('qualcomm', 'Adreno (TM) 330')], bug=883500) ['android', ('qualcomm', 'Adreno (TM) 420')], bug=883500)
# self.Fail('Pixel_BackgroundImage', self.Fail('Pixel_BackgroundImage',
# ['android', ('qualcomm', 'Adreno (TM) 420')], bug=883500) ['android', ('qualcomm', 'Adreno (TM) 430')], bug=883500)
# self.Fail('Pixel_BackgroundImage',
# ['android', ('qualcomm', 'Adreno (TM) 430')], bug=883500)
# Moving to GPU raster causes antialiasing differences on the primary black
# div. Rebasing. https://crbug.com/899399
self.Fail("Pixel_2DCanvasWebGL")
self.Fail("Pixel_BackgroundImage")
self.Fail("Pixel_CSS3DBlueBox")
self.Fail("Pixel_Canvas2DRedBox")
self.Fail("Pixel_OffscreenCanvasTransferAfterStyleResize")
self.Fail("Pixel_OffscreenCanvasTransferBeforeStyleResize")
self.Fail("Pixel_WebGLGreenTriangle_AA_Alpha")
self.Fail("Pixel_WebGLGreenTriangle_AA_NoAlpha")
self.Fail("Pixel_WebGLGreenTriangle_NoAA_Alpha")
self.Fail("Pixel_WebGLGreenTriangle_NoAA_NoAlpha")
self.Fail("Pixel_WebGLTransparentGreenTriangle_NoAlpha_ImplicitClear")
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