Commit cd38506a authored by Sean Gilhuly's avatar Sean Gilhuly Committed by Commit Bot

Rebaseline css3/blending/ tests for gpu rasterization

Add new baseline images for the flag --enable-gpu-rasterization that are
used by these SkiaRenderer variants: GL, GL Swiftshader, Vulkan, and
Vulkan Swiftshader.

Add a new FlagExpectations file for skia_renderer_gl_blink_web_tests for
the tests that are failing on Skia GL.

Bug: 954328
Change-Id: I289cccb773513ab3199b624cb0af63f06556c2d0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1747983Reviewed-by: default avatarJonathan Ross <jonross@chromium.org>
Reviewed-by: default avatarDirk Pranke <dpranke@chromium.org>
Commit-Queue: Jonathan Ross <jonross@chromium.org>
Cr-Commit-Position: refs/heads/master@{#686589}
parent cdd64f0b
...@@ -9980,7 +9980,8 @@ ...@@ -9980,7 +9980,8 @@
"--skipped=always", "--skipped=always",
"--test-list=../../testing/buildbot/filters/gpu.skiarenderer_vulkan_blink_web_tests.filter", "--test-list=../../testing/buildbot/filters/gpu.skiarenderer_vulkan_blink_web_tests.filter",
"--additional-expectations=../../third_party/blink/web_tests/FlagExpectations/enable-features=UseSkiaRenderer", "--additional-expectations=../../third_party/blink/web_tests/FlagExpectations/enable-features=UseSkiaRenderer",
"--additional-expectations=../../third_party/blink/web_tests/FlagExpectations/enable-gpu-rasterization" "--additional-expectations=../../third_party/blink/web_tests/FlagExpectations/enable-gpu-rasterization",
"--additional-expectations=../../third_party/blink/web_tests/FlagExpectations/use-gl=any"
], ],
"isolate_name": "blink_web_tests_exparchive", "isolate_name": "blink_web_tests_exparchive",
"merge": { "merge": {
...@@ -10491,7 +10492,8 @@ ...@@ -10491,7 +10492,8 @@
"--skipped=always", "--skipped=always",
"--test-list=../../testing/buildbot/filters/gpu.skiarenderer_vulkan_blink_web_tests.filter", "--test-list=../../testing/buildbot/filters/gpu.skiarenderer_vulkan_blink_web_tests.filter",
"--additional-expectations=../../third_party/blink/web_tests/FlagExpectations/enable-features=UseSkiaRenderer", "--additional-expectations=../../third_party/blink/web_tests/FlagExpectations/enable-features=UseSkiaRenderer",
"--additional-expectations=../../third_party/blink/web_tests/FlagExpectations/enable-gpu-rasterization" "--additional-expectations=../../third_party/blink/web_tests/FlagExpectations/enable-gpu-rasterization",
"--additional-expectations=../../third_party/blink/web_tests/FlagExpectations/use-gl=any"
], ],
"isolate_name": "blink_web_tests_exparchive", "isolate_name": "blink_web_tests_exparchive",
"merge": { "merge": {
...@@ -3236,6 +3236,7 @@ ...@@ -3236,6 +3236,7 @@
'--test-list=../../testing/buildbot/filters/gpu.skiarenderer_vulkan_blink_web_tests.filter', '--test-list=../../testing/buildbot/filters/gpu.skiarenderer_vulkan_blink_web_tests.filter',
'--additional-expectations=../../third_party/blink/web_tests/FlagExpectations/enable-features=UseSkiaRenderer', '--additional-expectations=../../third_party/blink/web_tests/FlagExpectations/enable-features=UseSkiaRenderer',
'--additional-expectations=../../third_party/blink/web_tests/FlagExpectations/enable-gpu-rasterization', '--additional-expectations=../../third_party/blink/web_tests/FlagExpectations/enable-gpu-rasterization',
'--additional-expectations=../../third_party/blink/web_tests/FlagExpectations/use-gl=any',
], ],
'isolate_name': 'blink_web_tests_exparchive', 'isolate_name': 'blink_web_tests_exparchive',
'merge': { 'merge': {
......
...@@ -85,23 +85,6 @@ crbug.com/935970 media/audio-delete-while-slider-thumb-clicked.html [ Skip ] ...@@ -85,23 +85,6 @@ crbug.com/935970 media/audio-delete-while-slider-thumb-clicked.html [ Skip ]
crbug.com/954328 compositing/fixed-background-after-style-recalc.html [ Failure ] crbug.com/954328 compositing/fixed-background-after-style-recalc.html [ Failure ]
crbug.com/954328 compositing/overflow/mask-with-filter.html [ Failure ] crbug.com/954328 compositing/overflow/mask-with-filter.html [ Failure ]
crbug.com/954328 compositing/overflow/scrollbar-layer-placement-negative-z-index-child.html [ Failure ] crbug.com/954328 compositing/overflow/scrollbar-layer-placement-negative-z-index-child.html [ Failure ]
crbug.com/954328 css3/blending/background-blend-mode-crossfade-image-gradient.html [ Failure ]
crbug.com/954328 css3/blending/background-blend-mode-default-value.html [ Failure ]
crbug.com/954328 css3/blending/background-blend-mode-gradient-gradient.html [ Failure ]
crbug.com/954328 css3/blending/background-blend-mode-gradient-image.html [ Failure ]
crbug.com/954328 css3/blending/background-blend-mode-image-color.html [ Failure ]
crbug.com/954328 css3/blending/background-blend-mode-image-image.html [ Failure ]
crbug.com/954328 css3/blending/background-blend-mode-image-svg.html [ Failure ]
crbug.com/954328 css3/blending/background-blend-mode-multiple-background-layers.html [ Failure ]
crbug.com/954328 css3/blending/background-blend-mode-single-layer-no-blending.html [ Failure ]
crbug.com/954328 css3/blending/background-blend-mode-svg-color.html [ Failure ]
crbug.com/954328 css3/blending/background-blend-mode-tiled-gradient.html [ Failure ]
crbug.com/954328 css3/blending/effect-background-blend-mode-stacking.html [ Failure ]
crbug.com/954328 css3/blending/effect-background-blend-mode-tiled.html [ Failure ]
crbug.com/954328 css3/blending/effect-background-blend-mode.html [ Failure ]
crbug.com/954328 css3/blending/mix-blend-mode-isolated-group-1.html [ Failure ]
crbug.com/954328 css3/blending/mix-blend-mode-isolated-group-2.html [ Failure ]
crbug.com/954328 css3/blending/mix-blend-mode-isolated-group-3.html [ Failure ]
crbug.com/954328 css3/filters/filter-change-repaint.html [ Failure ] crbug.com/954328 css3/filters/filter-change-repaint.html [ Failure ]
crbug.com/954328 css3/filters/filter-repaint-blur.html [ Failure ] crbug.com/954328 css3/filters/filter-repaint-blur.html [ Failure ]
crbug.com/954328 css3/filters/filter-repaint-child-layers.html [ Failure ] crbug.com/954328 css3/filters/filter-repaint-child-layers.html [ Failure ]
......
# Need a Skia GL specific baseline.
crbug.com/993384 css3/blending/background-blend-mode-crossfade-image-gradient.html [ Skip ]
crbug.com/993384 css3/blending/background-blend-mode-gradient-image.html [ Skip ]
crbug.com/993384 css3/blending/background-blend-mode-image-color.html [ Skip ]
crbug.com/993384 css3/blending/background-blend-mode-image-image.html [ Skip ]
crbug.com/993384 css3/blending/background-blend-mode-image-svg.html [ Skip ]
crbug.com/993384 css3/blending/background-blend-mode-tiled-gradient.html [ Skip ]
crbug.com/993384 css3/blending/effect-background-blend-mode-tiled.html [ Skip ]
crbug.com/993384 css3/blending/effect-background-blend-mode.html [ Skip ]
...@@ -106,23 +106,6 @@ crbug.com/963542 media/alpha-video-playback.html [ Skip ] ...@@ -106,23 +106,6 @@ crbug.com/963542 media/alpha-video-playback.html [ Skip ]
# Rebaseline # Rebaseline
crbug.com/972637 compositing/fixed-background-after-style-recalc.html [ Skip ] crbug.com/972637 compositing/fixed-background-after-style-recalc.html [ Skip ]
crbug.com/972637 css3/blending/background-blend-mode-crossfade-image-gradient.html [ Skip ]
crbug.com/972637 css3/blending/background-blend-mode-default-value.html [ Skip ]
crbug.com/972637 css3/blending/background-blend-mode-gradient-gradient.html [ Skip ]
crbug.com/972637 css3/blending/background-blend-mode-gradient-image.html [ Skip ]
crbug.com/972637 css3/blending/background-blend-mode-image-color.html [ Skip ]
crbug.com/972637 css3/blending/background-blend-mode-image-image.html [ Skip ]
crbug.com/972637 css3/blending/background-blend-mode-image-svg.html [ Skip ]
crbug.com/972637 css3/blending/background-blend-mode-multiple-background-layers.html [ Skip ]
crbug.com/972637 css3/blending/background-blend-mode-single-layer-no-blending.html [ Skip ]
crbug.com/972637 css3/blending/background-blend-mode-svg-color.html [ Skip ]
crbug.com/972637 css3/blending/background-blend-mode-tiled-gradient.html [ Skip ]
crbug.com/972637 css3/blending/effect-background-blend-mode-stacking.html [ Skip ]
crbug.com/972637 css3/blending/effect-background-blend-mode-tiled.html [ Skip ]
crbug.com/972637 css3/blending/effect-background-blend-mode.html [ Skip ]
crbug.com/972637 css3/blending/mix-blend-mode-isolated-group-1.html [ Skip ]
crbug.com/972637 css3/blending/mix-blend-mode-isolated-group-2.html [ Skip ]
crbug.com/972637 css3/blending/mix-blend-mode-isolated-group-3.html [ Skip ]
crbug.com/972637 css3/masking/mask-luminance-png.html [ Skip ] crbug.com/972637 css3/masking/mask-luminance-png.html [ Skip ]
crbug.com/972637 css3/masking/mask-repeat-space-border.html [ Skip ] crbug.com/972637 css3/masking/mask-repeat-space-border.html [ Skip ]
crbug.com/972637 images/color-profile-animate-rotate.html [ Skip ] crbug.com/972637 images/color-profile-animate-rotate.html [ Skip ]
...@@ -149,3 +132,5 @@ crbug.com/972637 images/color-profile-svg.html [ Skip ] ...@@ -149,3 +132,5 @@ crbug.com/972637 images/color-profile-svg.html [ Skip ]
crbug.com/972637 images/webp-color-profile-lossy.html [ Skip ] crbug.com/972637 images/webp-color-profile-lossy.html [ Skip ]
crbug.com/972637 media/video-poster-scale.html [ Skip ] crbug.com/972637 media/video-poster-scale.html [ Skip ]
# Need a Vulkan native specific baseline.
crbug.com/993384 css3/blending/background-blend-mode-image-svg.html [ Skip ]
...@@ -101,28 +101,11 @@ crbug.com/972621 transforms/svg-vs-css.xhtml [ Skip ] ...@@ -101,28 +101,11 @@ crbug.com/972621 transforms/svg-vs-css.xhtml [ Skip ]
crbug.com/972621 transforms/transformed-document-element.html [ Skip ] crbug.com/972621 transforms/transformed-document-element.html [ Skip ]
# Blurring - Needs Rebaseline for GPU Rasterization # Blurring - Needs Rebaseline for GPU Rasterization
crbug.com/972637 css3/blending/background-blend-mode-crossfade-image-gradient.html [ Skip ]
crbug.com/972637 css3/blending/background-blend-mode-default-value.html [ Skip ]
crbug.com/972637 css3/blending/background-blend-mode-gradient-gradient.html [ Skip ]
crbug.com/972637 css3/blending/background-blend-mode-gradient-image.html [ Skip ]
crbug.com/972637 css3/blending/background-blend-mode-image-color.html [ Skip ]
crbug.com/972637 css3/blending/background-blend-mode-image-image.html [ Skip ]
crbug.com/972637 css3/blending/background-blend-mode-image-svg.html [ Skip ]
crbug.com/972637 css3/blending/background-blend-mode-multiple-background-layers.html [ Skip ]
crbug.com/972637 css3/blending/background-blend-mode-single-layer-no-blending.html [ Skip ]
crbug.com/972637 css3/blending/background-blend-mode-svg-color.html [ Skip ]
crbug.com/972637 css3/blending/background-blend-mode-tiled-gradient.html [ Skip ]
crbug.com/972637 css3/blending/mix-blend-mode-isolated-group-1.html [ Skip ]
crbug.com/972637 css3/blending/mix-blend-mode-isolated-group-2.html [ Skip ]
crbug.com/972637 css3/blending/mix-blend-mode-isolated-group-3.html [ Skip ]
crbug.com/972637 images/rgb-png-with-cmyk-color-profile.html [ Skip ] crbug.com/972637 images/rgb-png-with-cmyk-color-profile.html [ Skip ]
crbug.com/972637 images/ycbcr-with-cmyk-color-profile.html [ Skip ] crbug.com/972637 images/ycbcr-with-cmyk-color-profile.html [ Skip ]
crbug.com/972637 media/video-poster-scale.html [ Skip ] crbug.com/972637 media/video-poster-scale.html [ Skip ]
# Gradients - Needs Rebaseline for GPU Rasterization # Gradients - Needs Rebaseline for GPU Rasterization
crbug.com/972684 css3/blending/effect-background-blend-mode-stacking.html [ Skip ]
crbug.com/972684 css3/blending/effect-background-blend-mode-tiled.html [ Skip ]
crbug.com/972684 css3/blending/effect-background-blend-mode.html [ Skip ]
crbug.com/972684 css3/filters/crash-filter-change.html [ Skip ] crbug.com/972684 css3/filters/crash-filter-change.html [ Skip ]
crbug.com/972684 css3/filters/effect-blur.html [ Skip ] crbug.com/972684 css3/filters/effect-blur.html [ Skip ]
crbug.com/972684 css3/filters/effect-brightness-clamping.html [ Skip ] crbug.com/972684 css3/filters/effect-brightness-clamping.html [ Skip ]
......
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