Revert "Update vulkan_content_browsertests expectations"
This reverts commit 9fd8382057d83c92a4b86b6feb982c91f6a37ecb.
Reason for revert: re-introduced tests cause failure on multiple GPU FYI builders.
Original change's description:
> Update vulkan_content_browsertests expectations
>
> A regression lead to viz::SkiaOutputDeviceVulkan::UpdateDrawSurface crashing.
> This has since been fixed (crbug.com/952231).
>
> This combined with falling back to GL Renderer was leading to the test only
> having flaky failures.
>
> We have recently added a testing flag to prevent this false positive:
> "--disable-vulkan-fallback-to-gl-for-testing" which this change adds to the
> tests. So that we reliably catch failures going forward.
>
> This change also re-enables
> AuraWindowVideoCaptureDeviceBrowserTest.ErrorsOutIfWindowHasGoneBeforeDeviceStart
> which was failing due to crbug.com/948249 which has since been fixed.
>
> This change also removes the test exceptions for vulkan_content_browsertests
> aside from TSAN and Intel HD 630, which are failing for other reasons
>
> TEST=vulkan_content_browsertests
>
> Bug: 940723, 930943
> Change-Id: Id187c41718a91b4401db9ff2549d6556d1820c4d
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1568088
> Commit-Queue: Jonathan Ross <[email protected]>
> Reviewed-by: Jonathan Backer <[email protected]>
> Reviewed-by: Kenneth Russell <[email protected]>
> Cr-Commit-Position: refs/heads/master@{#651751}
[email protected],[email protected],[email protected]
Change-Id: I0f8e1b592090370c9b6488c173105969252ae41b
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: 940723, 930943
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1571694
Reviewed-by: Corentin Wallez <[email protected]>
Commit-Queue: Corentin Wallez <[email protected]>
Cr-Commit-Position: refs/heads/master@{#652062}
diff --git a/testing/buildbot/test_suite_exceptions.pyl b/testing/buildbot/test_suite_exceptions.pyl
index 62984488..308a05e 100644
--- a/testing/buildbot/test_suite_exceptions.pyl
+++ b/testing/buildbot/test_suite_exceptions.pyl
@@ -1476,8 +1476,11 @@
'remove_from': [
# Flaky hangs crbug.com/940723
'Linux FYI GPU TSAN Release',
- # Low capacity both with obsolete graphics card.
'Linux FYI Release (AMD R7 240)',
+ 'Linux FYI Debug (NVIDIA)',
+ 'Linux FYI Experimental Release (NVIDIA)',
+ 'Linux FYI SkiaRenderer Vulkan (NVIDIA)',
+ 'Linux FYI Release (NVIDIA)',
# Consistent hangs crbug.com/940750
'Linux FYI Experimental Release (Intel HD 630)',
],