| 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 |
| 11 # A*: ~70 tests | 11 # A*: ~70 tests |
| 12 A* | |
| 13 # DrM-i#1052-c#52 | 12 # DrM-i#1052-c#52 |
| 14 # AutofillTest.* | 13 # AutofillTest.* |
| 15 # AcceleratedCompositingBlockedTest.* | 14 # AcceleratedCompositingBlockedTest.* |
| 16 # AppApiTest.* | 15 # AppApiTest.* |
| 17 # BrowserAccessibilityStateImplTest.* | 16 # BrowserAccessibilityStateImplTest.* |
| 18 B* | 17 # B* |
| 19 # C*: ~190 tests | 18 # C*: ~190 tests |
| 19 C* |
| 20 # D*: ~210 tests | 20 # D*: ~210 tests |
| 21 D* |
| 21 # E*: ~535 tests | 22 # E*: ~535 tests |
| 22 F* | 23 E* |
| 23 G* | 24 # F* |
| 25 # G* |
| 24 # H*: ~52 tests | 26 # H*: ~52 tests |
| 27 H* |
| 25 # DrM-i#1052-c#53 | 28 # DrM-i#1052-c#53 |
| 26 HistoryWebUITest.* | 29 # HistoryWebUITest.* |
| 27 # I*: ~10 tests | 30 # I*: ~10 tests |
| 31 I* |
| 28 # DrM-i#1052-c#53 | 32 # DrM-i#1052-c#53 |
| 29 InfoBarsTest.* | 33 # InfoBarsTest.* |
| 30 # DrM-i#1052-c#56 | 34 # DrM-i#1052-c#56 |
| 31 InspectUITest.* | 35 # InspectUITest.* |
| 32 # J*: 0 tests | 36 # J*: 0 tests |
| 37 J* |
| 33 # K*: 1 tests | 38 # K*: 1 tests |
| 39 K* |
| 34 # L*: 62 tests | 40 # L*: 62 tests |
| 35 M* | 41 L* |
| 36 N* | 42 # M* |
| 43 # N* |
| 37 O* | 44 O* |
| 38 P* | 45 P* |
| 39 Q* | 46 Q* |
| 40 R* | 47 R* |
| 41 S* | 48 S* |
| 42 T* | 49 T* |
| 43 # U*: ~20 tests | 50 # U*: ~20 tests |
| 51 U* |
| 44 # DrM-i#1052-c#53 | 52 # DrM-i#1052-c#53 |
| 45 UnloadTest.* | 53 # UnloadTest.* |
| 46 # V*: 5 tests | 54 # V*: 5 tests |
| 55 V* |
| 47 # W*: ~150 tests | 56 # W*: ~150 tests |
| 48 W* | 57 W* |
| 49 # X*: 0 tests | 58 # X*: 0 tests |
| 59 X* |
| 50 # Y*: 0 tests | 60 # Y*: 0 tests |
| 61 Y* |
| 51 # Z*: 0 tests | 62 # Z*: 0 tests |
| 63 Z* |
| 52 | 64 |
| 53 # http://crbug.com/302993 | 65 # http://crbug.com/302993 |
| 54 InstantNTPURLRewriteTest.UberURLHandler_InstantExtendedNewTabPage | 66 InstantNTPURLRewriteTest.UberURLHandler_InstantExtendedNewTabPage |
| 55 | 67 |
| 56 # http://crbug.com/328936 | 68 # http://crbug.com/328936 |
| 57 IEImporterBrowserTest.IEImporter | 69 IEImporterBrowserTest.IEImporter |
| 58 | 70 |
| 59 # http://crbug.com/332219 | 71 # http://crbug.com/332219 |
| 60 IEImporterBrowserTest.IEImporterMalformedFavoritesRegistry | 72 IEImporterBrowserTest.IEImporterMalformedFavoritesRegistry |
| OLD | NEW |