Commit a36886cc authored by Brad Hall's avatar Brad Hall Committed by Commit Bot

Remove CrWinAsan(dll) from a bunch of suites

These tests are killing a bunch of bots currently

Bug: 935598
Change-Id: Ib92d0b2e7044a4a0e3c1ea49afdd34e3eb632fa1
Reviewed-on: https://chromium-review.googlesource.com/c/1487692Reviewed-by: default avatarDirk Pranke <dpranke@chromium.org>
Reviewed-by: default avatarMarc-Antoine Ruel <maruel@chromium.org>
Reviewed-by: default avatarRyan Tseng <hinoka@chromium.org>
Commit-Queue: Dirk Pranke <dpranke@chromium.org>
Cr-Commit-Position: refs/heads/master@{#635565}
parent cf0eb3a0
......@@ -1788,35 +1788,6 @@
},
"test": "boringssl_ssl_tests"
},
{
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"os": "Windows-10-15063"
}
],
"shards": 10
},
"test": "browser_tests"
},
{
"args": [
"--disable-features=WebUIPolymer2",
"--test-launcher-filter-file=../../testing/buildbot/filters/webui_polymer1_browser_tests.filter"
],
"name": "webui_polymer1_browser_tests",
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"os": "Windows-10-15063"
}
],
"shards": 4
},
"test": "browser_tests"
},
{
"swarming": {
"can_use_on_swarming_builders": true,
......@@ -1952,18 +1923,6 @@
},
"test": "compositor_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"os": "Windows-10-15063"
}
],
"shards": 6
},
"test": "content_browsertests"
},
{
"args": [
"--enable-perfetto",
......@@ -2090,17 +2049,6 @@
},
"test": "events_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"os": "Windows-10-15063"
}
]
},
"test": "extensions_browsertests"
},
{
"swarming": {
"can_use_on_swarming_builders": true,
......@@ -2189,17 +2137,6 @@
},
"test": "gpu_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"os": "Windows-10-15063"
}
]
},
"test": "headless_browsertests"
},
{
"swarming": {
"can_use_on_swarming_builders": true,
......@@ -2234,18 +2171,6 @@
},
"test": "installer_util_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"os": "Windows-10-15063"
}
],
"shards": 3
},
"test": "interactive_ui_tests"
},
{
"args": [
"--disable-features=WebUIPolymer2",
......@@ -2605,17 +2530,6 @@
},
"test": "storage_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"os": "Windows-10-15063"
}
]
},
"test": "sync_integration_tests"
},
{
"swarming": {
"can_use_on_swarming_builders": true,
......
......@@ -77,6 +77,7 @@
'browser_tests': {
'remove_from': [
# chromium.clang
'CrWinAsan(dll)', # https://crbug.com/935598
'CrWinAsanCov',
'linux-win_cross-rel',
'ToTLinuxTSan', # https://crbug.com/368525
......@@ -364,6 +365,10 @@
},
},
'content_browsertests': {
'remove_from': [
# chromium.clang
'CrWinAsan(dll)', # https://crbug.com/935598
],
'modifications': {
# chromium.linux
'Cast Audio Linux': {
......@@ -446,6 +451,10 @@
],
},
'extensions_browsertests': {
'remove_from': [
# chromium.clang
'CrWinAsan(dll)', # https://crbug.com/935598
],
'modifications': {
'Win10 Tests x64 (dbg)': {
'experiment_percentage': 100, # https://crbug.com/876615
......@@ -595,6 +604,12 @@
'Linux ChromiumOS MSan Tests',
],
},
'headless_browsertests': {
'remove_from': [
# chromium.clang
'CrWinAsan(dll)', # https://crbug.com/935598
],
},
'info_collection_tests': {
'remove_from': [
# chromium.gpu.fyi
......@@ -610,6 +625,10 @@
],
},
'interactive_ui_tests': {
'remove_from': [
# chromium.clang
'CrWinAsan(dll)', # https://crbug.com/935598
],
'modifications': {
# chromium.clang
'ToTLinuxTSan': {
......@@ -758,6 +777,7 @@
'network_service_browser_tests': {
'remove_from': [
# chromium.clang
'CrWinAsan(dll)', # https://crbug.com/935598
'ToTLinuxTSan', # https://crbug.com/368525
# chromium.memory
'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442
......@@ -841,6 +861,7 @@
'network_service_content_browsertests': {
'remove_from': [
# chromium.clang
'CrWinAsan(dll)', # https://crbug.com/935598
'ToTLinuxTSan', # Match 'Linux TSan Tests' below since this is slow.
# chromium.memory
'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442
......@@ -878,6 +899,8 @@
},
'network_service_extensions_browsertests': {
'remove_from': [
# chromium.clang
'CrWinAsan(dll)', # https://crbug.com/935598
# chromium.memory
'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442
'Linux TSan Tests', # No capacity, https://crbug.com/852442
......@@ -895,9 +918,16 @@
'ToTMacASan',
],
},
'network_service_headless_browsertests': {
'remove_from': [
# chromium.clang
'CrWinAsan(dll)', # https://crbug.com/935598
],
},
'network_service_interactive_ui_tests': {
'remove_from': [
# chromium.clang
'CrWinAsan(dll)', # https://crbug.com/935598
'ToTLinuxTSan', # Match 'Linux TSan Tests' below since this is slow.
# chromium.memory
'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442
......@@ -1065,6 +1095,10 @@
],
},
'sync_integration_tests': {
'remove_from': [
# chromium.clang
'CrWinAsan(dll)', # https://crbug.com/935598
],
'modifications': {
# chromium.clang
'ToTLinuxTSan': {
......@@ -1705,6 +1739,8 @@
'remove_from': [
# chromium.win
'Win10 Tests x64 (dbg)', # Matches browser_tests.
# chromium.clang
'CrWinAsan(dll)', # https://crbug.com/935598
],
},
'webui_polymer1_interactive_ui_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