Disable failing tests on Linux GPU FYI Exp Intel 630 and TSAN bots
The following tests are being disabled on the experimental
Intel 630 bot:
1) angle_end2end_tests since the failures are numerous to exclude
individually.
2) tab_capture_end2end_tests since the test suite consists of 2 tests
and one of them fails.
3) vulkan_content_browsertests since the test suite consists of 3 tests
and all fail.
vulkan_content_browsertests also flakes on Linux FYI GPU TSAN Release
and is being disabled there as well.
Bug: 940750, 927465, 940723
Change-Id: I6c95b04c5804887b0c5ec45e66cb11172660026c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1517036
Commit-Queue: Sunny Sachanandani <[email protected]>
Commit-Queue: Kenneth Russell <[email protected]>
Auto-Submit: Sunny Sachanandani <[email protected]>
Reviewed-by: Kenneth Russell <[email protected]>
Cr-Commit-Position: refs/heads/master@{#639799}
diff --git a/testing/buildbot/test_suite_exceptions.pyl b/testing/buildbot/test_suite_exceptions.pyl
index 52502a8e3..443416d 100644
--- a/testing/buildbot/test_suite_exceptions.pyl
+++ b/testing/buildbot/test_suite_exceptions.pyl
@@ -33,6 +33,8 @@
'Android FYI Release (Nexus 9)',
# Temporarily disabled due to AMDGPU-PRO issues crbug.com/786219
'Linux FYI Release (AMD R7 240)',
+ # Disabled due to numerous ES2_VULKAN failures crbug.com/940750
+ 'Linux FYI Experimental Release (Intel HD 630)',
],
},
'angle_perftests': {
@@ -1131,6 +1133,8 @@
'Mac Retina Debug (AMD)',
'Win10 Debug (NVIDIA)',
# chromium.gpu.fyi
+ # Disabled due to dbus crashes crbug.com/927465
+ 'Linux FYI Experimental Release (Intel HD 630)',
'Win10 FYI Debug (NVIDIA)',
'Win7 FYI Debug (AMD)',
],
@@ -1351,6 +1355,14 @@
'VR Linux',
],
},
+ 'vulkan_content_browsertests' : {
+ 'remove_from': [
+ # Flaky hangs crbug.com/940723
+ 'Linux FYI GPU TSAN Release',
+ # Consistent hangs crbug.com/940750
+ 'Linux FYI Experimental Release (Intel HD 630)',
+ ],
+ },
'wayland_client_perftests': {
'remove_from': [
'linux-chromeos-dbg', # https://crbug.com/859307