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

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

Issue 11280070: Fixed TopSitesTest.Blacklisting issue for Android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync Created 8 years 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
« no previous file with comments | « no previous file | chrome/browser/history/top_sites_unittest.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 # The UDP related tests currently do not work on Android because 8 # The UDP related tests currently do not work on Android because
9 # we lack a UDP forwarder tool. 9 # we lack a UDP forwarder tool.
10 NetworkStatsTestUDP.* 10 NetworkStatsTestUDP.*
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 SQLiteServerBoundCertStoreTest.TestUpgradeV2 97 SQLiteServerBoundCertStoreTest.TestUpgradeV2
98 98
99 ProfileSyncComponentsFactoryImplTest.* 99 ProfileSyncComponentsFactoryImplTest.*
100 PermissionsTest.GetWarningMessages_Plugins 100 PermissionsTest.GetWarningMessages_Plugins
101 ImageOperations.ResizeShouldAverageColors 101 ImageOperations.ResizeShouldAverageColors
102 102
103 # crbug.com/138275 103 # crbug.com/138275
104 PrerenderTest.* 104 PrerenderTest.*
105 RenderWidgetTest.OnMsgPaintAtSize 105 RenderWidgetTest.OnMsgPaintAtSize
106 106
107 # crbug.com/146857
108 TopSitesTest.Blacklisting
109
110 # crbug.com/139643 107 # crbug.com/139643
111 VariationsUtilTest.DisableAfterInitialization 108 VariationsUtilTest.DisableAfterInitialization
112 VariationsUtilTest.AssociateGoogleVariationID 109 VariationsUtilTest.AssociateGoogleVariationID
113 VariationsUtilTest.NoAssociation 110 VariationsUtilTest.NoAssociation
114 111
115 # crbug.com/141473 112 # crbug.com/141473
116 AutofillManagerTest.UpdatePasswordSyncState 113 AutofillManagerTest.UpdatePasswordSyncState
117 AutofillManagerTest.UpdatePasswordGenerationState 114 AutofillManagerTest.UpdatePasswordGenerationState
118 115
119 # crbug.com/144227 116 # crbug.com/144227
120 ExtensionIconImageTest.* 117 ExtensionIconImageTest.*
121 118
122 # crbug.com/145843 119 # crbug.com/145843
123 EntropyProviderTest.UseOneTimeRandomizationSHA1 120 EntropyProviderTest.UseOneTimeRandomizationSHA1
124 EntropyProviderTest.UseOneTimeRandomizationPermuted 121 EntropyProviderTest.UseOneTimeRandomizationPermuted
125 122
126 # crbug.com/147500 123 # crbug.com/147500
127 ManifestTest.RestrictedKeys 124 ManifestTest.RestrictedKeys
128 125
129 # crbug.com/152599 126 # crbug.com/152599
130 SyncSearchEngineDataTypeControllerTest.* 127 SyncSearchEngineDataTypeControllerTest.*
131 128
132 # Death tests are not supported with apks. 129 # Death tests are not supported with apks.
133 *DeathTest* 130 *DeathTest*
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/history/top_sites_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698