blob: 51e1930ff8011fdf4a853cf95f45311777aa86c4 [file] [log] [blame]
Ben Murdoch097c5b22016-05-18 11:27:45 +01001# List of suppressions
2
3# The UDP related tests currently do not work on Android because
4# we lack a UDP forwarder tool.
5NetworkStatsTestUDP.*
6
7# Missing test resource of 16MB.
8HistoryProfileTest.TypicalProfileVersion
9
10# crbug.com/139408
11SQLitePersistentCookieStoreTest.TestDontLoadOldSessionCookies
12SQLitePersistentCookieStoreTest.PersistIsPersistent
13
14# crbug.com/139433
15AutofillTableTest.AutofillProfile*
16AutofillTableTest.UpdateAutofillProfile
17
18# crbug.com/139400
19AutofillProfileTest.*
20CreditCardTest.SetInfoExpirationMonth
21
22# crbug.com/139398
23DownloadItemModelTest.InterruptTooltip
24
25# Tests crashing in the APK
26# l10n_util.cc(655)] Check failed: std::string::npos != pos
27DownloadItemModelTest.InterruptStatus
28# l10n_util.cc(655)] Check failed: std::string::npos != pos
29WebsiteSettingsTest.OnSiteDataAccessed
30
31# crbug.com/139423
32ValueStoreFrontendTest.GetExistingData
33
34# crbug.com/139421
35ChromeSelectFilePolicyTest.ExpectAsynchronousListenerCall
36
37# http://crbug.com/139033
38ChromeDownloadManagerDelegateTest.StartDownload_PromptAlways
39
40# Extension support is limited on Android.
41# Some of these can be enabled if we register extension related prefs in
42# browser_prefs.cc
43ExtensionTest.*
44ExtensionAPI.*
45ExtensionFileUtilTest.*
46ExtensionPermissionsTest.*
47ExtensionUnpackerTest.*
48ActiveTabTest.*
49ExtensionAppsPromo.*
50ComponentLoaderTest.*
51ExtensionFromUserScript.*
52ExtensionFromWebApp.*
53ExtensionIconManagerTest.*
54ExtensionServiceTest.*
55ExtensionServiceTestSimple.*
56ExtensionSourcePriorityTest.*
57ExtensionSpecialStoragePolicyTest.*
58ExternalPolicyProviderTest.*
59ExternalProviderImplTest.*
60MenuManagerTest.*
61PageActionControllerTest.*
62PermissionsUpdaterTest.*
63ImageLoaderTest.*
64ImageLoadingTrackerTest.*
65ExtensionSettingsFrontendTest.*
66ExtensionSettingsSyncTest.*
67ExtensionUpdaterTest.*
68UserScriptListenerTest.*
69WebApplicationTest.GetShortcutInfoForTab
70ExtensionActionIconFactoryTest.*
71
72# crbug.com/139411
73AutocompleteProviderTest.*
74HistoryContentsProviderBodyOnlyTest.*
75HistoryContentsProviderTest.*
76HQPOrderingTest.*
77SearchProviderTest.*
78
79ProtocolHandlerRegistryTest.TestOSRegistrationFailure
80
81# crbug.com/139418
82SQLiteServerBoundCertStoreTest.TestUpgradeV1
83SQLiteServerBoundCertStoreTest.TestUpgradeV2
84
85ProfileSyncComponentsFactoryImplTest.*
86PermissionsTest.GetWarningMessages_Plugins
87ImageOperations.ResizeShouldAverageColors
88
89# crbug.com/138275
90PrerenderTest.*
91
92# crbug.com/139643
93VariationsUtilTest.DisableAfterInitialization
94VariationsUtilTest.AssociateGoogleVariationID
95VariationsUtilTest.NoAssociation
96
97# crbug.com/141473
98AutofillManagerTest.UpdatePasswordSyncState
99AutofillManagerTest.UpdatePasswordGenerationState
100
101# crbug.com/144227
102ExtensionIconImageTest.*
103
104# crbug.com/145843
105EntropyProviderTest.UseOneTimeRandomizationSHA1
106EntropyProviderTest.UseOneTimeRandomizationPermuted
107
108# crbug.com/147500
109ManifestTest.RestrictedKeys
110
111# crbug.com/152599
112SyncSearchEngineDataTypeControllerTest.*
113
114# crbug.com/256259
115DiagnosticsModelTest.RunAll
116
117# Death tests are not supported with apks.
118*DeathTest*