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