| 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.* |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 64 PolicyTest.* | 64 PolicyTest.* |
| 65 BrowserTest.* | 65 BrowserTest.* |
| 66 ChromeContentBrowserClientBrowserTest.* | 66 ChromeContentBrowserClientBrowserTest.* |
| 67 ThreadedCompositorTest.* | 67 ThreadedCompositorTest.* |
| 68 WorkerDevToolsSanityTest.* | 68 WorkerDevToolsSanityTest.* |
| 69 PolicyPrefsSettingsBannerTestInstance* | 69 PolicyPrefsSettingsBannerTestInstance* |
| 70 # DrM-i#1052-c#6 | 70 # DrM-i#1052-c#6 |
| 71 PreferencesBrowserTest.* | 71 PreferencesBrowserTest.* |
| 72 OptionsBrowserTest.* | 72 OptionsBrowserTest.* |
| 73 PolicyPrefsTestInstance* | 73 PolicyPrefsTestInstance* |
| 74 # DrM-i#1052-c#7 |
| 75 BetterSessionRestoreTest.* |
| 76 ExtensionWebRequestApiTest.* |
| 77 PageCyclerCachedBrowserTest.* |
| 78 PolicyPrefsBannerTest.* |
| OLD | NEW |