| 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 | |
| 15 # 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, |
| 16 # and we only select subset to run | 13 # and we only select subset to run |
| 17 # A* | 14 # A* |
| 18 Act* | 15 Act* |
| 19 Ad* | 16 Ad* |
| 20 All* | 17 All* |
| 21 AppA* | 18 AppA* |
| 22 AppB* | 19 AppB* |
| 23 AppL* | 20 AppL* |
| 24 AppW* | 21 AppW* |
| (...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 203 WebUIBr* | 200 WebUIBr* |
| 204 WebC* | 201 WebC* |
| 205 WebN* | 202 WebN* |
| 206 WebstoreIn* | 203 WebstoreIn* |
| 207 WebstoreSt* | 204 WebstoreSt* |
| 208 WebSo* | 205 WebSo* |
| 209 Win*.Cl* | 206 Win*.Cl* |
| 210 # X* | 207 # X* |
| 211 # Y* | 208 # Y* |
| 212 # Z* | 209 # Z* |
| OLD | NEW |