Commit 00dbbbf9 authored by Chong Gu's avatar Chong Gu Committed by Commit Bot

[Fuchsia] Add cc_unittests to Fuchsia FYI bots

Add cc_unittests to the fuchsia_gtests test suite.
Create an exception so that it doesn't run on Fuchsia CI bot.

Bug: 1041160
Change-Id: Ie8dedb172085fad735155ac657a4e38f493e1e69
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2025992Reviewed-by: default avatarNico Weber <thakis@chromium.org>
Commit-Queue: Chong Gu <chonggu@google.com>
Cr-Commit-Position: refs/heads/master@{#737521}
parent 0b0cea78
......@@ -12478,6 +12478,24 @@
"test": "cast_runner_unittests",
"test_target": "//fuchsia/runners:cast_runner_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": "cc_unittests",
"test_target": "//cc:cc_unittests"
},
{
"args": [
"--test-launcher-filter-file=../../testing/buildbot/filters/fuchsia.content_unittests.filter"
......@@ -13074,6 +13092,26 @@
"test": "cast_runner_unittests",
"test_target": "//fuchsia/runners:cast_runner_unittests"
},
{
"args": [
"--device=aemu"
],
"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": "cc_unittests",
"test_target": "//cc:cc_unittests"
},
{
"args": [
"--test-launcher-filter-file=../../testing/buildbot/filters/fuchsia.content_unittests.filter",
......@@ -13706,6 +13744,26 @@
"test": "cast_runner_unittests",
"test_target": "//fuchsia/runners:cast_runner_unittests"
},
{
"args": [
"--device=aemu"
],
"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": "cc_unittests",
"test_target": "//cc:cc_unittests"
},
{
"args": [
"--test-launcher-filter-file=../../testing/buildbot/filters/fuchsia.content_unittests.filter",
......
......@@ -253,6 +253,9 @@
],
},
},
'remove_from': [
'Fuchsia x64', # https://crbug.com/1046552
],
},
'checkbins': {
'remove_from': [
......
......@@ -1234,6 +1234,7 @@
'cast_runner_browsertests': {},
'cast_runner_integration_tests': {},
'cast_runner_unittests': {},
'cc_unittests': {},
'components_unittests': {
'args': [
'--test-launcher-filter-file=../../testing/buildbot/filters/fuchsia.components_unittests.filter',
......
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