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 |
| 16 BrowserCloseTest.* |
| 17 ClickToPlayPluginTest.* |
| 18 DownloadTest.* |
| 19 ErrorPageTest.* |
| 20 LoginPromptBrowserTest.* |
| 21 NaClBrowserTestNewlib.* |
| 22 PrerenderBrowserTest.* |
| 23 RepostFormWarningTest.* |
| 24 TaskManagerBrowserTest.* |
OLD | NEW |