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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
47 W* | 47 W* |
48 # X*: 0 tests | 48 # X*: 0 tests |
49 # Y*: 0 tests | 49 # Y*: 0 tests |
50 # Z*: 0 tests | 50 # Z*: 0 tests |
51 | 51 |
52 # http://crbug.com/302993 | 52 # http://crbug.com/302993 |
53 InstantNTPURLRewriteTest.UberURLHandler_InstantExtendedNewTabPage | 53 InstantNTPURLRewriteTest.UberURLHandler_InstantExtendedNewTabPage |
54 | 54 |
55 # http://crbug.com/328936 | 55 # http://crbug.com/328936 |
56 IEImporterBrowserTest.IEImporter | 56 IEImporterBrowserTest.IEImporter |
| 57 |
| 58 # http://crbug.com/332219 |
| 59 IEImporterBrowserTest.IEImporterMalformedFavoritesRegistry |
OLD | NEW |