| 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: https://github.com/DynamoRIO/drmemory/issues/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 |
| 11 # A* | 11 # A* |
| 12 Act* | 12 Act* |
| 13 Ad* | 13 Ad* |
| (...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 194 WebUIBr* | 194 WebUIBr* |
| 195 WebC* | 195 WebC* |
| 196 WebN* | 196 WebN* |
| 197 WebstoreIn* | 197 WebstoreIn* |
| 198 WebstoreSt* | 198 WebstoreSt* |
| 199 WebSo* | 199 WebSo* |
| 200 Win*.Cl* | 200 Win*.Cl* |
| 201 # X* | 201 # X* |
| 202 # Y* | 202 # Y* |
| 203 # Z* | 203 # Z* |
| OLD | NEW |