Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(498)

Side by Side Diff: tests/language/language_analyzer2.status

Issue 17249003: New analyzer_experimental snapshot. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « pkg/analyzer_experimental/test/generated/test_support.dart ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 [ $compiler == dart2analyzer ] 5 [ $compiler == dart2analyzer ]
6 abstract_factory_constructor_test/00: fail 6 abstract_factory_constructor_test/00: fail
7 assign_instance_method_negative_test: fail 7 assign_instance_method_negative_test: fail
8 assign_static_type_test/06: fail 8 assign_static_type_test/06: fail
9 bad_named_parameters2_test: fail 9 bad_named_parameters2_test: fail
10 bad_named_parameters_test: fail 10 bad_named_parameters_test: fail
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 static_field_test/02: fail 166 static_field_test/02: fail
167 static_field_test/03: fail 167 static_field_test/03: fail
168 static_final_field2_negative_test: fail 168 static_final_field2_negative_test: fail
169 static_final_field_negative_test: fail 169 static_final_field_negative_test: fail
170 syntax_test/28: fail 170 syntax_test/28: fail
171 syntax_test/29: fail 171 syntax_test/29: fail
172 syntax_test/30: fail 172 syntax_test/30: fail
173 syntax_test/31: fail 173 syntax_test/31: fail
174 syntax_test/32: fail 174 syntax_test/32: fail
175 syntax_test/33: fail 175 syntax_test/33: fail
176 ternary_test: fail
177 throw7_negative_test: fail 176 throw7_negative_test: fail
178 type_error_test: fail 177 type_error_test: fail
179 type_parameter_test/01: fail 178 type_parameter_test/01: fail
180 type_parameter_test/02: fail 179 type_parameter_test/02: fail
181 type_parameter_test/03: fail 180 type_parameter_test/03: fail
182 type_parameter_test/04: fail 181 type_parameter_test/04: fail
183 type_variable_bounds2_test/00: fail 182 type_variable_bounds2_test/00: fail
184 type_variable_bounds2_test/01: fail 183 type_variable_bounds2_test/01: fail
185 type_variable_bounds2_test/02: fail 184 type_variable_bounds2_test/02: fail
186 type_variable_bounds2_test/03: fail 185 type_variable_bounds2_test/03: fail
187 type_variable_bounds2_test/04: fail 186 type_variable_bounds2_test/04: fail
188 type_variable_bounds2_test/06: fail 187 type_variable_bounds2_test/06: fail
189 type_variable_bounds_test/00: fail 188 type_variable_bounds_test/00: fail
190 type_variable_bounds_test/01: fail 189 type_variable_bounds_test/01: fail
191 type_variable_bounds_test/02: fail 190 type_variable_bounds_test/02: fail
192 type_variable_bounds_test/03: fail 191 type_variable_bounds_test/03: fail
193 type_variable_bounds_test/04: fail 192 type_variable_bounds_test/04: fail
194 type_variable_bounds_test/06: fail 193 type_variable_bounds_test/06: fail
195 type_variable_bounds_test/07: fail 194 type_variable_bounds_test/07: fail
196 type_variable_bounds_test/09: fail 195 type_variable_bounds_test/09: fail
197 type_variable_identifier_expression_negative_test: fail 196 type_variable_identifier_expression_negative_test: fail
198 type_variable_static_context_negative_test: fail 197 type_variable_static_context_negative_test: fail
199 unary2_test: fail
200 unary_test: fail
201 unresolved_in_factory_negative_test: fail 198 unresolved_in_factory_negative_test: fail
202 unresolved_top_level_method_negative_test: fail 199 unresolved_top_level_method_negative_test: fail
203 unresolved_top_level_var_negative_test: fail 200 unresolved_top_level_var_negative_test: fail
204 201
205 # test issue 10683, It is a compile-time error if e refers to the name v or the name v=. 202 # test issue 10683, It is a compile-time error if e refers to the name v or the name v=.
206 block_scope_test: fail 203 block_scope_test: fail
207 lazy_static3_test: fail 204 lazy_static3_test: fail
208 205
209 # test issue 10752, there are 'implicit' scopes for 'if', 'while' and 'do-while' 206 # test issue 10752, there are 'implicit' scopes for 'if', 'while' and 'do-while'
210 implicit_scope_test: fail 207 implicit_scope_test: fail
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
272 getters_setters2_test/03: fail 269 getters_setters2_test/03: fail
273 type_variable_bounds3_test/00: fail 270 type_variable_bounds3_test/00: fail
274 type_variable_bounds2_test/05: fail 271 type_variable_bounds2_test/05: fail
275 type_variable_scope_test/00: fail 272 type_variable_scope_test/00: fail
276 type_variable_scope_test/01: fail 273 type_variable_scope_test/01: fail
277 type_variable_scope_test/02: fail 274 type_variable_scope_test/02: fail
278 type_variable_scope_test/03: fail 275 type_variable_scope_test/03: fail
279 type_variable_scope_test/04: fail 276 type_variable_scope_test/04: fail
280 type_variable_scope_test/05: fail 277 type_variable_scope_test/05: fail
281 278
OLDNEW
« no previous file with comments | « pkg/analyzer_experimental/test/generated/test_support.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698