Skip to content

Commit

Permalink
Make adjustments for upstream tests
Browse files Browse the repository at this point in the history
  • Loading branch information
emerick authored and cdesouza-chromium committed Oct 23, 2024
1 parent c8a3b44 commit 714aee4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
13 changes: 11 additions & 2 deletions test/filters/browser_tests.filter
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,14 @@
-ThreatDOMDetailsTest.CheckTagAndAttributeListIsSorted

# Optimization Guide is disabled
-All/UserAnnotationsServiceBrowserTest.*/*
-All/UserAnnotationsServiceExplicitAllowlistBrowserTest.*/*
-ChromeRenderFrameObserverTest.OptGuideGetsText
-DependencyParserModelLoaderBrowserTest.*
-HistoryEmbeddingsRestrictedSigninBrowserTest.SearchDoesNotReceiveAnswerForRestrictedSignin
-OptimizationGuideInternalsPageBrowserTest.*
-OptimizationGuideKeyedServiceBrowserTest.*
-OptimizationGuideKeyedServiceEnterpriseBrowserTest.*
-UserAnnotationsServiceBrowserTest.*
-UserAnnotationsServiceExplicitAllowlistBrowserTest.*
-VisualQueryClassifierAgentTest.StartClassification_InvalidModel
-VisualQueryClassifierAgentTest.StartClassification_NoImages
-VisualQueryClassifierAgentTest.StartClassification_SingleImageNonShoppy
Expand Down Expand Up @@ -297,6 +297,7 @@
-All/WebAppLinkCapturingParameterizedBrowserTest.CheckLinkCaptureCombinations/*
-Capturable/WebAppLinkCapturingParameterizedBrowserTest.*
-Redirection_BackgroundDisposition/WebAppLinkCapturingParameterizedBrowserTest.*
-Redirection_Capturable_Reparenting/WebAppLinkCapturingParameterizedBrowserTest.*/*
-Redirection_NavigateCurrent/WebAppLinkCapturingParameterizedBrowserTest.CheckLinkCaptureCombinations/CaptureOn_AppWnd_ScopeA2B_ServerSideViaB_ViaLink_MiddleClick_WithOpener_TargetBlank
-Redirection_NavigateCurrent/WebAppLinkCapturingParameterizedBrowserTest.CheckLinkCaptureCombinations/CaptureOn_AppWnd_ScopeA2B_ServerSideViaB_ViaLink_ShiftClick_WithOpener_TargetBlank
-Redirection_OpenInApp_NewWindowDisposition/WebAppLinkCapturingParameterizedBrowserTest.*
Expand Down Expand Up @@ -799,6 +800,7 @@
-All/PredictionManagerBrowserTest.*/*
-All/PredictionManagerModelDownloadingBrowserTest.*
-All/PredictionManagerModelDownloadingBrowserTest.*/*
-LCPPPrefetchSubresourceTest.Base
-LoadingPredictorBrowserTest.*
-LoadingPredictorBrowserTestWithNoLocalPredictions.*
-LoadingPredictorBrowserTestWithOptimizationGuide.*
Expand Down Expand Up @@ -1693,6 +1695,7 @@
-ControlledFrameAvailabilityTest.Verify/*
-ControlledFrameAvailableChannels/*
-ControlledFrameDialogBrowserTest.*/*
-ControlledFrameDisabledPermissionFileSystemAccessTest.*/*
-ControlledFrameDisabledPermissionSerialTest.WebSerial/*
-ControlledFrameDisabledPermissionUsbTest.WebUSB/*
-ControlledFrameDisabledPermissionWebBluetoothTest.WebBluetooth/*
Expand Down Expand Up @@ -1838,6 +1841,7 @@
# they try to call showOpenFilePicker
-FileSystemObserverStorageAccessTest.StateChangeFromAllowedToBlocked
-FileSystemObserverStorageAccessTest.StorageAccess*
-WebViewFileSystemAccessTest.Shim_TestEnabledInTabAndWebView

# This test is disabled because it fails when it encounters unrecognized (Brave)
# WebUI URL hashes.
Expand Down Expand Up @@ -1879,6 +1883,11 @@
-LiveCaptionAutomaticLanguageDownloadTest.*
-LiveCaptionControllerTest.*

# These tests crash because we disable
# user_education::features::kWhatsNewVersion2
-WhatsNewFetcherMultipleCustomizationsBrowserTest.GetV2ServerURLForRender
-WhatsNewFetcherOneCustomizationBrowserTest.GetV2ServerURLForRender

# Tests below this point have not been diagnosed or had issues created yet.
-_/WebrtcLoggingPrivateApiStartEventLoggingTestFeatureAndPolicyEnabled.*
-AccessCodeCastHandlerBrowserTest.*
Expand Down
5 changes: 4 additions & 1 deletion test/filters/unit_tests.filter
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
-MV2/ExtensionProtocolsTest.MetadataFolder/0
-MV3/ExtensionProtocolsTest.MetadataFolder/0

# These tests fail because sync_helper::IsSyncable(extension) resturns false
# These tests fail because sync_helper::IsSyncable(extension) returns false
# due to UPDATER_DEV_ENDPOINT being empty and not matching expected store URL.
-ExtensionSyncServiceCustomGalleryTest.ProcessSyncDataDeferredEnable
-ExtensionSyncServiceCustomGalleryTest.ProcessSyncDataPermissionApproval
Expand Down Expand Up @@ -361,6 +361,7 @@
-ChromeAutofillPredictionImprovementsClientTest.EligibilityOfSignedInUserWithMlEnabled
-EnclaveAuthenticatorRequestDelegateTest.BrowserProvidedPasskeysAvailable
-EnclaveManagerTest.PrimaryUserChange
-ExtensionSyncServiceTransportModeTest.OnlySyncAccountExtensions
-ManagePasswordsUIControllerWithBrowserTestExplicitBrowserSignin.MovePasswordUponSigninWithExistingAccount
-PeopleHandlerDiceTest.StoredAccountsList
-PeopleHandlerDiceUnifiedConsentTest.StoredAccountsList
Expand Down Expand Up @@ -503,6 +504,7 @@
# https://issues.chromium.org/issues/41484323
-TabSearchPageHandlerDeclutterTest.TabDeclutterFindStaleTabs
-TabSearchPageHandlerDeclutterTest.TabDeclutterObserverTest
-TabSearchPageHandlerDeclutterTest.TabDeclutterStaleTabChanges

# This test fails because we insert our own bookmarks submenu into the app menu
# model
Expand Down Expand Up @@ -1043,6 +1045,7 @@
-ThemeProviderRedirectedEquivalenceTest.*
-ThemeServiceTest.*
-ThemeSyncableServiceTest.*
-ThemeSyncableServiceTestWithAccountThemesSeparation.LoadsLocalGrayscaleThemeFromPrefUponSyncStop
-ThemeSyncableServiceWithMigrationFlag*.*
-ToolbarActionsModelUnitTest.*
-TranslateManagerRenderViewHostTest.*
Expand Down

0 comments on commit 714aee4

Please sign in to comment.