| 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 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 138 Prox* | 138 Prox* |
| 139 Prof*ta | 139 Prof*ta |
| 140 Prof*t | 140 Prof*t |
| 141 Prer* | 141 Prer* |
| 142 PPA*ib* | 142 PPA*ib* |
| 143 PPA*lT*.* | 143 PPA*lT*.* |
| 144 PPAPIT*.F* | 144 PPAPIT*.F* |
| 145 PPAPIT*.W* | 145 PPAPIT*.W* |
| 146 PPAPIT*.U*3 | 146 PPAPIT*.U*3 |
| 147 # Q* | 147 # Q* |
| 148 QU* |
| 148 # R* | 149 # R* |
| 149 Red* | 150 Red* |
| 150 Ref* | 151 Ref* |
| 151 Reg* | 152 Reg* |
| 152 Rem*De* | 153 Rem*De* |
| 153 Rem*Ad* | 154 Rem*Ad* |
| 154 Res* | 155 Res* |
| 155 # S* | 156 # S* |
| 156 Sa* | 157 Sa* |
| 157 Sea*Pr* | 158 Sea*Pr* |
| (...skipping 29 matching lines...) Expand all Loading... |
| 187 WebUIBr* | 188 WebUIBr* |
| 188 WebC* | 189 WebC* |
| 189 WebN* | 190 WebN* |
| 190 WebstoreIn* | 191 WebstoreIn* |
| 191 WebstoreSt* | 192 WebstoreSt* |
| 192 WebSo* | 193 WebSo* |
| 193 Win*.Cl* | 194 Win*.Cl* |
| 194 # X* | 195 # X* |
| 195 # Y* | 196 # Y* |
| 196 # Z* | 197 # Z* |
| OLD | NEW |