Commit 703072d2 authored by Sergey Ulanov's avatar Sergey Ulanov Committed by Commit Bot

Enable content_unittests on arm64 fuchsia.fyi bot

swiftshader now supports arm64

Bug: 881334
Change-Id: I370fb7bdc361588ff69e47ac81af991ee2c02af1
Reviewed-on: https://chromium-review.googlesource.com/c/1287206Reviewed-by: default avatarWez <wez@chromium.org>
Reviewed-by: default avatarJohn Budorick <jbudorick@chromium.org>
Commit-Queue: Sergey Ulanov <sergeyu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#600628}
parent 92e39c00
...@@ -3191,6 +3191,15 @@ ...@@ -3191,6 +3191,15 @@
}, },
"test": "base_unittests" "test": "base_unittests"
}, },
{
"args": [
"--test-launcher-filter-file=../../testing/buildbot/filters/fuchsia.content_unittests.filter"
],
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "content_unittests"
},
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true
......
...@@ -445,10 +445,6 @@ ...@@ -445,10 +445,6 @@
}, },
}, },
'content_unittests': { 'content_unittests': {
'remove_from': [
# chromium.fyi
'fuchsia-fyi-arm64-rel', # https://crbug.com/881334
],
'modifications': { 'modifications': {
# chromium.memory # chromium.memory
'Linux ASan LSan Tests (1)': { 'Linux ASan LSan Tests (1)': {
......
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