Commit a0d3e663 authored by Evan Stade's avatar Evan Stade Committed by Commit Bot

Make sure all single process mash browser test filters have bug links.

Also,
- Enable a couple locally passing tests that don't have bugs attached.
- Disable EncryptedMediaTest suite on Chrome OS asan/lsan, to match
  Linux asan/lsan, due to flake (not unique to Mash).

Bug: 793426
Change-Id: Ia01b402234e33e5fda0f587fc8d47fad7897cbb7
Reviewed-on: https://chromium-review.googlesource.com/c/1315809
Commit-Queue: Evan Stade <estade@chromium.org>
Reviewed-by: default avatarJames Cook <jamescook@chromium.org>
Reviewed-by: default avatarXiaohan Wang <xhwang@chromium.org>
Cr-Commit-Position: refs/heads/master@{#605015}
parent 08ea5c8b
......@@ -2070,7 +2070,7 @@ test("browser_tests") {
"../browser/supervised_user/supervised_user_service_browsertest.cc",
]
}
if (is_desktop_linux && is_asan && is_lsan) {
if (is_linux && is_asan && is_lsan) {
# TODO(crbug.com/793426): Fix the flakiness on Linux Asan Lsan bot.
sources -= [ "../browser/media/encrypted_media_browsertest.cc" ]
}
......
# These tests currently fail with SingleProcessMash enabled.
# Bug: crbug.com/877118
# --------------------------------------------------
# Tests that are also blacklisted for Mash.
# --------------------------------------------------
# Virtual keyboard not supported.
# Virtual keyboard not supported. https://crbug.com/646565
-DefaultKeyboardExtensionBrowserTest.*
-KeyboardEndToEndFocusTest.*
-KeyboardEndToEndFormTest.*
......@@ -18,8 +14,12 @@
# Also depends on keyboard. Test hangs in single process mash crbug.com/897012
-SelectFileDialogExtensionBrowserTest.SelectFileVirtualKeyboard_TabletMode
# Also depends on keyboard. https://crbug.com/899862
-ShutdownPolicyLockerTest.*
# AutomationManagerAura::Enable() uses ash to get active window. More generally,
# chrome a11y code directly accesses ash system UI widgets and views.
# https://crbug.com/888145
-AutomationApiTest.*
-AutomationApiTestWithDeviceScaleFactor.*
-AutomationManagerAuraBrowserTest.*
......@@ -28,41 +28,19 @@
-ChromeVox*
-SelectToSpeak*
# RefCounted check failed: CalledOnValidSequence() from SchedulerWorkerDelegate::OnMainExit
-CheckSystemTokenAvailability/EnterprisePlatformKeysTest.*
# Viz hit testing not supported with Mash https://crbug.com/879308
-PDFExtensionHitTestTest.MouseLeave/1
# JS failure: hasAccessToCurrentWindow: FAIL (no message)
# https://crbug.com/899055
-LockScreenNoteTakingTest.*
# --------------------------------------------------
# Tests failing only for SingleProcessMash.
# --------------------------------------------------
# Crashes on exit, even without SingleProcessMash.
-AffiliationCheck/EnterpriseDeviceAttributesTest.Success/*
# Flaky. crbug.com/888188.
# Flaky. https://crbug.com/888188.
-ChromeSessionManagerTest.LoginExistingUsers
-ChromeSessionManagerTest.PRE_LoginExistingUsers
# Flaky (regardless of Mash). https://crbug.com/873884
-CrSettingsResetPageTest.All
# Encrypted media tests are failing on Asan/Lsan bot due to memory leak. crbug.com/889993
-ECKEncryptedMediaTest.*
-EncryptedMediaTest.*
-CDM_9/ECKEncryptedMediaTest.*
-CDM_10/ECKEncryptedMediaTest.*
-CDM_11/ECKEncryptedMediaTest.*
-MSE_ClearKey/EncryptedMediaTest.*
-MSE_ExternalClearKey/EncryptedMediaTest.*
-MSE_Widevine/EncryptedMediaTest.*
-SRC_ClearKey/EncryptedMediaTest.*
-SRC_ExternalClearKey/EncryptedMediaTest.*
# Failing on ASAN bot. crbug.com/882631
-ExtensionWebRequestApiTest.WebRequestTypes
......@@ -72,19 +50,8 @@
# Flaky on ASAN bot. crbug.com/884216
-KeyboardOverlayUIBrowserTest.*
# Lock screen tests.
-LockScreenNoteTakingTest.Launch
# PRE steps crash on shutdown.
# FATAL:ref_counted.h(85)] Check failed: CalledOnValidSequence()
-ManagedWithoutPermission/ManagedWithoutPermissionPlatformKeysTest.*
-ManagedWithPermission/ManagedWithPermissionPlatformKeysTest.*
# Flaky https://crbug.com/887175
-PrerenderBrowserTest.PrerenderHTML5VideoJs
# Uses ash::LockWindow. https://crbug.com/899862
-ShutdownPolicyLockerTest.*
# Flaky tests. crbug.com/833144
-GetAuthTokenFunctionPublicSessionTest.NonWhitelisted
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