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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
73 Ext*Re* | 73 Ext*Re* |
74 Ext*nB* | 74 Ext*nB* |
75 Ext*Crx* | 75 Ext*Crx* |
76 # F* | 76 # F* |
77 FileSys* | 77 FileSys* |
78 Find* | 78 Find* |
79 Fl* | 79 Fl* |
80 Font*gs | 80 Font*gs |
81 Ftp* | 81 Ftp* |
82 # G* | 82 # G* |
| 83 GcdPri*.*Remove |
83 Gcm*.R* | 84 Gcm*.R* |
84 GetA* | 85 GetA* |
85 Ge*Br* | 86 Ge*Br* |
86 # H* | 87 # H* |
87 Hot* | 88 Hot* |
88 His* | 89 His* |
89 HostR* | 90 HostR* |
90 Ht* | 91 Ht* |
91 # I* | 92 # I* |
92 IE* | 93 IE* |
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
181 WebC* | 182 WebC* |
182 WebN*ss | 183 WebN*ss |
183 WebN*.S* | 184 WebN*.S* |
184 WebstoreIn* | 185 WebstoreIn* |
185 WebstoreSt* | 186 WebstoreSt* |
186 WebSo* | 187 WebSo* |
187 Win*.Cl* | 188 Win*.Cl* |
188 # X* | 189 # X* |
189 # Y* | 190 # Y* |
190 # Z* | 191 # Z* |
OLD | NEW |