| OLD | NEW |
| 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 Loading... |
| 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* |
| OLD | NEW |