Commit cdbd674b authored by Sergey Ulanov's avatar Sergey Ulanov

Enable gfx_unittests on Fuchsia x64 bots

Bug: 952652
Change-Id: Ibab893bcd8e139fae5417fdedeb66b76a7015a07
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1603262Reviewed-by: default avatarJohn Budorick <jbudorick@chromium.org>
Commit-Queue: Sergey Ulanov <sergeyu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#658306}
parent 8a343869
...@@ -1783,6 +1783,24 @@ ...@@ -1783,6 +1783,24 @@
}, },
"test": "fidlgen_js_unittests" "test": "fidlgen_js_unittests"
}, },
{
"args": [
"--test-launcher-filter-file=../../testing/buildbot/filters/fuchsia.gfx_unittests.filter"
],
"merge": {
"args": [],
"script": "//testing/merge_scripts/standard_gtest_merge.py"
},
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"kvm": "1"
}
]
},
"test": "gfx_unittests"
},
{ {
"merge": { "merge": {
"args": [], "args": [],
......
...@@ -507,12 +507,6 @@ ...@@ -507,12 +507,6 @@
}, },
}, },
}, },
'gfx_unittests': {
'remove_from': [
# chromium.linux
'Fuchsia x64', # https://crbug.com/952652
],
},
'gin_unittests': { 'gin_unittests': {
'remove_from': [ 'remove_from': [
# chromium.clang # chromium.clang
......
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