| 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 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 146 PPAPIT*.U*3 | 146 PPAPIT*.U*3 |
| 147 # Q* | 147 # Q* |
| 148 QU* | 148 QU* |
| 149 # R* | 149 # R* |
| 150 Red* | 150 Red* |
| 151 Ref* | 151 Ref* |
| 152 Reg* | 152 Reg* |
| 153 Rem*De* | 153 Rem*De* |
| 154 Rem*Ad* | 154 Rem*Ad* |
| 155 Res* | 155 Res* |
| 156 # RequestContentScriptAPITest.PermissionMatcherAgreementInjection |
| 157 Req*.Per*ion |
| 156 # S* | 158 # S* |
| 157 Sa* | 159 Sa* |
| 158 Sea*Pr* | 160 Sea*Pr* |
| 159 Ses* | 161 Ses* |
| 160 Set* | 162 Set* |
| 161 Scr* | 163 Scr* |
| 162 Soc* | 164 Soc* |
| 163 Spe* | 165 Spe* |
| 164 SRC*.Pl* | 166 SRC*.Pl* |
| 165 SRC*.Fr* | 167 SRC*.Fr* |
| (...skipping 22 matching lines...) Expand all Loading... |
| 188 WebUIBr* | 190 WebUIBr* |
| 189 WebC* | 191 WebC* |
| 190 WebN* | 192 WebN* |
| 191 WebstoreIn* | 193 WebstoreIn* |
| 192 WebstoreSt* | 194 WebstoreSt* |
| 193 WebSo* | 195 WebSo* |
| 194 Win*.Cl* | 196 Win*.Cl* |
| 195 # X* | 197 # X* |
| 196 # Y* | 198 # Y* |
| 197 # Z* | 199 # Z* |
| OLD | NEW |