Some tests (see the list below) that use ExtensionTestNotificationObserver
started failing after the removal of implicit deferred quit in the
WindowedNotificationObserver in https://codereview.chromium.org/2701473007/.
This means that waiting for the notification itself is not sufficient. It is
needed to find out what is missing, and (probably) add code to wait for that
event(s). Or just leave RunAllPending if it turns out that these events do not
involve other threads/processes and happen without any delay. Also it is
possible that these failures surfaced because of a race in production code.
linux_chromium_rel_ng
browser_tests
DeclarativeContentApiTest.UninstallWhileActivePageAction
ExtensionLoadingTest.KeepAliveWithDevToolsOpenOnReload
ExtensionLoadingTest.RuntimeValidWhileDevToolsOpen
linux_chromium_chromeos_rel_ng
browser_tests
AppListControllerDelegateAshTest.IsPlatformAppOpen
DeclarativeContentApiTest.UninstallWhileActivePageAction
DriveAppProviderTest.MatchingChromeAppInstalled
DriveAppProviderTest.UserInstallResetsUninstallTracking
ExtensionLoadingTest.KeepAliveWithDevToolsOpenOnReload
ExtensionLoadingTest.RuntimeValidWhileDevToolsOpen
linux_chromium_chromeos_ozone_rel_ng
unit_tests
DeviceLocalAccountExternalPolicyLoaderTest.ForceInstallListSet
windows
browser_tests
ExtensionLoadingTest.KeepAliveWithDevToolsOpenOnReload
ExtensionLoadingTest.RuntimeValidWhileDevToolsOpen
mac
browser_tests
DeclarativeContentApiTest.UninstallWhileActivePageAction
ExtensionLoadingTest.KeepAliveWithDevToolsOpenOnReload
ExtensionLoadingTest.RuntimeValidWhileDevToolsOpen
ExtensionManagementTest.InstallSameVersion
NativeAppWindowCocoaBrowserTestInstance_NativeAppWindowCocoaBrowserTest.HideShowWithAppWithShim_0
NativeAppWindowCocoaBrowserTestInstance_NativeAppWindowCocoaBrowserTest.HideShowWithAppWithShim_1
NativeAppWindowCocoaBrowserTestInstance_NativeAppWindowCocoaBrowserTest.Maximize_0
NativeAppWindowCocoaBrowserTestInstance_NativeAppWindowCocoaBrowserTest.Maximize_1
NativeAppWindowCocoaBrowserTestInstance_NativeAppWindowCocoaBrowserTest.MaximizeFullscreen_0
NativeAppWindowCocoaBrowserTestInstance_NativeAppWindowCocoaBrowserTest.MaximizeFullscreen_1
NativeAppWindowCocoaBrowserTestInstance_NativeAppWindowCocoaBrowserTest.Minimize_0
NativeAppWindowCocoaBrowserTestInstance_NativeAppWindowCocoaBrowserTest.Minimize_1
NativeAppWindowCocoaBrowserTestInstance_NativeAppWindowCocoaBrowserTest.MinimizeMaximize_0
NativeAppWindowCocoaBrowserTestInstance_NativeAppWindowCocoaBrowserTest.MinimizeMaximize_1
Builds and logs can be found in https://codereview.chromium.org/2709183002.
Comment 1 by ah...@yandex-team.ru
, Feb 27 2017