Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(810)

Unified Diff: build/android/gtest_filter/unit_tests_disabled

Issue 10824070: Add unit_tests_disabled file for android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/gtest_filter/unit_tests_disabled
diff --git a/build/android/gtest_filter/unit_tests_disabled b/build/android/gtest_filter/unit_tests_disabled
new file mode 100644
index 0000000000000000000000000000000000000000..ca122eae356500621aeff304450dfbffe252e37e
--- /dev/null
+++ b/build/android/gtest_filter/unit_tests_disabled
@@ -0,0 +1,131 @@
+# List of suppressions
+
+# crbug.com/139429
+BrowserMainTest.WarmConnectionFieldTrial_Invalid
+BrowserMainTest.WarmConnectionFieldTrial_Random
+BrowserMainTest.WarmConnectionFieldTrial_WarmestSocket
+
+# crbug.com/139431
+ChromePaths.UserCacheDir
+
+# The UDP related tests currently do not work on Android because
+# we lack a UDP forwarder tool.
+NetworkStatsTestUDP.*
+
+# Missing test resource of 16MB.
+HistoryProfileTest.TypicalProfileVersion
+
+# crbug.com/139408
+SQLitePersistentCookieStoreTest.TestDontLoadOldSessionCookies
+SQLitePersistentCookieStoreTest.PersistIsPersistent
+
+# We don't use the GPU blacklist and we don't fetch the deps project for the
+# blacklist data so this test is not relevant for us.
+GpuBlacklistTest.CurrentBlacklistValidation
+
+# http://crbug.com/117940
+TemplateURLTest.*
+TemplateURLPrepopulateDataTest.*
+TemplateURLServiceSyncTest.*
+SearchHostToURLsMapTest.*
+
+# crbug.com/139427
+TemplateURLFetcherTest.*
+
+# crbug.com/139433
+AutofillTableTest.AutofillProfile*
+AutofillTableTest.UpdateAutofillProfile
+
+# crbug.com/139400
+AutofillProfileTest.*
+CreditCardTest.SetInfoExpirationMonth
+
+# crbug.com/139398
+DownloadItemModelTest.InterruptTooltip
+
+# crbug.com/139434
+LeveldbValueStore/ValueStoreTest.DotsInKeyNamesWithDicts/0
+
+# Tests crashing in the APK
+# DEATH test, forking and doing bad stuff, not supported yet.
+IncognitoModePrefsDeathTest.GetAvailabilityBadValue
+# l10n_util.cc(655)] Check failed: std::string::npos != pos
+DownloadItemModelTest.InterruptStatus
+# l10n_util.cc(655)] Check failed: std::string::npos != pos
+WebsiteSettingsTest.OnSiteDataAccessed
+# Tests failing in the APK (mostly failing to create files out of the Application dir).
+DiagnosticsModelTest.RunAll
+FirstRunTest.RemoveSentinel
+GoogleUpdateTest.StatsConsent
+URLFixerUpperTest.FixupFile
+URLFixerUpperTest.FixupRelativeFile
+DownloadPathReservationTrackerTest.CreateDefaultDownloadPath
+
+# crbug.com/139423
+ValueStoreFrontendTest.GetExistingData
+
+# crbug.com/139421
+ChromeSelectFilePolicyTest.ExpectAsynchronousListenerCall
+
+# crbug.com/139412
+UserStyleSheetWatcherTest.StyleLoad
+
+# http://crbug.com/139033
+ChromeDownloadManagerDelegateTest.StartDownload_PromptAlways
+
+# Extension support is limited on Android.
+# Some of these can be enabled if we register extension related prefs in
+# browser_prefs.cc
+ExtensionTest.*
+ExtensionAPI.*
+ExtensionFileUtil.*
+ExtensionPermissionsTest.*
+ExtensionUnpackerTest.*
+ActiveTabTest.*
+ExtensionAppsPromo.*
+ComponentLoaderTest.*
+ExtensionFromUserScript.*
+ExtensionFromWebApp.*
+ExtensionIconManagerTest.*
+ExtensionServiceTest.*
+ExtensionServiceTestSimple.*
+ExtensionSourcePriorityTest.*
+ExtensionSpecialStoragePolicyTest.*
+ExternalPolicyProviderTest.*
+MenuManagerTest.*
+PageActionControllerTest.*
+PermissionsUpdaterTest.*
+ImageLoadingTrackerTest.*
+ScriptBadgeControllerTest.*
+ExtensionSettingsFrontendTest.*
+ExtensionSettingsSyncTest.*
+ExtensionUpdaterTest.*
+UserScriptListenerTest.*
+WebApplicationTest.GetShortcutInfoForTab
+
+# crbug.com/139411
+AutocompleteProviderTest.*
+HistoryQuickProviderTest.*
+HistoryContentsProviderBodyOnlyTest.*
+HistoryContentsProviderTest.*
+HQPOrderingTest.*
+SearchProviderTest.*
+
+# Test server and forwarder and not ready yet.
+ProtocolHandlerRegistryTest.TestOSRegistrationFailure
+ConnectionTesterTest.*
+HttpPipeliningCompatibilityClientTest.*
+NetworkStatsTestTCP.*
+ConnectionTesterTest.RunAllTests
+
+# crbug.com/139418
+SQLiteServerBoundCertStoreTest.TestUpgradeV1
+SQLiteServerBoundCertStoreTest.TestUpgradeV2
+
+ProfileSyncComponentsFactoryImplTest.*
+PermissionsTest.GetWarningMessages_Plugins
+ImageOperations.ResizeShouldAverageColors
+
+# crbug.com/138275
+PrerenderTest.*
+RenderWidgetTest.OnMsgPaintAtSize
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698