1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122
|
# Run a smoke set of browser tests relevant to CfT (crbug.com/1421409)
ChromeForTestingInfoBarTest.*
ClientHintsBrowserTest.*
RecordLanguagesMetricsBrowserTest.*
CrSettingsAboutPageTest.AboutPage*
# DevTools browser tests
GlobalConfirmInfoBarTest.*
DevToolsProtocolTest.*
ExtensionProtocolTest.*
PrintToPdfProtocolTest.*
AutofillFormDevtoolsProtocolTest.*
WebUIJSErrorReportingTest.*
# FileSystem access
ChromeFileSystemAccessPermissionContextPrerenderingBrowserTest.*
FileSystemAccessTabHelperPrerenderingBrowserTest.*
HeadlessModeDevToolsClientNavigationTest.*
RedirectTest.*
HistoryBrowserTest.*
ImageDecoderBrowserTest.*
InfoBarsTest.*
InfoBarUiTest.*
ChromeAcceptEncodingHeaderTest.*
ExplicitlyAllowedNetworkPortsBackgroundFetchBrowserTest.*
NotificationUIManagerBrowserTest.*
NotificationPermissionBrowserTest.*
# Browser UI
JavaScriptDialogTest.*
JavaScriptDialogOriginTest.*
JavaScriptDialogForPrerenderTest.*
BrowserNavigatorTest.*
MAYBE_BrowserNavigatorTestWithMockScreen.*
OmniboxViewTest.*
# Browser web UI
InspectUITest.*
InspectUIFencedFrameTest.*
ChromeWebUIControllerFactoryBrowserTest.*
ChromeWebUINavigationBrowserTest.*
ConstrainedWebDialogBrowserTest.*
WebUIWebViewBrowserTest.*
# Browser UI views browser/ui/views
JavaScriptTabModalDialogViewViewsBrowserTest.*
JavaScriptTabModalDialogViewViewsBrowserTestMac.*
WebDialogBrowserTest.*
BrowserFrameTest.*
BrowserViewTest.*
BrowserRootViewBrowserTest.*
# Filter out failing infobar tests from Chrome for Testing trybots
# Chrome for Testing (CfT) adds a global info bar.
# As a side effect, this fails tests that explicitly assert:
# - the infobar count
# - the number of ax::mojom::Role::kAlert fired events
# - height of DOM elements and viewport size
# - fullscreen mode and desktop web app custom title bar styling
# - default focused elements or focusable elements count
# Since those tests are already covered by non-cft trybots, we just disable
# them for cft trybots.
# https://ci.chromium.org/ui/p/chromium/builders/try/linux-rel/1222923
# https://ci.chromium.org/ui/p/chromium/builders/ci/mac-rel-cft/473
-*JavaScriptTests.testElementRegionTest
-All/GetDisplayMediaChangeSourceBrowserTest.*
-All/PageSpecificSiteDataDialogBrowserTest.*
-All/PasswordGenerationPopupViewBrowsertest.*
-All/TabSharingUIViewsBrowserTest.*
-BackForwardCachePageLoadMetricsObserverBrowserTest.CumulativeLayoutShiftAfterBackForwardCacheRestore
-BackForwardCachePageLoadMetricsObserverBrowserTest.LayoutShiftNormalization_AfterBackForwardCacheRestore
-BreadcrumbManagerTabHelperSecurityStateBrowserTest.BrokenAuthentication
-BrowserTest.GetSizeForNewRenderView
-CollectedCookiesViewsTest.ChangeAndCloseDialog
-CollectedCookiesViewsTest.ChangeAndNavigateAway
-CollectedCookiesViewsTest.CloseDialog
-DebuggerApiTest.InfoBar
-DebuggerApiTest.InfoBarIsNotRemovedIfAttachAgainBeforeFiveSeconds
-DebuggerApiTest.InfoBarIsRemovedAfterFiveSeconds
-DevToolsProtocolTest.AutomationOverrideAddsOneInfoBarOnly
-DevToolsProtocolTest.AutomationOverrideShowsAndRemovesInfoBar
-ExtensionInstallUIBrowserTest.TestThemeInstallUndoResetsToPreviousTheme
-FindInPageControllerTest.FindMovesWhenObscuring
-GlobalConfirmInfoBarTest.CreateAndCloseInfobar
-GlobalConfirmInfoBarTest.UserInteraction
-GlobalConfirmInfoBarTest.VerifyInfobarNonDefaultProperties
-InfoBarsTest.TestInfoBarsCloseOnNewTheme
-InteractionTestUtilBrowserTest.CompareScreenshot_WebPage
-KnownInterceptionDisclosureInfobarTest.CooldownResetsOnBrowserRestartDesktop
-KnownInterceptionDisclosureInfobarTest.OnlyShowDisclosureOncePerSession
-LayoutInstabilityTest.*
-MultipleTabSharingUIViewsBrowserTest.CloseTabs
-MultipleTabSharingUIViewsBrowserTest.StopSharing
-MultipleTabSharingUIViewsBrowserTest.VerifyUi
-SaveCardBubbleViewsFullFormBrowserTest.AlertAccessibleEvent
-SessionRestoreTest.RestoredTabsHaveCorrectInitialSize
-TabSharingUIViewsPreferCurrentTabBrowserTest.VerifyUiWhenCapturingAnotherTab
-TabSharingUIViewsPreferCurrentTabBrowserTest.VerifyUiWhenSelfCapturing
-WebAppFrameToolbarBrowserTest_Borderless.*
-WebAppFrameToolbarBrowserTest_WindowControlsOverlay.*
-WebAppGlassBrowserFrameViewWindowControlsOverlayTest.*
-WebAppIntegration.*
-WebContentsInteractionTestUtilInteractiveUiTest.*
-WebRtcDesktopCaptureBrowserTest.CloseAndReopenNonSharedTab
-WebRtcDesktopCaptureBrowserTest.SwitchSharedTabBackAndForth
-WebRtcDesktopCaptureBrowserTest.TabCaptureProvides0HzWith0MinFpsConstraintAndStaticContent
# https://ci.chromium.org/ui/p/chromium/builders/ci/mac-rel-cft/16246/test-results
-LayerTreeHostScrollTestCaseWithChild.DeviceScaleFactor1_ScrollChild
-PasswordCheckDelegateTest.*
-ReadAnythingModelTest.*
-ThreadControllerWithMessagePumpTest.ThreadControllerActiveAdvancedNesting
-TranslateManagerRenderViewHostTest.*
# https://crbug.com/337761971
-DistilledPageJsTest.*
-DomDistillerDistillablePageUtilsTest.*
-DistillerPageWebContentsTest.*
|