Remove msan, tsan test lists and just use asan test lists on all memory bots.
For example, angle_unittests wasn't running on the MSan bot, which wasn't
intentional. If a test really doesn't work under e.g. TSan, it can
be added to the exceptions file instead.
For another example, https://chromium-review.googlesource.com/#/c/981787/
added cronet tests, but again not to msan.
Disable a few tests that don't pass on tsan or msan.
Bug: 830659,830648,830653,830819,830944,830945
Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel
Change-Id: Icac81720f32c24497942b9c056c6d6999a866ec6
Reviewed-on: https://chromium-review.googlesource.com/987477
Reviewed-by: Dan Erat <[email protected]>
Reviewed-by: Kenneth Russell <[email protected]>
Cr-Commit-Position: refs/heads/master@{#549382}
diff --git a/testing/buildbot/test_suite_exceptions.pyl b/testing/buildbot/test_suite_exceptions.pyl
index 16389fa..9ae5a616 100644
--- a/testing/buildbot/test_suite_exceptions.pyl
+++ b/testing/buildbot/test_suite_exceptions.pyl
@@ -1322,6 +1322,8 @@
},
'cronet_tests': {
'remove_from': [
+ # chromium.memory
+ 'Linux TSan Tests', # https://crbug.com/830819
# chromium.fyi
'Fuchsia (dbg)',
],
@@ -1603,6 +1605,10 @@
# chromium.memory
'Linux ASan LSan Tests (1)',
'Linux CFI',
+ 'Linux CFI',
+ 'Linux MSan Tests', # https://crbug.com/830659
+ 'Linux ChromiumOS MSan Tests', # https://crbug.com/830659
+ 'Linux TSan Tests', # https://crbug.com/830659
],
'modifications': {
'KitKat Tablet Tester': {
@@ -2027,6 +2033,7 @@
# chromium.memory
# Unclear why this isn't run. http://crbug.com/814403
'Linux Chromium OS ASan LSan Tests (1)',
+ 'Linux ChromiumOS MSan Tests', # https://crbug.com/830944
# Not needed on chromium.fyi because suite is on main waterfall.
'Mojo ChromiumOS',
],
@@ -2311,6 +2318,7 @@
'Out of Process Profiling Mac',
# chromium.memory
'Linux ASan LSan Tests (1)',
+ 'Linux TSan Tests', # The TSan bot sets enable_nacl=false
],
},
'native_theme_unittests': {