Commit 4602f4da authored by Chong Gu's avatar Chong Gu Committed by Commit Bot

Enable url_unittests on FYI Fuchsia bots.

Create exception so that the CI Fuchsia bot does not run the test suite yet.

Bug: 1054240
Change-Id: I200e66d919ac1dad2fe1011481d71f5602aaee27
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2065738Reviewed-by: default avatarJohn Budorick <jbudorick@chromium.org>
Commit-Queue: Chong Gu <chonggu@google.com>
Cr-Commit-Position: refs/heads/master@{#742957}
parent 03dcd342
...@@ -12198,6 +12198,24 @@ ...@@ -12198,6 +12198,24 @@
"test": "ui_base_unittests", "test": "ui_base_unittests",
"test_target": "//ui/base:ui_base_unittests" "test_target": "//ui/base:ui_base_unittests"
}, },
{
"merge": {
"args": [],
"script": "//testing/merge_scripts/standard_gtest_merge.py"
},
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "arm64",
"inside_docker": "1",
"os": "Ubuntu-16.04"
}
]
},
"test": "url_unittests",
"test_target": "//url:url_unittests"
},
{ {
"args": [ "args": [
"--child-arg=--ozone-platform=headless" "--child-arg=--ozone-platform=headless"
...@@ -12772,6 +12790,23 @@ ...@@ -12772,6 +12790,23 @@
"test": "ui_base_unittests", "test": "ui_base_unittests",
"test_target": "//ui/base:ui_base_unittests" "test_target": "//ui/base:ui_base_unittests"
}, },
{
"merge": {
"args": [],
"script": "//testing/merge_scripts/standard_gtest_merge.py"
},
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"kvm": "1",
"os": "Ubuntu-16.04"
}
]
},
"test": "url_unittests",
"test_target": "//url:url_unittests"
},
{ {
"args": [ "args": [
"--child-arg=--ozone-platform=headless" "--child-arg=--ozone-platform=headless"
...@@ -13361,6 +13396,23 @@ ...@@ -13361,6 +13396,23 @@
"test": "ui_base_unittests", "test": "ui_base_unittests",
"test_target": "//ui/base:ui_base_unittests" "test_target": "//ui/base:ui_base_unittests"
}, },
{
"merge": {
"args": [],
"script": "//testing/merge_scripts/standard_gtest_merge.py"
},
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"kvm": "1",
"os": "Ubuntu-16.04"
}
]
},
"test": "url_unittests",
"test_target": "//url:url_unittests"
},
{ {
"args": [ "args": [
"--child-arg=--ozone-platform=headless" "--child-arg=--ozone-platform=headless"
......
...@@ -1766,6 +1766,12 @@ ...@@ -1766,6 +1766,12 @@
}, },
}, },
}, },
'url_unittests': {
'remove_from': [
# crbug.com/1054240
'Fuchsia x64',
],
},
'video_decode_accelerator_gl_unittest': { 'video_decode_accelerator_gl_unittest': {
'remove_from': [ 'remove_from': [
# Windows Intel doesn't have the GL extensions to support this test. # Windows Intel doesn't have the GL extensions to support this test.
......
...@@ -1283,6 +1283,7 @@ ...@@ -1283,6 +1283,7 @@
'--test-launcher-filter-file=../../testing/buildbot/filters/fuchsia.ui_base_unittests.filter', '--test-launcher-filter-file=../../testing/buildbot/filters/fuchsia.ui_base_unittests.filter',
], ],
}, },
'url_unittests': {},
'viz_unittests': { 'viz_unittests': {
'args': [ 'args': [
'--child-arg=--ozone-platform=headless', '--child-arg=--ozone-platform=headless',
......
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