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