| 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 10 matching lines...) Expand all Loading... |
| 21 E* | 21 E* |
| 22 F* | 22 F* |
| 23 G* | 23 G* |
| 24 # H*: ~35 tests | 24 # H*: ~35 tests |
| 25 H* | 25 H* |
| 26 # DrM-i#1052-c#53 | 26 # DrM-i#1052-c#53 |
| 27 # HistoryWebUITest.* | 27 # HistoryWebUITest.* |
| 28 # I*: ~10 tests | 28 # I*: ~10 tests |
| 29 # DrM-i#1052-c#53 | 29 # DrM-i#1052-c#53 |
| 30 InfoBarsTest.* | 30 InfoBarsTest.* |
| 31 # DrM-i#1052-c#56 |
| 32 InspectUITest.* |
| 31 # J*: 0 tests | 33 # J*: 0 tests |
| 32 # K*: 1 tests | 34 # K*: 1 tests |
| 33 # L*: 62 tests | 35 # L*: 62 tests |
| 34 M* | 36 M* |
| 35 N* | 37 N* |
| 36 O* | 38 O* |
| 37 P* | 39 P* |
| 38 Q* | 40 Q* |
| 39 R* | 41 R* |
| 40 S* | 42 S* |
| 41 T* | 43 T* |
| 42 # U*: ~20 tests | 44 # U*: ~20 tests |
| 43 # DrM-i#1052-c#53 | 45 # DrM-i#1052-c#53 |
| 44 UnloadTest.* | 46 UnloadTest.* |
| 45 # V*: 5 tests | 47 # V*: 5 tests |
| 46 # W*: ~150 tests | 48 # W*: ~150 tests |
| 47 W* | 49 W* |
| 48 # X*: 0 tests | 50 # X*: 0 tests |
| 49 # Y*: 0 tests | 51 # Y*: 0 tests |
| 50 # Z*: 0 tests | 52 # Z*: 0 tests |
| 51 | 53 |
| 52 # http://crbug.com/302993 | 54 # http://crbug.com/302993 |
| 53 InstantNTPURLRewriteTest.UberURLHandler_InstantExtendedNewTabPage | 55 InstantNTPURLRewriteTest.UberURLHandler_InstantExtendedNewTabPage |
| 54 | 56 |
| 55 # http://crbug.com/328936 | 57 # http://crbug.com/328936 |
| 56 IEImporterBrowserTest.IEImporter | 58 IEImporterBrowserTest.IEImporter |
| 57 | 59 |
| 58 # http://crbug.com/332219 | 60 # http://crbug.com/332219 |
| 59 IEImporterBrowserTest.IEImporterMalformedFavoritesRegistry | 61 IEImporterBrowserTest.IEImporterMalformedFavoritesRegistry |
| OLD | NEW |