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