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

Side by Side Diff: pkg/front_end/testcases/ast_builder.status

Issue 2980053002: Further integration of front end type inference into analyzer. (Closed)
Patch Set: Created 3 years, 5 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
OLDNEW
1 # Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2017, 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.md file. 3 # BSD-style license that can be found in the LICENSE.md file.
4 4
5 # Status file for the ast_builder_test.dart test suite. This is testing 5 # Status file for the ast_builder_test.dart test suite. This is testing
6 # generating analyzer ASTs and connecting up type inference information. 6 # generating analyzer ASTs and connecting up type inference information.
7 DeltaBlue: Crash 7 DeltaBlue: Crash
8 accessors: Crash 8 accessors: Crash
9 argument: Crash 9 argument: Crash
10 arithmetic: Crash 10 arithmetic: Crash
11 bad_store: Crash 11 bad_store: Crash
12 call: Crash 12 call: Crash
13 cascade: Crash 13 cascade: Crash
14 casts: Crash 14 casts: Crash
15 classes: Crash 15 classes: Crash
16 closure: Crash 16 closure: Crash
17 covariant_generic: Crash 17 covariant_generic: Crash
18 cycles: Crash 18 cycles: Crash
19 default_values: Crash 19 default_values: Crash
20 escape: Crash 20 escape: Crash
21 expressions: Crash 21 expressions: Crash
22 external: Crash 22 external: Crash
23 fallthrough: Crash 23 fallthrough: Crash
24 fibonacci: Crash 24 fibonacci: Crash
25 for_in_scope: Crash 25 for_in_scope: Crash
26 function_in_field: Crash 26 function_in_field: Crash
27 function_type_is_check: Crash 27 function_type_is_check: Crash
28 function_type_recovery: Crash
29 functions: Crash 28 functions: Crash
30 implicit_scope_test: Crash 29 implicit_scope_test: Crash
31 implicit_this: Crash 30 implicit_this: Crash
32 inference/abstract_class_instantiation: Crash 31 inference/abstract_class_instantiation: Crash
33 inference/assign_local: Crash 32 inference/assign_local: Crash
34 inference/async_closure_return_type_flatten: Crash 33 inference/async_closure_return_type_flatten: Crash
35 inference/async_closure_return_type_future: Crash 34 inference/async_closure_return_type_future: Crash
36 inference/async_closure_return_type_future_or: Crash 35 inference/async_closure_return_type_future_or: Crash
37 inference/block_bodied_lambdas_async_all_returns_are_futures: Crash 36 inference/block_bodied_lambdas_async_all_returns_are_futures: Crash
38 inference/block_bodied_lambdas_async_all_returns_are_values: Crash 37 inference/block_bodied_lambdas_async_all_returns_are_values: Crash
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 inference/constructors_infer_from_arguments_redirecting: Crash 74 inference/constructors_infer_from_arguments_redirecting: Crash
76 inference/constructors_infer_from_arguments_redirecting_factory: Crash 75 inference/constructors_infer_from_arguments_redirecting_factory: Crash
77 inference/constructors_infer_from_arguments_redirecting_factory_to_factory: Cras h 76 inference/constructors_infer_from_arguments_redirecting_factory_to_factory: Cras h
78 inference/constructors_inference_f_bounded: Crash 77 inference/constructors_inference_f_bounded: Crash
79 inference/constructors_reverse_type_parameters: Crash 78 inference/constructors_reverse_type_parameters: Crash
80 inference/constructors_too_many_positional_arguments: Crash 79 inference/constructors_too_many_positional_arguments: Crash
81 inference/do_not_infer_overridden_fields_that_explicitly_say_dynamic_infer: Cras h 80 inference/do_not_infer_overridden_fields_that_explicitly_say_dynamic_infer: Cras h
82 inference/dont_infer_field_type_when_initializer_is_null: Crash 81 inference/dont_infer_field_type_when_initializer_is_null: Crash
83 inference/dont_infer_type_on_dynamic: Crash 82 inference/dont_infer_type_on_dynamic: Crash
84 inference/dont_infer_type_when_initializer_is_null: Crash 83 inference/dont_infer_type_when_initializer_is_null: Crash
85 inference/downward_inference_fixes_no_upwards_errors: Crash
86 inference/downward_inference_miscellaneous: Crash 84 inference/downward_inference_miscellaneous: Crash
87 inference/downwards_inference_annotations: Crash 85 inference/downwards_inference_annotations: Crash
88 inference/downwards_inference_annotations_class_members: Crash 86 inference/downwards_inference_annotations_class_members: Crash
89 inference/downwards_inference_annotations_for_loop_variable: Crash 87 inference/downwards_inference_annotations_for_loop_variable: Crash
90 inference/downwards_inference_annotations_locals: Fail 88 inference/downwards_inference_annotations_locals: Fail
91 inference/downwards_inference_annotations_locals_referring_to_locals: Crash 89 inference/downwards_inference_annotations_locals_referring_to_locals: Crash
92 inference/downwards_inference_annotations_parameter: Fail 90 inference/downwards_inference_annotations_parameter: Fail
93 inference/downwards_inference_annotations_parameter_local: Crash 91 inference/downwards_inference_annotations_parameter_local: Crash
94 inference/downwards_inference_annotations_type_variable: Fail 92 inference/downwards_inference_annotations_type_variable: Fail
95 inference/downwards_inference_annotations_type_variable_local: Crash 93 inference/downwards_inference_annotations_type_variable_local: Crash
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 inference/future_union_downwards_3: Crash 142 inference/future_union_downwards_3: Crash
145 inference/future_union_downwards_4: Crash 143 inference/future_union_downwards_4: Crash
146 inference/future_union_downwards_generic_method_with_future_return: Fail 144 inference/future_union_downwards_generic_method_with_future_return: Fail
147 inference/future_union_downwards_generic_method_with_generic_return: Fail 145 inference/future_union_downwards_generic_method_with_generic_return: Fail
148 inference/future_union_upwards_generic_methods: Fail 146 inference/future_union_upwards_generic_methods: Fail
149 inference/generic_functions_return_typedef: Crash 147 inference/generic_functions_return_typedef: Crash
150 inference/generic_methods_basic_downward_inference: Crash 148 inference/generic_methods_basic_downward_inference: Crash
151 inference/generic_methods_correctly_recognize_generic_upper_bound: Crash 149 inference/generic_methods_correctly_recognize_generic_upper_bound: Crash
152 inference/generic_methods_dart_math_min_max: Crash 150 inference/generic_methods_dart_math_min_max: Crash
153 inference/generic_methods_do_not_infer_invalid_override_of_generic_method: Crash 151 inference/generic_methods_do_not_infer_invalid_override_of_generic_method: Crash
154 inference/generic_methods_downwards_inference_affects_arguments: Crash
155 inference/generic_methods_downwards_inference_fold: Crash 152 inference/generic_methods_downwards_inference_fold: Crash
156 inference/generic_methods_handle_override_of_non_generic_with_generic: Crash 153 inference/generic_methods_handle_override_of_non_generic_with_generic: Crash
157 inference/generic_methods_infer_generic_function_parameter_type2: Fail 154 inference/generic_methods_infer_generic_function_parameter_type2: Fail
158 inference/generic_methods_infer_generic_function_parameter_type: Fail 155 inference/generic_methods_infer_generic_function_parameter_type: Fail
159 inference/generic_methods_infer_generic_function_return_type: Fail 156 inference/generic_methods_infer_generic_function_return_type: Fail
160 inference/generic_methods_infer_generic_instantiation: Crash 157 inference/generic_methods_infer_generic_instantiation: Crash
161 inference/generic_methods_infer_generic_method_type: Crash 158 inference/generic_methods_infer_generic_method_type: Crash
162 inference/generic_methods_infer_js_builtin: Fail 159 inference/generic_methods_infer_js_builtin: Fail
163 inference/generic_methods_inference_error: Crash 160 inference/generic_methods_inference_error: Crash
164 inference/generic_methods_iterable_and_future: Crash 161 inference/generic_methods_iterable_and_future: Crash
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
264 inference/infer_type_regardless_of_declaration_order_or_cycles_b: Crash 261 inference/infer_type_regardless_of_declaration_order_or_cycles_b: Crash
265 inference/infer_typed_map_literal: Crash 262 inference/infer_typed_map_literal: Crash
266 inference/infer_types_on_generic_instantiations_3: Crash 263 inference/infer_types_on_generic_instantiations_3: Crash
267 inference/infer_types_on_generic_instantiations_4: Crash 264 inference/infer_types_on_generic_instantiations_4: Crash
268 inference/infer_types_on_generic_instantiations_5: Crash 265 inference/infer_types_on_generic_instantiations_5: Crash
269 inference/infer_types_on_generic_instantiations_in_library_cycle: Crash 266 inference/infer_types_on_generic_instantiations_in_library_cycle: Crash
270 inference/infer_types_on_generic_instantiations_in_library_cycle_a: Crash 267 inference/infer_types_on_generic_instantiations_in_library_cycle_a: Crash
271 inference/infer_types_on_generic_instantiations_infer: Crash 268 inference/infer_types_on_generic_instantiations_infer: Crash
272 inference/infer_types_on_loop_indices_for_each_loop: Crash 269 inference/infer_types_on_loop_indices_for_each_loop: Crash
273 inference/infer_types_on_loop_indices_for_loop_with_inference: Crash 270 inference/infer_types_on_loop_indices_for_loop_with_inference: Crash
274 inference/infer_use_of_void_local: Crash
275 inference/infer_variable_void: Crash 271 inference/infer_variable_void: Crash
276 inference/inferred_initializing_formal_checks_default_value: Crash 272 inference/inferred_initializing_formal_checks_default_value: Crash
277 inference/inferred_nonstatic_field_depends_on_static_field_complex: Crash 273 inference/inferred_nonstatic_field_depends_on_static_field_complex: Crash
278 inference/inferred_nonstatic_field_depends_on_top_level_var_simple: Crash 274 inference/inferred_nonstatic_field_depends_on_top_level_var_simple: Crash
279 inference/inferred_type_block_closure_no_args_no_return: Crash
280 inference/inferred_type_block_closure_no_args_no_return_void_context: Crash 275 inference/inferred_type_block_closure_no_args_no_return_void_context: Crash
281 inference/inferred_type_cascade: Crash 276 inference/inferred_type_cascade: Crash
282 inference/inferred_type_custom_binary_op: Crash 277 inference/inferred_type_custom_binary_op: Crash
283 inference/inferred_type_custom_binary_op_via_interface: Crash 278 inference/inferred_type_custom_binary_op_via_interface: Crash
284 inference/inferred_type_custom_index_op: Crash 279 inference/inferred_type_custom_index_op: Crash
285 inference/inferred_type_custom_index_op_via_interface: Crash 280 inference/inferred_type_custom_index_op_via_interface: Crash
286 inference/inferred_type_custom_unary_op: Crash 281 inference/inferred_type_custom_unary_op: Crash
287 inference/inferred_type_custom_unary_op_via_interface: Crash 282 inference/inferred_type_custom_unary_op_via_interface: Crash
288 inference/inferred_type_extract_method_tear_off: Crash 283 inference/inferred_type_extract_method_tear_off: Crash
289 inference/inferred_type_extract_method_tear_off_via_interface: Crash 284 inference/inferred_type_extract_method_tear_off_via_interface: Crash
(...skipping 15 matching lines...) Expand all
305 inference/inferred_type_via_closure_type_independent_of_args_top_level: Crash 300 inference/inferred_type_via_closure_type_independent_of_args_top_level: Crash
306 inference/instance_creation_downwards: Crash 301 inference/instance_creation_downwards: Crash
307 inference/instantiate_to_bounds_generic2_has_bound_defined_after: Crash 302 inference/instantiate_to_bounds_generic2_has_bound_defined_after: Crash
308 inference/instantiate_to_bounds_generic2_has_bound_defined_before: Crash 303 inference/instantiate_to_bounds_generic2_has_bound_defined_before: Crash
309 inference/instantiate_to_bounds_generic2_no_bound: Crash 304 inference/instantiate_to_bounds_generic2_no_bound: Crash
310 inference/instantiate_to_bounds_generic_has_bound_defined_after: Crash 305 inference/instantiate_to_bounds_generic_has_bound_defined_after: Crash
311 inference/instantiate_to_bounds_generic_has_bound_defined_before: Crash 306 inference/instantiate_to_bounds_generic_has_bound_defined_before: Crash
312 inference/instantiate_to_bounds_invoke_constructor_no_bound: Crash 307 inference/instantiate_to_bounds_invoke_constructor_no_bound: Crash
313 inference/instantiate_to_bounds_invoke_constructor_type_args_exact: Crash 308 inference/instantiate_to_bounds_invoke_constructor_type_args_exact: Crash
314 inference/instantiate_to_bounds_not_generic: Crash 309 inference/instantiate_to_bounds_not_generic: Crash
315 inference/int_upwards_local: Crash
316 inference/lambda_does_not_have_propagated_type_hint: Crash 310 inference/lambda_does_not_have_propagated_type_hint: Crash
317 inference/lambda_return_type: Crash
318 inference/lambda_void_context: Crash 311 inference/lambda_void_context: Crash
319 inference/list_literal_typed: Crash 312 inference/list_literal_typed: Crash
320 inference/list_literals: Crash 313 inference/list_literals: Crash
321 inference/list_literals_can_infer_null_bottom: Crash 314 inference/list_literals_can_infer_null_bottom: Crash
322 inference/list_literals_top_level: Crash 315 inference/list_literals_top_level: Crash
323 inference/local_constructor_from_arguments: Crash 316 inference/local_constructor_from_arguments: Crash
324 inference/local_reference_upwards_local: Crash
325 inference/local_return_and_yield: Crash 317 inference/local_return_and_yield: Crash
326 inference/map_literals: Crash 318 inference/map_literals: Crash
327 inference/map_literals_can_infer_null: Crash 319 inference/map_literals_can_infer_null: Crash
328 inference/map_literals_top_level: Crash 320 inference/map_literals_top_level: Crash
329 inference/method_call_with_type_arguments_instance_method: Crash 321 inference/method_call_with_type_arguments_instance_method: Crash
330 inference/method_call_with_type_arguments_instance_method_identifier_sequence: C rash 322 inference/method_call_with_type_arguments_instance_method_identifier_sequence: C rash
331 inference/method_call_with_type_arguments_static_method: Crash 323 inference/method_call_with_type_arguments_static_method: Crash
332 inference/method_call_with_type_arguments_top_level_function: Crash 324 inference/method_call_with_type_arguments_top_level_function: Crash
333 inference/no_error_when_declared_type_is_num_and_assigned_null: Crash 325 inference/no_error_when_declared_type_is_num_and_assigned_null: Crash
334 inference/null_aware_method_invocation: Crash 326 inference/null_aware_method_invocation: Crash
335 inference/null_aware_property_get: Crash 327 inference/null_aware_property_get: Crash
336 inference/null_coalescing_operator: Crash 328 inference/null_coalescing_operator: Crash
337 inference/null_coalescing_operator_2: Crash 329 inference/null_coalescing_operator_2: Crash
338 inference/null_literal_should_not_infer_as_bottom: Crash 330 inference/null_literal_should_not_infer_as_bottom: Crash
339 inference/overloaded_int_operators: Crash 331 inference/overloaded_int_operators: Crash
340 inference/parameter_defaults_downwards: Crash 332 inference/parameter_defaults_downwards: Crash
341 inference/parameter_defaults_upwards: Crash 333 inference/parameter_defaults_upwards: Crash
342 inference/propagate_inference_to_field_in_class: Crash 334 inference/propagate_inference_to_field_in_class: Crash
343 inference/propagate_inference_to_field_in_class_dynamic_warnings: Crash 335 inference/propagate_inference_to_field_in_class_dynamic_warnings: Crash
344 inference/propagate_inference_transitively2: Crash 336 inference/propagate_inference_transitively2: Crash
345 inference/propagate_inference_transitively: Crash 337 inference/propagate_inference_transitively: Crash
346 inference/propagate_variable_get: Crash
347 inference/property_get_toplevel: Crash 338 inference/property_get_toplevel: Crash
348 inference/property_set: Crash 339 inference/property_set: Crash
349 inference/property_set_bad_setter: Crash 340 inference/property_set_bad_setter: Crash
350 inference/reference_to_typedef: Crash 341 inference/reference_to_typedef: Crash
351 inference/refine_binary_expression_type_type_parameter_t_double: Crash 342 inference/refine_binary_expression_type_type_parameter_t_double: Crash
352 inference/refine_binary_expression_type_type_parameter_t_int: Crash 343 inference/refine_binary_expression_type_type_parameter_t_int: Crash
353 inference/refine_binary_expression_type_type_parameter_t_t: Crash 344 inference/refine_binary_expression_type_type_parameter_t_t: Crash
354 inference/simple_literal_bool: Crash 345 inference/simple_literal_bool: Crash
355 inference/simple_literal_double: Crash 346 inference/simple_literal_double: Crash
356 inference/simple_literal_int: Crash 347 inference/simple_literal_int: Crash
357 inference/simple_literal_null: Crash 348 inference/simple_literal_null: Crash
358 inference/static_method_tear_off: Crash 349 inference/static_method_tear_off: Crash
359 inference/string_literal: Crash 350 inference/string_literal: Crash
360 inference/subexpressions_of_explicitly_typed_fields: Crash 351 inference/subexpressions_of_explicitly_typed_fields: Crash
361 inference/super_method_invocation: Crash 352 inference/super_method_invocation: Crash
362 inference/super_property_get: Crash 353 inference/super_property_get: Crash
363 inference/super_property_get_invoke_function_typed: Crash 354 inference/super_property_get_invoke_function_typed: Crash
364 inference/super_property_get_invoke_implicit_call: Crash 355 inference/super_property_get_invoke_implicit_call: Crash
365 inference/super_property_get_tearoff: Crash 356 inference/super_property_get_tearoff: Crash
366 inference/switch_continue: Crash 357 inference/switch_continue: Crash
367 inference/symbol_literal: Crash
368 inference/this_reference: Crash 358 inference/this_reference: Crash
369 inference/top_level_return_and_yield: Crash 359 inference/top_level_return_and_yield: Crash
370 inference/toplevel_inference_toplevel_var: Crash 360 inference/toplevel_inference_toplevel_var: Crash
371 inference/try_catch: Crash 361 inference/try_catch: Crash
372 inference/try_catch_finally: Crash 362 inference/try_catch_finally: Crash
373 inference/try_catch_promotion: Crash 363 inference/try_catch_promotion: Crash
374 inference/try_finally: Crash 364 inference/try_finally: Crash
375 inference/type_cast: Crash 365 inference/type_cast: Crash
376 inference/type_promotion_ignores_local_functions: Crash 366 inference/type_promotion_ignores_local_functions: Crash
377 inference/type_promotion_not_and_not: Crash 367 inference/type_promotion_not_and_not: Crash
378 inference/type_promotion_simple: Crash 368 inference/type_promotion_simple: Crash
379 inference/type_promotion_stopped_by_access_in_a_closure: Crash 369 inference/type_promotion_stopped_by_access_in_a_closure: Crash
380 inference/type_promotion_stopped_by_assignment_in_scope: Crash 370 inference/type_promotion_stopped_by_assignment_in_scope: Crash
381 inference/type_promotion_stopped_by_mutation_in_a_closure: Crash 371 inference/type_promotion_stopped_by_mutation_in_a_closure: Crash
382 inference/unresolved_super: Crash 372 inference/unresolved_super: Crash
383 inference/unsafe_block_closure_inference_closure_call: Crash 373 inference/unsafe_block_closure_inference_closure_call: Crash
384 inference/unsafe_block_closure_inference_constructor_call_explicit_dynamic_param : Crash 374 inference/unsafe_block_closure_inference_constructor_call_explicit_dynamic_param : Crash
385 inference/unsafe_block_closure_inference_constructor_call_explicit_type_param: C rash 375 inference/unsafe_block_closure_inference_constructor_call_explicit_type_param: C rash
386 inference/unsafe_block_closure_inference_constructor_call_implicit_type_param: C rash 376 inference/unsafe_block_closure_inference_constructor_call_implicit_type_param: C rash
387 inference/unsafe_block_closure_inference_constructor_call_no_type_param: Crash 377 inference/unsafe_block_closure_inference_constructor_call_no_type_param: Crash
388 inference/unsafe_block_closure_inference_function_call_explicit_dynamic_param: C rash 378 inference/unsafe_block_closure_inference_function_call_explicit_dynamic_param: C rash
389 inference/unsafe_block_closure_inference_function_call_explicit_dynamic_param_vi a_expr1: Fail 379 inference/unsafe_block_closure_inference_function_call_explicit_dynamic_param_vi a_expr1: Fail
390 inference/unsafe_block_closure_inference_function_call_explicit_dynamic_param_vi a_expr2: Crash 380 inference/unsafe_block_closure_inference_function_call_explicit_dynamic_param_vi a_expr2: Crash
391 inference/unsafe_block_closure_inference_function_call_explicit_type_param: Cras h 381 inference/unsafe_block_closure_inference_function_call_explicit_type_param: Cras h
392 inference/unsafe_block_closure_inference_function_call_explicit_type_param_via_e xpr1: Fail 382 inference/unsafe_block_closure_inference_function_call_explicit_type_param_via_e xpr1: Fail
393 inference/unsafe_block_closure_inference_function_call_explicit_type_param_via_e xpr2: Crash 383 inference/unsafe_block_closure_inference_function_call_explicit_type_param_via_e xpr2: Crash
394 inference/unsafe_block_closure_inference_function_call_implicit_type_param: Cras h 384 inference/unsafe_block_closure_inference_function_call_implicit_type_param: Cras h
395 inference/unsafe_block_closure_inference_function_call_implicit_type_param_via_e xpr: Crash 385 inference/unsafe_block_closure_inference_function_call_implicit_type_param_via_e xpr: Crash
396 inference/unsafe_block_closure_inference_function_call_no_type_param: Crash
397 inference/unsafe_block_closure_inference_function_call_no_type_param_via_expr: C rash 386 inference/unsafe_block_closure_inference_function_call_no_type_param_via_expr: C rash
398 inference/unsafe_block_closure_inference_in_list_dynamic: Crash 387 inference/unsafe_block_closure_inference_in_list_dynamic: Crash
399 inference/unsafe_block_closure_inference_in_list_typed: Crash 388 inference/unsafe_block_closure_inference_in_list_typed: Crash
400 inference/unsafe_block_closure_inference_in_list_untyped: Crash
401 inference/unsafe_block_closure_inference_in_map_dynamic: Crash 389 inference/unsafe_block_closure_inference_in_map_dynamic: Crash
402 inference/unsafe_block_closure_inference_in_map_typed: Crash 390 inference/unsafe_block_closure_inference_in_map_typed: Crash
403 inference/unsafe_block_closure_inference_in_map_untyped: Crash
404 inference/unsafe_block_closure_inference_method_call_explicit_dynamic_param: Cra sh 391 inference/unsafe_block_closure_inference_method_call_explicit_dynamic_param: Cra sh
405 inference/unsafe_block_closure_inference_method_call_explicit_type_param: Crash 392 inference/unsafe_block_closure_inference_method_call_explicit_type_param: Crash
406 inference/unsafe_block_closure_inference_method_call_implicit_type_param: Crash 393 inference/unsafe_block_closure_inference_method_call_implicit_type_param: Crash
407 inference/unsafe_block_closure_inference_method_call_no_type_param: Crash 394 inference/unsafe_block_closure_inference_method_call_no_type_param: Crash
408 inference/void_return_type_subtypes_dynamic: Crash 395 inference/void_return_type_subtypes_dynamic: Crash
409 inference_new/dependency_only_if_generic_method: Crash 396 inference_new/dependency_only_if_generic_method: Crash
410 inference_new/dependency_only_if_overloaded: Crash 397 inference_new/dependency_only_if_overloaded: Crash
411 inference_new/do_loop: Crash
412 inference_new/downwards_inference_inside_top_level: Crash 398 inference_new/downwards_inference_inside_top_level: Crash
413 inference_new/downwards_inference_inside_top_level_2: Crash 399 inference_new/downwards_inference_inside_top_level_2: Crash
414 inference_new/field_inference_circularity: Crash 400 inference_new/field_inference_circularity: Crash
415 inference_new/infer_assign_to_index: Crash 401 inference_new/infer_assign_to_index: Crash
416 inference_new/infer_assign_to_property: Crash 402 inference_new/infer_assign_to_property: Crash
417 inference_new/infer_assign_to_property_custom: Crash 403 inference_new/infer_assign_to_property_custom: Crash
418 inference_new/infer_assign_to_ref: Crash 404 inference_new/infer_assign_to_ref: Crash
419 inference_new/infer_instance_accessor_ref: Crash 405 inference_new/infer_instance_accessor_ref: Crash
420 inference_new/infer_instance_field_ref: Crash 406 inference_new/infer_instance_field_ref: Crash
421 inference_new/infer_instance_field_ref_circular: Crash 407 inference_new/infer_instance_field_ref_circular: Crash
422 inference_new/infer_logical: Crash 408 inference_new/infer_logical: Crash
423 inference_new/infer_use_of_void: Crash 409 inference_new/infer_use_of_void: Crash
424 inference_new/list_literals_can_infer_null_top_level: Crash 410 inference_new/list_literals_can_infer_null_top_level: Crash
425 inference_new/map_literals_can_infer_null_top_level: Crash 411 inference_new/map_literals_can_infer_null_top_level: Crash
426 inference_new/property_get_toplevel: Crash 412 inference_new/property_get_toplevel: Crash
427 inference_new/strongly_connected_component: Crash 413 inference_new/strongly_connected_component: Crash
428 inference_new/switch: Crash 414 inference_new/switch: Crash
429 inference_new/unsafe_block_closure_inference_function_call_explicit_dynamic_para m_via_expr2: Crash 415 inference_new/unsafe_block_closure_inference_function_call_explicit_dynamic_para m_via_expr2: Crash
430 inference_new/unsafe_block_closure_inference_function_call_explicit_type_param_v ia_expr2: Crash 416 inference_new/unsafe_block_closure_inference_function_call_explicit_type_param_v ia_expr2: Crash
431 inference_new/void_return_type_subtypes_dynamic: Crash 417 inference_new/void_return_type_subtypes_dynamic: Crash
432 inference_new/while_loop: Crash
433 invocations: Crash 418 invocations: Crash
434 map: Crash 419 map: Crash
435 micro: Crash 420 micro: Crash
436 mixin: Crash 421 mixin: Crash
437 named_parameters: Crash 422 named_parameters: Crash
438 null_aware: Crash 423 null_aware: Crash
439 operators: Crash 424 operators: Crash
440 optional: Crash 425 optional: Crash
441 override: Crash 426 override: Crash
442 prefer_baseclass: Crash 427 prefer_baseclass: Crash
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
478 rasta/issue_000048: Crash 463 rasta/issue_000048: Crash
479 rasta/issue_000052: Crash 464 rasta/issue_000052: Crash
480 rasta/issue_000053: Crash 465 rasta/issue_000053: Crash
481 rasta/issue_000067: Crash 466 rasta/issue_000067: Crash
482 rasta/issue_000068: Crash 467 rasta/issue_000068: Crash
483 rasta/issue_000069: Crash 468 rasta/issue_000069: Crash
484 rasta/issue_000070: Crash 469 rasta/issue_000070: Crash
485 rasta/issue_000080: Crash 470 rasta/issue_000080: Crash
486 rasta/issue_000081: Crash 471 rasta/issue_000081: Crash
487 rasta/malformed_function: Crash 472 rasta/malformed_function: Crash
488 rasta/malformed_function_type: Crash
489 rasta/mandatory_parameter_initializer: VerificationError 473 rasta/mandatory_parameter_initializer: VerificationError
490 rasta/mixin_library: Crash 474 rasta/mixin_library: Crash
491 rasta/previsit_deferred: Crash 475 rasta/previsit_deferred: Crash
492 rasta/static: Crash 476 rasta/static: Crash
493 rasta/super: Crash 477 rasta/super: Crash
494 rasta/super_initializer: Crash 478 rasta/super_initializer: Crash
495 rasta/super_mixin: Crash 479 rasta/super_mixin: Crash
496 rasta/super_operator: Crash 480 rasta/super_operator: Crash
497 rasta/supports_reflection: Crash 481 rasta/supports_reflection: Crash
498 rasta/switch_execution_case_t02: Crash 482 rasta/switch_execution_case_t02: Crash
(...skipping 28 matching lines...) Expand all
527 static_setter: Crash 511 static_setter: Crash
528 store_load: Crash 512 store_load: Crash
529 stringliteral: Crash 513 stringliteral: Crash
530 super_rasta_copy: Crash 514 super_rasta_copy: Crash
531 top_level_accessors: Crash 515 top_level_accessors: Crash
532 type_variable_as_super: Crash 516 type_variable_as_super: Crash
533 typedef: Crash 517 typedef: Crash
534 uninitialized_fields: Crash 518 uninitialized_fields: Crash
535 unused_methods: Crash 519 unused_methods: Crash
536 void-methods: Crash 520 void-methods: Crash
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698