Commit d86e2c71 authored by Nico Weber's avatar Nico Weber

Make win/asan main waterfall bot run tests.

Also make notification_helper_unittests run on the CrWinAsan* bots since
they now run tests on Win10 and that suite only has issues on Win7.

Some tests currently fail under asan. I'm for now not running the
suites containing these tests at all. I'll fix (or disable individual
tests) and gradually add the missing test suites:

- cc_unittests fails LayerTreeHostBlendingPixelTest, https://crbug.com/875223
- install_static_unittests fails GetSandboxSidPrefix, https://crbug.com/875225
- sbox_integration_tests fails TestAddressSanitizer, https://crbug.com/875242
- browser_tests (and viz_browser_tests and network_service_browser_tests)
  fail PictureInPicture (https://crbug.com/873234), MouseLeave (https://crbug.com/856169)
- sync_integration_tests fails MC_MergeDifferentBMModelsModeratelyComplex,
  https://crbug.com/875239

Bug: 869973
Change-Id: I5173419ac0a9ed4879dcfc91614ffc335d749b04
Reviewed-on: https://chromium-review.googlesource.com/1179087Reviewed-by: default avatarReid Kleckner <rnk@chromium.org>
Cr-Commit-Position: refs/heads/master@{#584144}
parent d5b6d329
......@@ -1570,6 +1570,17 @@
},
"test": "net_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"os": "Windows-10-15063"
}
]
},
"test": "notification_helper_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true,
......@@ -2766,6 +2777,17 @@
},
"test": "net_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"os": "Windows-10-15063"
}
]
},
"test": "notification_helper_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true,
......@@ -3950,6 +3972,17 @@
},
"test": "net_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"os": "Windows-10-15063"
}
]
},
"test": "notification_helper_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true,
......
This diff is collapsed.
......@@ -77,6 +77,7 @@
# chromium.memory
'Linux TSan Tests', # https://crbug.com/368525
'Mac ASan 64 Tests (1)', # https://crbug.com/828031
'win-asan', # https://crbug.com/873234, https://crbug.com/856169
# chromium.win
'Win10 Tests x64 (dbg)',
],
......@@ -253,6 +254,11 @@
},
},
},
'cc_unittests': {
'remove_from': [
'win-asan', # https://crbug.com/875223
],
},
'checkbins': {
'remove_from': [
'linux-rel',
......@@ -675,6 +681,11 @@
'Win V8 FYI Release (NVIDIA)',
],
},
'install_static_unittests': {
'remove_from': [
'win-asan', # https://crbug.com/875225
],
},
'interactive_ui_tests': {
'modifications': {
# chromium.win
......@@ -824,6 +835,7 @@
# chromium.memory
'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442
'Linux TSan Tests', # No capacity, https://crbug.com/852442
'win-asan', # https://crbug.com/873234, https://crbug.com/856169
# chromium.win
'Win7 Tests (1)', # For swarming capacity reasons.
'Win10 Tests x64 (dbg)', # Matches browser_tests.
......@@ -892,9 +904,6 @@
'Win7 Tests (1)',
'Win7 Tests (dbg)(1)',
# chromium.clang; all these bots run Windows 7.
'CrWinAsan',
'CrWinAsan(dll)',
'CrWinAsanCov',
'ToTWin',
'ToTWin(dbg)',
'ToTWin(dll)',
......@@ -913,6 +922,11 @@
'Linux Tests (dbg)(1)(32)', # https://crbug.com/852895
],
},
'sbox_integration_tests': {
'remove_from': [
'win-asan', # https://crbug.com/875242
],
},
'services_unittests': {
'remove_from': [
# chromium.clang
......@@ -1041,6 +1055,7 @@
'remove_from': [
# chromium.memory
'Linux TSan Tests', # https://crbug.com/852002
'win-asan', # https://crbug.com/875239
],
},
'performance_test_suite': {
......@@ -1326,6 +1341,7 @@
# chromium.memory
'Linux TSan Tests', # https://crbug.com/368525
'Mac ASan 64 Tests (1)', # https://crbug.com/828031
'win-asan', # https://crbug.com/873234, https://crbug.com/856169
# chromium.win
# Currently too flaky on Windows.
'Win 7 Tests x64 (1)',
......
......@@ -3078,6 +3078,18 @@
'gtest_tests': 'chromium_mac_gtests',
},
},
'win-asan': {
'test_suites': {
'gtest_tests': 'chromium_win_gtests',
},
'swarming': {
'dimension_sets': [
{
'os': 'Windows-10-15063',
},
],
},
},
},
},
{
......
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