| OLD | NEW |
| 1 # TODO(zhaoqin): File bugs for those failing browser tests. | 1 # TODO(zhaoqin): File bugs for those failing browser tests. |
| 2 | 2 |
| 3 # Dr.Memory i#1052: http://code.google.com/p/drmemory/issues/detail?id=1052 | 3 # Dr.Memory i#1052: http://code.google.com/p/drmemory/issues/detail?id=1052 |
| 4 # | 4 # |
| 5 # The list is too long for gtest_filter, so we exclude the whole | 5 # The list is too long for gtest_filter, so we exclude the whole |
| 6 # test case if any of its tests failed. | 6 # test case if any of its tests failed. |
| 7 *FLAKY* | 7 *FLAKY* |
| 8 | 8 |
| 9 # Timeout (400000 ms) Tests | 9 # Timeout (400000 ms) Tests |
| 10 NaClBrowserTestGLibc.* | 10 NaClBrowserTestGLibc.* |
| (...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 113 SavePageBrowserTest.* | 113 SavePageBrowserTest.* |
| 114 SavePageAsMHTMLBrowserTest.* | 114 SavePageAsMHTMLBrowserTest.* |
| 115 ClickModifierTest.* | 115 ClickModifierTest.* |
| 116 FindInPageControllerTest.* | 116 FindInPageControllerTest.* |
| 117 ContextMenuBrowserTest.* | 117 ContextMenuBrowserTest.* |
| 118 WebUIBrowserAsyncGenTest.* | 118 WebUIBrowserAsyncGenTest.* |
| 119 BrowserEncodingTest.* | 119 BrowserEncodingTest.* |
| 120 ShowModalDialogTest.* | 120 ShowModalDialogTest.* |
| 121 NaClGdbTest.* | 121 NaClGdbTest.* |
| 122 # DrM-i#1052-c#17 | 122 # DrM-i#1052-c#17 |
| 123 AutomationTabHelperBrowserTest.* | |
| 124 PageCyclerBrowserTest.* | 123 PageCyclerBrowserTest.* |
| 125 PrerenderBrowserTestWithExtensions.* | 124 PrerenderBrowserTestWithExtensions.* |
| 126 NotificationsPermissionTest.* | 125 NotificationsPermissionTest.* |
| 127 # DrM-i#1052-c#18 | 126 # DrM-i#1052-c#18 |
| 128 PrefetchBrowserTest.* | 127 PrefetchBrowserTest.* |
| 129 LoadTimingObserverTest.* | 128 LoadTimingObserverTest.* |
| 130 LazyBackgroundPageApiTest.* | 129 LazyBackgroundPageApiTest.* |
| 131 AppBackgroundPageApiTest.* | 130 AppBackgroundPageApiTest.* |
| 132 WebViewTest.* | 131 WebViewTest.* |
| 133 PageCyclerBrowserTest.* | 132 PageCyclerBrowserTest.* |
| (...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 258 PrintWebViewHelperKioskTest.* | 257 PrintWebViewHelperKioskTest.* |
| 259 TranslateHelperTest.* | 258 TranslateHelperTest.* |
| 260 ChromeRenderViewTest.* | 259 ChromeRenderViewTest.* |
| 261 PhishingDOMFeatureExtractorTest.* | 260 PhishingDOMFeatureExtractorTest.* |
| 262 ThumbnailerTest.* | 261 ThumbnailerTest.* |
| 263 PhishingClassifierDelegateTest.* | 262 PhishingClassifierDelegateTest.* |
| 264 PasswordGenerationManagerTest.* | 263 PasswordGenerationManagerTest.* |
| 265 PasswordAutofillManagerTest.* | 264 PasswordAutofillManagerTest.* |
| 266 FormAutocompleteTest.* | 265 FormAutocompleteTest.* |
| 267 FormAutofillTest.* | 266 FormAutofillTest.* |
| 268 AutomationRendererHelperTest.* | |
| 269 ContentSettingsTest.* | 267 ContentSettingsTest.* |
| 270 BrowserActionsContainerTest.* | 268 BrowserActionsContainerTest.* |
| 271 SessionRestoreTest.* | 269 SessionRestoreTest.* |
| 272 ExtensionsLoadTest.* | 270 ExtensionsLoadTest.* |
| 273 PageClickTrackerTest.* | 271 PageClickTrackerTest.* |
| 274 PhishingDOMFeatureExtractorTest.* | 272 PhishingDOMFeatureExtractorTest.* |
| 275 SSLUITestBlock.* | 273 SSLUITestBlock.* |
| 276 ExtensionInstallUIBrowserTest.* | 274 ExtensionInstallUIBrowserTest.* |
| 277 # DrM-i#1052-c#23 | 275 # DrM-i#1052-c#23 |
| 278 WebCacheManagerBrowserTest.* | 276 WebCacheManagerBrowserTest.* |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 325 WebUIAccessibilityAuditBrowserTest_TestsDisabledInFixture.* | 323 WebUIAccessibilityAuditBrowserTest_TestsDisabledInFixture.* |
| 326 PasswordManagerBrowserTest* | 324 PasswordManagerBrowserTest* |
| 327 RangeHistoryWebUITest* | 325 RangeHistoryWebUITest* |
| 328 # DrM-i#1052-c#46 | 326 # DrM-i#1052-c#46 |
| 329 WebGLInfobarTest.* | 327 WebGLInfobarTest.* |
| 330 StartupBrowserCreatorTest.* | 328 StartupBrowserCreatorTest.* |
| 331 PrefsTabHelperBrowserTest* | 329 PrefsTabHelperBrowserTest* |
| 332 # DrM-i#1052-c#47 | 330 # DrM-i#1052-c#47 |
| 333 ManagedModeBrowserCreatorTest.* | 331 ManagedModeBrowserCreatorTest.* |
| 334 PolicyUITest.* | 332 PolicyUITest.* |
| OLD | NEW |