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

Side by Side Diff: build/android/gtest_filter/unit_tests_disabled

Issue 11027044: Add a class to replace ImageLoadingTracker with a nicer API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix include order Created 8 years, 1 month 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # List of suppressions 1 # List of suppressions
2 2
3 # crbug.com/139429 3 # crbug.com/139429
4 BrowserMainTest.WarmConnectionFieldTrial_Invalid 4 BrowserMainTest.WarmConnectionFieldTrial_Invalid
5 BrowserMainTest.WarmConnectionFieldTrial_Random 5 BrowserMainTest.WarmConnectionFieldTrial_Random
6 BrowserMainTest.WarmConnectionFieldTrial_WarmestSocket 6 BrowserMainTest.WarmConnectionFieldTrial_WarmestSocket
7 7
8 # crbug.com/139431 8 # crbug.com/139431
9 ChromePaths.UserCacheDir 9 ChromePaths.UserCacheDir
10 10
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 ExtensionFromWebApp.* 79 ExtensionFromWebApp.*
80 ExtensionIconManagerTest.* 80 ExtensionIconManagerTest.*
81 ExtensionServiceTest.* 81 ExtensionServiceTest.*
82 ExtensionServiceTestSimple.* 82 ExtensionServiceTestSimple.*
83 ExtensionSourcePriorityTest.* 83 ExtensionSourcePriorityTest.*
84 ExtensionSpecialStoragePolicyTest.* 84 ExtensionSpecialStoragePolicyTest.*
85 ExternalPolicyProviderTest.* 85 ExternalPolicyProviderTest.*
86 MenuManagerTest.* 86 MenuManagerTest.*
87 PageActionControllerTest.* 87 PageActionControllerTest.*
88 PermissionsUpdaterTest.* 88 PermissionsUpdaterTest.*
89 ImageLoaderTest.*
89 ImageLoadingTrackerTest.* 90 ImageLoadingTrackerTest.*
90 ScriptBadgeControllerTest.* 91 ScriptBadgeControllerTest.*
91 ExtensionSettingsFrontendTest.* 92 ExtensionSettingsFrontendTest.*
92 ExtensionSettingsSyncTest.* 93 ExtensionSettingsSyncTest.*
93 ExtensionUpdaterTest.* 94 ExtensionUpdaterTest.*
94 UserScriptListenerTest.* 95 UserScriptListenerTest.*
95 WebApplicationTest.GetShortcutInfoForTab 96 WebApplicationTest.GetShortcutInfoForTab
96 ExtensionActionIconFactoryTest.* 97 ExtensionActionIconFactoryTest.*
97 98
98 # crbug.com/139411 99 # crbug.com/139411
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 EntropyProviderTest.UseOneTimeRandomizationPermuted 142 EntropyProviderTest.UseOneTimeRandomizationPermuted
142 143
143 # crbug.com/147500 144 # crbug.com/147500
144 ManifestTest.RestrictedKeys 145 ManifestTest.RestrictedKeys
145 146
146 # crbug.com/152599 147 # crbug.com/152599
147 SyncSearchEngineDataTypeControllerTest.* 148 SyncSearchEngineDataTypeControllerTest.*
148 149
149 # Death tests are not supported with apks. 150 # Death tests are not supported with apks.
150 *DeathTest* 151 *DeathTest*
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698