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