| 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: https://github.com/DynamoRIO/drmemory/issues/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 # http://crbug.com/450221 |
| 10 ProfileChooserViewExtensionsTest.LockProfileNoBlockOtherProfileExtensions |
| 11 |
| 9 # it takes too long to run all browser_tests with Dr.Memory, | 12 # it takes too long to run all browser_tests with Dr.Memory, |
| 10 # and we only select subset to run | 13 # and we only select subset to run |
| 11 # A* | 14 # A* |
| 12 Act* | 15 Act* |
| 13 Ad* | 16 Ad* |
| 14 All* | 17 All* |
| 15 AppA* | 18 AppA* |
| 16 AppB* | 19 AppB* |
| 17 AppL* | 20 AppL* |
| 18 AppW* | 21 AppW* |
| (...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 194 WebUIBr* | 197 WebUIBr* |
| 195 WebC* | 198 WebC* |
| 196 WebN* | 199 WebN* |
| 197 WebstoreIn* | 200 WebstoreIn* |
| 198 WebstoreSt* | 201 WebstoreSt* |
| 199 WebSo* | 202 WebSo* |
| 200 Win*.Cl* | 203 Win*.Cl* |
| 201 # X* | 204 # X* |
| 202 # Y* | 205 # Y* |
| 203 # Z* | 206 # Z* |
| OLD | NEW |