Commit 25f0a448 authored by Wez's avatar Wez Committed by Commit Bot

[fuchsia] Run events_unittests on CQ and waterfall under Fuchsia.

Bug: 829551
Change-Id: I0461ced34730e216a0d4a64383448c0008f36ad5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2020772
Commit-Queue: Wez <wez@chromium.org>
Commit-Queue: Aaron Gable <agable@chromium.org>
Auto-Submit: Wez <wez@chromium.org>
Reviewed-by: default avatarAaron Gable <agable@chromium.org>
Cr-Commit-Position: refs/heads/master@{#736095}
parent 46a24f86
...@@ -12571,6 +12571,24 @@ ...@@ -12571,6 +12571,24 @@
"test": "crypto_unittests", "test": "crypto_unittests",
"test_target": "//crypto:crypto_unittests" "test_target": "//crypto:crypto_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": "events_unittests",
"test_target": "//ui/events:events_unittests"
},
{ {
"merge": { "merge": {
"args": [], "args": [],
...@@ -13157,6 +13175,26 @@ ...@@ -13157,6 +13175,26 @@
"test": "crypto_unittests", "test": "crypto_unittests",
"test_target": "//crypto:crypto_unittests" "test_target": "//crypto:crypto_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": "events_unittests",
"test_target": "//ui/events:events_unittests"
},
{ {
"args": [ "args": [
"--device=aemu" "--device=aemu"
...@@ -13769,6 +13807,26 @@ ...@@ -13769,6 +13807,26 @@
"test": "crypto_unittests", "test": "crypto_unittests",
"test_target": "//crypto:crypto_unittests" "test_target": "//crypto:crypto_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": "events_unittests",
"test_target": "//ui/events:events_unittests"
},
{ {
"args": [ "args": [
"--device=aemu" "--device=aemu"
......
...@@ -1955,6 +1955,26 @@ ...@@ -1955,6 +1955,26 @@
"test": "crypto_unittests", "test": "crypto_unittests",
"test_target": "//crypto:crypto_unittests" "test_target": "//crypto:crypto_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": "events_unittests",
"test_target": "//ui/events:events_unittests"
},
{ {
"args": [ "args": [
"--device=aemu" "--device=aemu"
......
...@@ -1248,6 +1248,7 @@ ...@@ -1248,6 +1248,7 @@
'cronet_tests': {}, 'cronet_tests': {},
'cronet_unittests': {}, 'cronet_unittests': {},
'crypto_unittests': {}, 'crypto_unittests': {},
'events_unittests': {},
'gfx_unittests': {}, 'gfx_unittests': {},
'gpu_unittests': {}, 'gpu_unittests': {},
'http_service_tests': {}, 'http_service_tests': {},
......
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