Commit 61a2cd2d authored by jonross's avatar jonross Committed by Commit Bot

Fix Win SkiaRenderer blink_web_tests

Add in Release_64 as an exception for them. This will allow
skia_renderer_gl_blink_web_tests to actually run on the new
"Win10 FYI x64 SkiaRenderer GL (NVIDIA)" bot

TEST=skia_renderer_gl_blink_web_tests

Bug: 1011512
Change-Id: I80812d258a579db6735ffe58eb7c70f94abdd62b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1856260Reviewed-by: default avatarYuly Novikov <ynovikov@chromium.org>
Commit-Queue: Yuly Novikov <ynovikov@chromium.org>
Cr-Commit-Position: refs/heads/master@{#705306}
parent 68a6cf62
...@@ -26705,7 +26705,9 @@ ...@@ -26705,7 +26705,9 @@
"--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" "--additional-expectations=../../third_party/blink/web_tests/FlagExpectations/use-gl=any",
"--target",
"Release_x64"
], ],
"isolate_name": "blink_web_tests_exparchive", "isolate_name": "blink_web_tests_exparchive",
"merge": { "merge": {
......
...@@ -1423,6 +1423,17 @@ ...@@ -1423,6 +1423,17 @@
'Linux MSan Tests', # https://crbug.com/831676 'Linux MSan Tests', # https://crbug.com/831676
], ],
}, },
'skia_renderer_gl_blink_web_tests': {
'modifications': {
# chromium.gpu.fyi
'Win10 FYI x64 SkiaRenderer GL (NVIDIA)': {
'args': [
'--target',
'Release_x64',
],
},
},
},
'swiftshader_unittests': { 'swiftshader_unittests': {
'remove_from': [ 'remove_from': [
# Save capacity on the hardware where we have only a few machines. # Save capacity on the hardware where we have only a few machines.
......
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