| 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 226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 237 CommandLineWebstoreInstall.* | 237 CommandLineWebstoreInstall.* |
| 238 BluetoothApiTest.* | 238 BluetoothApiTest.* |
| 239 MediaGalleriesPrivateApiTest.* | 239 MediaGalleriesPrivateApiTest.* |
| 240 SerialApiTest.* | 240 SerialApiTest.* |
| 241 ExtensionManagementTest.* | 241 ExtensionManagementTest.* |
| 242 ExtensionManagementApiEscalationTest.* | 242 ExtensionManagementApiEscalationTest.* |
| 243 ExtensionContextMenuBrowserLazyTest.* | 243 ExtensionContextMenuBrowserLazyTest.* |
| 244 SystemInfoDisplayApiTest.* | 244 SystemInfoDisplayApiTest.* |
| 245 # DrM-i#1052-c#39 | 245 # DrM-i#1052-c#39 |
| 246 ExtensionIdltestApiTest.* | 246 ExtensionIdltestApiTest.* |
| 247 # DrM-i#1052-c#40 |
| 248 SearchProviderTest.* |
| 249 PushMessagingApiTest.* |
| 250 BookmarkBrowsertest.* |
| 247 | 251 |
| 248 # Failed tests from debug build | 252 # Failed tests from debug build |
| 249 # DrM-i#1052-c#21 | 253 # DrM-i#1052-c#21 |
| 250 PrintWebViewHelperTest.* | 254 PrintWebViewHelperTest.* |
| 251 PrintWebViewHelperPreviewTest.* | 255 PrintWebViewHelperPreviewTest.* |
| 252 PrintWebViewHelperKioskTest.* | 256 PrintWebViewHelperKioskTest.* |
| 253 TranslateHelperTest.* | 257 TranslateHelperTest.* |
| 254 ChromeRenderViewTest.* | 258 ChromeRenderViewTest.* |
| 255 PhishingDOMFeatureExtractorTest.* | 259 PhishingDOMFeatureExtractorTest.* |
| 256 ThumbnailerTest.* | 260 ThumbnailerTest.* |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 298 ChromeRenderProcessHostTestWithCommandLine.* | 302 ChromeRenderProcessHostTestWithCommandLine.* |
| 299 PlatformAppDevToolsBrowserTest.* | 303 PlatformAppDevToolsBrowserTest.* |
| 300 # DrM-i#1052-c#36 | 304 # DrM-i#1052-c#36 |
| 301 LocalePolicyTest.* | 305 LocalePolicyTest.* |
| 302 ClipboardApiTest.* | 306 ClipboardApiTest.* |
| 303 ExtensionDevToolsBrowserTest.* | 307 ExtensionDevToolsBrowserTest.* |
| 304 # DrM-i#1052-c#37 | 308 # DrM-i#1052-c#37 |
| 305 IFrameTest.* | 309 IFrameTest.* |
| 306 # DrM-i#1052-c#39 | 310 # DrM-i#1052-c#39 |
| 307 CloudPrintPolicyTest.* | 311 CloudPrintPolicyTest.* |
| 312 # DrM-i#1052-c#40 |
| 313 TranslateManagerTest.* |
| OLD | NEW |