Commit 84e4daac authored by Nico Weber's avatar Nico Weber

Enable openscreen_unittests on msan bots.

The bugs preventing this are now fixed.

Bug: 1143946
Cq-Include-Trybots: luci.chromium.try:linux_chromium_msan_rel_ng
Change-Id: I043d209e3ec41b708a2834c4a904dea79f9ffeb5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2527884Reviewed-by: default avatarHans Wennborg <hans@chromium.org>
Commit-Queue: Hans Wennborg <hans@chromium.org>
Commit-Queue: Nico Weber <thakis@chromium.org>
Auto-Submit: Nico Weber <thakis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#825791}
parent 8ac99965
...@@ -16138,6 +16138,23 @@ ...@@ -16138,6 +16138,23 @@
"test": "net_unittests", "test": "net_unittests",
"test_id_prefix": "ninja://net:net_unittests/" "test_id_prefix": "ninja://net:net_unittests/"
}, },
{
"merge": {
"args": [],
"script": "//testing/merge_scripts/standard_gtest_merge.py"
},
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"os": "Ubuntu-16.04"
}
],
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
},
"test": "openscreen_unittests",
"test_id_prefix": "ninja://chrome/browser/media/router:openscreen_unittests/"
},
{ {
"merge": { "merge": {
"args": [], "args": [],
...@@ -11807,6 +11807,27 @@ ...@@ -11807,6 +11807,27 @@
"test": "net_unittests", "test": "net_unittests",
"test_id_prefix": "ninja://net:net_unittests/" "test_id_prefix": "ninja://net:net_unittests/"
}, },
{
"args": [
"--test-launcher-print-test-stdio=always"
],
"merge": {
"args": [],
"script": "//testing/merge_scripts/standard_gtest_merge.py"
},
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Ubuntu-16.04"
}
],
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
},
"test": "openscreen_unittests",
"test_id_prefix": "ninja://chrome/browser/media/router:openscreen_unittests/"
},
{ {
"args": [ "args": [
"--test-launcher-print-test-stdio=always" "--test-launcher-print-test-stdio=always"
......
...@@ -2238,8 +2238,6 @@ ...@@ -2238,8 +2238,6 @@
}, },
'openscreen_unittests': { 'openscreen_unittests': {
'remove_from': [ 'remove_from': [
'Linux MSan Tests', # crbug.com/1143946
'ToTLinuxMSan', # crbug.com/1143946
'Linux CFI', # crbug.com/1143983 'Linux CFI', # crbug.com/1143983
'CFI Linux ToT', # crbug.com/1143983 'CFI Linux ToT', # crbug.com/1143983
], ],
......
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