| 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 # it takes too long to run all browser_tests with Dr.Memory, | 9 # it takes too long to run all browser_tests with Dr.Memory, |
| 10 # and we only select subset to run | 10 # and we only select subset to run |
| (...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 153 Ref* | 153 Ref* |
| 154 Reg* | 154 Reg* |
| 155 Rem*De* | 155 Rem*De* |
| 156 Rem*Ad* | 156 Rem*Ad* |
| 157 Res* | 157 Res* |
| 158 # RequestContentScriptAPITest.PermissionMatcherAgreementInjection | 158 # RequestContentScriptAPITest.PermissionMatcherAgreementInjection |
| 159 Req*.Per*ion | 159 Req*.Per*ion |
| 160 # S* | 160 # S* |
| 161 Sa* | 161 Sa* |
| 162 Sea*Pr* | 162 Sea*Pr* |
| 163 # SerialApiTest.SerialFakeHardware_1 (http://crbug.com/372452) |
| 164 Ser* |
| 163 Ses* | 165 Ses* |
| 164 Set* | 166 Set* |
| 165 Scr* | 167 Scr* |
| 166 Soc* | 168 Soc* |
| 167 Spe* | 169 Spe* |
| 168 SRC*.Pl* | 170 SRC*.Pl* |
| 169 SRC*.Fr* | 171 SRC*.Fr* |
| 170 SSL*ed | 172 SSL*ed |
| 171 Sup*Mo* | 173 Sup*Mo* |
| 172 Str* | 174 Str* |
| (...skipping 19 matching lines...) Expand all Loading... |
| 192 WebUIBr* | 194 WebUIBr* |
| 193 WebC* | 195 WebC* |
| 194 WebN* | 196 WebN* |
| 195 WebstoreIn* | 197 WebstoreIn* |
| 196 WebstoreSt* | 198 WebstoreSt* |
| 197 WebSo* | 199 WebSo* |
| 198 Win*.Cl* | 200 Win*.Cl* |
| 199 # X* | 201 # X* |
| 200 # Y* | 202 # Y* |
| 201 # Z* | 203 # Z* |
| OLD | NEW |