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

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

Issue 10837025: Properly emit variable declarations. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 4 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
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 # This directory contains tests that are intended to show the 5 # This directory contains tests that are intended to show the
6 # current state of the language. 6 # current state of the language.
7 7
8 # In order to maintain maximum test coverage for all builds, 8 # In order to maintain maximum test coverage for all builds,
9 # please use the following procedure to mark a test 9 # please use the following procedure to mark a test
10 # failed on architectures other than the one you are working on. 10 # failed on architectures other than the one you are working on.
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 type_variable_bounds_test/01: Fail 188 type_variable_bounds_test/01: Fail
189 # external keyword is not yet supported by dart2js/dart2dart. 189 # external keyword is not yet supported by dart2js/dart2dart.
190 external_test/*: Skip 190 external_test/*: Skip
191 # Test annotations are not processed correctly by dart2dart test 191 # Test annotations are not processed correctly by dart2dart test
192 # framework: necessary errors are thrown, but treated incorrectly. 192 # framework: necessary errors are thrown, but treated incorrectly.
193 assign_static_type_test/01: Fail 193 assign_static_type_test/01: Fail
194 assign_static_type_test/02: Fail 194 assign_static_type_test/02: Fail
195 assign_static_type_test/03: Fail 195 assign_static_type_test/03: Fail
196 assign_static_type_test/04: Fail 196 assign_static_type_test/04: Fail
197 assign_static_type_test/05: Fail 197 assign_static_type_test/05: Fail
198 final_syntax_test/03: Fail
199 final_syntax_test/04: Fail
198 # Call operator is not supported by dart2js frontend. 200 # Call operator is not supported by dart2js frontend.
199 call_operator_test: Fail 201 call_operator_test: Fail
200 # dart2js frontend doesn't even analyse problematic classes. 202 # dart2js frontend doesn't even analyse problematic classes.
201 class_extends_negative_test: Fail 203 class_extends_negative_test: Fail
202 # DartVM problem. 204 # DartVM problem.
203 closure_with_super_send_test: Fail 205 closure_with_super_send_test: Fail
204 constructor5_test: Fail 206 constructor5_test: Fail
205 constructor6_test: Fail 207 constructor6_test: Fail
206 constructor_duplicate_initializers_test/02: Fail 208 constructor_duplicate_initializers_test/02: Fail
207 fauxverride_test/none: Fail 209 fauxverride_test/none: Fail
208 gc_test: Fail 210 gc_test: Fail
209 parameter_initializer6_negative_test: Fail 211 parameter_initializer6_negative_test: Fail
210 prefix_core_test: Fail 212 prefix_core_test: Fail
211 private_member3_negative_test: Fail 213 private_member3_negative_test: Fail
212 super_closure_test: Fail 214 super_closure_test: Fail
213 super_field_access_test: Fail 215 super_field_access_test: Fail
214 super_first_constructor_test: Fail 216 super_first_constructor_test: Fail
215 # Should be triaged. 217 # Should be triaged.
216 cond_expr_test: Fail
217 condition_bailout_test: Fail 218 condition_bailout_test: Fail
218 const_objects_are_immutable_test: Fail
219 constructor2_test: Fail
220 const_test: Fail 219 const_test: Fail
221 ct_const_test: Fail
222 cyclic_type_variable_test/01: Fail 220 cyclic_type_variable_test/01: Fail
223 cyclic_type_variable_test/02: Fail 221 cyclic_type_variable_test/02: Fail
224 cyclic_type_variable_test/03: Fail 222 cyclic_type_variable_test/03: Fail
225 cyclic_type_variable_test/04: Fail 223 cyclic_type_variable_test/04: Fail
226 cyclic_type_variable_test/none: Fail 224 cyclic_type_variable_test/none: Fail
227 default_factory2_test/01: Fail 225 default_factory2_test/01: Fail
228 default_factory3_test: Fail 226 default_factory3_test: Fail
229 default_factory_library_test: Fail 227 default_factory_library_test: Fail
230 duplicate_constructor_test/01: Fail 228 duplicate_constructor_test/01: Fail
231 duplicate_implements_test/01: Fail 229 duplicate_implements_test/01: Fail
232 duplicate_implements_test/02: Fail 230 duplicate_implements_test/02: Fail
233 duplicate_implements_test/03: Fail 231 duplicate_implements_test/03: Fail
234 duplicate_implements_test/04: Fail 232 duplicate_implements_test/04: Fail
235 dynamic_test: Fail 233 dynamic_test: Fail
236 empty_body_member_negative_test: Fail 234 empty_body_member_negative_test: Fail
237 factory4_test: Fail 235 factory4_test: Fail
238 f_bounded_quantification_test/01: Fail 236 f_bounded_quantification_test/01: Fail
239 f_bounded_quantification_test/02: Fail 237 f_bounded_quantification_test/02: Fail
240 f_bounded_quantification_test/none: Fail 238 f_bounded_quantification_test/none: Fail
241 field2_negative_test: Fail 239 field2_negative_test: Fail
242 field4_negative_test: Fail 240 field4_negative_test: Fail
243 field5_negative_test: Fail 241 field5_negative_test: Fail
244 field6a_negative_test: Fail 242 field6a_negative_test: Fail
245 field7a_negative_test: Fail 243 field7a_negative_test: Fail
246 field_optimization2_test: Fail 244 field_optimization2_test: Fail
247 field_optimization_test: Fail 245 field_optimization_test: Fail
248 field_override_test/01: Fail 246 field_override_test/01: Fail
249 field_override_test/02: Fail 247 field_override_test/02: Fail
250 field_override_test/none: Fail 248 field_override_test/none: Fail
251 final_syntax_test/none: Fail
252 function_literals_test: Fail 249 function_literals_test: Fail
253 function_type_alias3_test: Fail 250 function_type_alias3_test: Fail
254 function_type_alias4_test: Crash, Fail 251 function_type_alias4_test: Crash, Fail
255 function_type_alias5_test/00: Fail 252 function_type_alias5_test/00: Fail
256 function_type_alias5_test/01: Fail 253 function_type_alias5_test/01: Fail
257 function_type_alias5_test/02: Fail 254 function_type_alias5_test/02: Fail
258 function_type_alias6_test: Fail 255 function_type_alias6_test: Fail
259 function_type_alias7_test/00: Fail 256 function_type_alias7_test/00: Fail
260 function_type_alias_test: Fail 257 function_type_alias_test: Fail
261 function_type_parameter2_test: Fail 258 function_type_parameter2_test: Fail
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
307 rethrow_test: Fail 304 rethrow_test: Fail
308 savannah_test: Fail 305 savannah_test: Fail
309 static_final_field_negative_test: Fail 306 static_final_field_negative_test: Fail
310 static_top_level_test/00: Fail 307 static_top_level_test/00: Fail
311 static_top_level_test/01: Fail 308 static_top_level_test/01: Fail
312 static_top_level_test/02: Fail 309 static_top_level_test/02: Fail
313 static_top_level_test/03: Fail 310 static_top_level_test/03: Fail
314 static_top_level_test/04: Fail 311 static_top_level_test/04: Fail
315 static_top_level_test/05: Fail 312 static_top_level_test/05: Fail
316 string_interpolation7_test: Fail 313 string_interpolation7_test: Fail
317 super_test: Fail
318 switch_label_test: Fail 314 switch_label_test: Fail
319 syntax_test/none: Fail 315 syntax_test/none: Fail
320 throw1_test: Fail 316 throw1_test: Fail
321 throw2_test: Fail 317 throw2_test: Fail
322 throw4_test: Fail 318 throw4_test: Fail
323 throw5_test: Fail 319 throw5_test: Fail
324 top_level_prefixed_declaration_test: Fail 320 top_level_prefixed_declaration_test: Fail
325 top_level_var_test: Fail
326 try_catch2_test: Fail 321 try_catch2_test: Fail
327 try_catch3_test: Fail 322 try_catch3_test: Fail
328 try_catch_syntax_test/09: Fail 323 try_catch_syntax_test/09: Fail
329 try_catch_test: Fail 324 try_catch_test: Fail
330 typed_message_test: Fail 325 typed_message_test: Fail
331 type_variable_bounds2_test/00: Fail 326 type_variable_bounds2_test/00: Fail
332 type_variable_bounds2_test/01: Fail 327 type_variable_bounds2_test/01: Fail
333 type_variable_bounds2_test/02: Fail 328 type_variable_bounds2_test/02: Fail
334 type_variable_bounds2_test/03: Fail 329 type_variable_bounds2_test/03: Fail
335 type_variable_bounds2_test/04: Fail 330 type_variable_bounds2_test/04: Fail
336 type_variable_bounds2_test/05: Fail 331 type_variable_bounds2_test/05: Fail
337 type_variable_bounds2_test/06: Fail 332 type_variable_bounds2_test/06: Fail
338 type_variable_bounds2_test/none: Fail 333 type_variable_bounds2_test/none: Fail
339 type_variable_bounds_test/02: Fail 334 type_variable_bounds_test/02: Fail
340 type_variable_bounds_test/04: Fail 335 type_variable_bounds_test/04: Fail
341 type_variable_bounds_test/05: Fail 336 type_variable_bounds_test/05: Fail
342 type_variable_scope_test/00: Fail 337 type_variable_scope_test/00: Fail
343 type_variable_scope_test/01: Fail 338 type_variable_scope_test/01: Fail
344 type_variable_scope_test/02: Fail 339 type_variable_scope_test/02: Fail
345 type_variable_scope_test/03: Fail 340 type_variable_scope_test/03: Fail
346 type_variable_scope_test/04: Fail 341 type_variable_scope_test/04: Fail
347 type_variable_scope_test/05: Fail 342 type_variable_scope_test/05: Fail
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698