| 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 | 7 |
| 8 # Timeout (400000 ms) Tests | 8 # Timeout (400000 ms) Tests |
| 9 NaClBrowserTestGLibc.* | 9 NaClBrowserTestGLibc.* |
| 10 OutOfProcessPPAPITest.* | 10 OutOfProcessPPAPITest.* |
| 11 PPAPINaClGLibcTest.* | 11 PPAPINaClGLibcTest.* |
| 12 PPAPINaClNewlibTest.* | 12 PPAPINaClNewlibTest.* |
| 13 PPAPITest.* | 13 PPAPITest.* |
| 14 ReferrerPolicyTest.* | 14 ReferrerPolicyTest.* |
| 15 # DrM-i#1052-c#1 | 15 # DrM-i#1052-c#1 |
| 16 BrowserCloseTest.* | 16 BrowserCloseTest.* |
| 17 ClickToPlayPluginTest.* | 17 ClickToPlayPluginTest.* |
| 18 DownloadTest.* | 18 DownloadTest.* |
| 19 ErrorPageTest.* | 19 ErrorPageTest.* |
| 20 LoginPromptBrowserTest.* | 20 LoginPromptBrowserTest.* |
| 21 NaClBrowserTestNewlib.* | 21 NaClBrowserTestNewlib.* |
| 22 PrerenderBrowserTest.* | 22 PrerenderBrowserTest.* |
| 23 RepostFormWarningTest.* | 23 RepostFormWarningTest.* |
| 24 TaskManagerBrowserTest.* | 24 TaskManagerBrowserTest.* |
| 25 # DrM-i#1052-c#2 |
| 26 AppApiTest.* |
| 27 CaptivePortalBrowserTest.* |
| 28 DownloadExtensionTest.* |
| 29 IsolatedAppTest.* |
| 30 ProxyBrowserTest.* |
| 31 RedirectTest.* |
| 32 SafeBrowsingBlockingPageTest.* |
| 33 SafeBrowsingBlockingPageV2Test.* |
| 34 SSLUITest.* |
| 35 SSLUITestIgnoreCertErrors.* |
| OLD | NEW |